コード例 #1
0
ファイル: p_employee.php プロジェクト: epiii/siadu-epiii
    echo iThx("NIP", 'nip', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Status", 'status', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Level", 'level', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Group", 'group', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Division", 'division', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Position", 'position', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:center">Option</td>
	</tr>
<?php 
    $n = 0;
    $rt = 0;
    $rc = 1;
    //$p=Array('name','nip','status','level','group','division','position');
    while ($r = mysql_fetch_array($t)) {
        if ($n >= $nps && $n < $npl) {
            $rt++;
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
コード例 #2
0
ファイル: p_train.php プロジェクト: epiii/siadu-epiii
    echo iThx("Type", 'type', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Host", 'host', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Place", 'place', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Date", 'date', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Speaker", 'speaker', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Participant", 'participant', $page, $sortby, $smode, $keyw);
    ?>
		<td class="xtdh" style="text-align:center">Option</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']);
コード例 #3
0
ファイル: p_book_list.php プロジェクト: epiii/siadu-epiii
?>
"/>
<?php 
if ($ndata > 0) {
    ?>
<table class="xtable" border="0" cellspacing="1px" width="900px">
	<tr>
		<td class="xtdh" style="text-align:center">Cover</td>
		<?php 
    echo iThx("Title", 'title', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("Author", 'author', $page, $sortby, $smode, $keyw);
    ?>
		<?php 
    echo iThx("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 = mysql_fetch_array($t)) {
        if ($n >= $nps && $n < $npl) {
            if ($rc == 0) {
                $rc = 1;
            } else {
                $rc = 0;
            }