示例#1
0
		<tr bgcolor="#666" height="43">
			<td width="28%"><span style="margin-left:40px;">CV</span></td>
			<td width="77%"><span style="margin-left:60px;"><a href="blob.php?i=<?php 
echo $id;
?>
&mime=MIME_CV&file=CV" target="_blank" class="btn btn-primary btn-xs">Download</a></span></td>
		</tr>
        <tr bgcolor="#333" height="43">
            <td width="28%"><span style="margin-left:40px;">Status</span></td>
            <td width="77%"><span style="margin-left:60px;"><?php 
echo $d['STATUS'];
?>
</span></td>
        </tr>
        <?php 
if (cektesti($_GET['i']) == TRUE) {
    ?>
        <tr bgcolor="#666" height="43">
            <td width="28%"><span style="margin-left:40px;">Testimonial</span></td>
            <td width="77%"><span style="margin-left:60px;"><?php 
    echo ambiltesti($_GET['i']);
    ?>
</td>
        </tr>
        <?php 
}
?>
	</table>
</div>
<div class="col-md-4">
    <div class="panel panel-primary">
示例#2
0
文件: intern.php 项目: AaEzha/Azizah
        }
        ?>
            <?php 
        if ($d['STATUS'] == "FINISHED") {
            ?>
            <a href="?p=intern&i=<?php 
            echo $d['GUID'];
            ?>
&a=<?php 
            echo md5('finish');
            ?>
&x=<?php 
            echo md5($d['GUID']);
            ?>
" class="btn btn-success btn-sm" title="Finish Internship" <?php 
            if (cektesti($d['GUID']) == FALSE) {
                echo "disabled";
            } else {
                echo "/";
            }
            ?>
>Finish</a>
            <?php 
        }
        ?>
          <?php 
    }
    ?>
        </div>
      </td>
    </tr>