コード例 #1
0
ファイル: scl_search.php プロジェクト: vishnu35/Granthalay
    ************************************************************************** -->
<table class="primary">
  <tr>
    <th valign="top" nowrap="yes" align="left" colspan="2">
      <?php 
echo $loc->getText("sclsearchSearchResults");
?>
    </th>
  </tr>
  <?php 
while ($scl = $sclQ->fetchMember()) {
    ?>
  <tr>
    <td nowrap="true" class="primary" valign="top">
      <?php 
    echo H($sclQ->getCurrentRowNmbr());
    ?>
.
    </td>
    <td nowrap="true" class="primary">
       <a href="../circ/scl_view.php?sclid=<?php 
    echo HURL($scl->getSchoolId());
    ?>
&amp;reset=Y"><?php 
    echo H($scl->getSchoolName());
    ?>
, <?php 
    echo H($scl->getSchoolAddress());
    ?>
</a><br>
      <?php