コード例 #1
0
ファイル: b_publisher.php プロジェクト: epiii/siadu-epiii
	<tr>
		<td class="xtdh" style="text-align:center">No</td>
		<?php 
    echo iThxp("Name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("No. of books", 'nbook', $page, $sortby, $smode, $keyw, "text-align:center");
    ?>
		<?php 
    echo iThxp("Address", 'address', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Phone", 'phone', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Note", 'note', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:center">Options</td>
	</tr>
<?php 
    $n = 0;
    $rc = 1;
    //$p=Array('title','type','host','place','date1','date2','speaker','participant');
    while ($r = mysql_fetch_array($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
            }
            $date1 = ftgl($r['date1']);
コード例 #2
0
ファイル: p_book_manage.php プロジェクト: epiii/siadu-epiii
?>
"/>
<?php 
if ($ndata > 0) {
    ?>
<table class="xtable" border="0" cellspacing="1px" width="800px">
	<tr>
		<td class="xtdh" style="text-align:center">No</td>
		<?php 
    echo iThxp("Code", 'code', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("No. of book", 'nbook', $page, $sortby, $smode, $keyw, "text-align:center");
    ?>
		<td class="xtdh">Description</td>
		<td class="xtdh" style="text-align:center">Options</td>
	</tr>
<?php 
    $n = 0;
    $rc = 1;
    //$p=Array('title','type','host','place','date1','date2','speaker','participant');
    while ($r = mysql_fetch_array($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
            }
コード例 #3
0
ファイル: bb_book.php プロジェクト: epiii/siadu-epiii
<?php

$t = dbSel("*", "catalog", "O/ `title`");
?>
	<table class="xtable" border="0" cellspacing="1px" width="850px">
	<tr>
		<td class="xtdh" style="text-align:center">Cover</td>
		<?php 
echo iThxp("Title", 'title', $page, $sortby, $smode, $keyw);
?>
		<?php 
echo iThxp("Author", 'author', $page, $sortby, $smode, $keyw);
?>
		<?php 
echo iThxp("Publisher", 'publisher', $page, $sortby, $smode, $keyw);
?>
		<td class="xtdh" style="text-align:center">Availability</td>
		<td class="xtdh" style="text-align:center">Options</td>
	</tr>
	<?php 
$n = 0;
$rc = 1;
//$p=Array('title','type','host','place','date1','date2','speaker','participant');
while ($r = dbFAx($t)) {
    if ($n >= $nps && $n < $npl) {
        if ($rc == 0) {
            $rc = 1;
        } else {
            $rc = 0;
        }
        $date1 = ftgl($r['date1']);
コード例 #4
0
ファイル: v_class.php プロジェクト: epiii/siadu-epiii
<table class="xtable" border="0" cellspacing="0" width="<?php 
    echo $tablew;
    ?>
">
	<tr>
		<td class="xtdh" width="1">
			<input type="checkbox" class="iCheck" id="xcek0" value="<?php 
    echo $r['dcid'];
    ?>
" onclick="checkAll(this.checked)"/>
		</td>
		<?php 
    echo iThxp("Code", 'code', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    if (!$stocktaking) {
        ?>
<td class="xtdh" style="text-align:left">Options</td><?php 
    }
    ?>
	</tr>
<?php 
    $n = $nps;
    $rc = 1;
    $k = 1;
    $rh = $cover ? 'height="100px"' : '';
    while ($r = dbFAx($t)) {
        if ($n >= $nps && $n < $npl) {
コード例 #5
0
ファイル: v_staff.php プロジェクト: epiii/siadu-epiii
echo $keyw != '' ? "&q=" . $keyw : "";
?>
"/>
<?php 
if ($ndata > 0) {
    ?>
<table class="xtable" border="0" cellspacing="0" width="<?php 
    echo $tablew;
    ?>
">
	<tr>
		<?php 
    echo iThxp("Name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("NIP", 'nip', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:center">Book in loan</td>
		<td class="xtdh" style="text-align:left">Options</td>
	</tr>
<?php 
    $n = $nps;
    $rc = 1;
    $k = 1;
    $rh = $cover ? 'height="100px"' : '';
    while ($r = dbFAx($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
コード例 #6
0
ファイル: v_stock_lost.php プロジェクト: epiii/siadu-epiii
echo $page != '' ? "&page=" . $page : "";
echo $sortby != '' ? "&sortby=" . $sortby : "";
echo $smode != '' ? "&mode=" . $sortmode : "";
echo $keyw != '' ? "&q=" . $keyw : "";
?>
"/>
<?php 
if ($ndata > 0) {
    ?>
<table class="xtable" border="0" cellspacing="1px" width="850px">
	<tr>
		<?php 
    echo iThxp("Title", 'title', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Barcode", 'barcode', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:left">Call number</td>
		<td class="xtdh" style="text-align:left">Note</td>
		<td class="xtdh" style="text-align:left">Options</td>
	</tr>
<?php 
    $n = $nps;
    $rc = 1;
    $k = 1;
    $rh = $cover ? 'height="100px"' : '';
    while ($r = dbFAx($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
コード例 #7
0
ファイル: v_publisher.php プロジェクト: epiii/siadu-epiii
">
	<tr>
		<td class="xtdh" width="1">
			<input type="checkbox" class="iCheck" id="xcek0" value="<?php 
    echo $r['dcid'];
    ?>
" onclick="checkAll(this.checked)"/>
		</td>
		<?php 
    echo iThxp("Name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Address", 'address', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Phone", 'phone', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    if (!$stocktaking) {
        ?>
<td class="xtdh" style="text-align:left">Options</td><?php 
    }
    ?>
	</tr>
<?php 
    $n = $nps;
    $rc = 1;
    $k = 1;
    $rh = $cover ? 'height="100px"' : '';
    while ($r = dbFAx($t)) {
        if ($n >= $nps && $n < $npl) {
コード例 #8
0
ファイル: v_stock_his.php プロジェクト: epiii/siadu-epiii
<table class="xtable" border="0" cellspacing="1px" width="850px">
	<tr>
		<?php 
    if ($cover) {
        ?>
<td class="xtdh" style="text-align:center">Cover</td><?php 
    }
    ?>
		<?php 
    echo iThxp("Stock stake name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Initial date", 'date', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Finish date", 'status', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:left">Description</td>
		<td class="xtdh" style="text-align:left">Options</td>
	</tr>
<?php 
    $n = 0;
    $rc = 1;
    $k = 1;
    $rh = $cover ? 'height="100px"' : '';
    while ($r = dbFAx($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
コード例 #9
0
ファイル: v_catalog_view.php プロジェクト: epiii/siadu-epiii
			<input type="checkbox" class="iCheck" id="xcek0" value="<?php 
    echo $f['dcid'];
    ?>
" onclick="checkAll(this.checked)"/>
		</td>
		<?php 
    echo iThxp("Book number", 'nid', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Call number", 'callnumber', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Availability", 'available', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Location", 'shelf', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh">Borrowed by</td>
		<?php 
    if (!$stocktaking) {
        ?>
<td class="xtdh">Options</td><?php 
    }
    ?>
	</tr>
<?php 
    $n = 0;
    $rc = 1;
    $k = 1;
    while ($r = mysql_fetch_array($t)) {
        if ($rc == 0) {
コード例 #10
0
ファイル: v_cir_fine.php プロジェクト: epiii/siadu-epiii
echo $keyw != '' ? "&q=" . $keyw : "";
?>
"/>
<?php 
if ($ndata > 0) {
    ?>
<table class="xtable" border="0" cellspacing="0" width="<?php 
    echo $tablew;
    ?>
">
	<tr>
		<?php 
    echo iThxp("Name", 'name', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThxp("Callnumber", 'nip', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:center">Book in loan</td>
		<td class="xtdh" style="text-align:left">Options</td>
	</tr>
<?php 
    $n = $nps;
    $rc = 1;
    $k = 1;
    $rh = $cover ? 'height="100px"' : '';
    while ($r = dbFAx($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
コード例 #11
0
ファイル: b_borrowing2.php プロジェクト: epiii/siadu-epiii
</a></div>
			<div style="margin-top:10px">Call number: <strong><?php 
    echo $rc['callnumber'];
    ?>
</strong></div>
		</td>
	</tr>
	</table>
	<table class="xtable" border="0" cellspacing="1px" width="600px">
		<tr>
			<td class="xtdh" style="text-align:center">No.</td>
			<?php 
    echo iThxp("Barcode", 'barcode', $page, $sortby, $smode, $keyw);
    ?>
			<?php 
    echo iThxp("Availability", 'available', $page, $sortby, $smode, $keyw);
    ?>
			<td class="xtdh">Borrowed by</td>
			<td class="xtdh" style="text-align:center">Options</td>
		</tr>
	<?php 
    $n = 0;
    $rc = 1;
    //$p=Array('title','type','host','place','date1','date2','speaker','participant');
    while ($r = mysql_fetch_array($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
            }