コード例 #1
0
ファイル: biblio_search.php プロジェクト: aimakun/odlib
&amp;tab=<?php 
        echo HURL($tab);
        ?>
">
      <img src="../images/<?php 
        echo HURL($materialImageFiles[$biblio->getMaterialCd()]);
        ?>
" width="20" height="20" border="0" align="bottom" alt="<?php 
        echo H($materialTypeDm[$biblio->getMaterialCd()]);
        ?>
"></a>
    </td>
    <td nowrap="true" class="primary" valign="top" align="center" rowspan="2">
      <?php 
        $bfq = new BiblioFieldQuery();
        $bfq->execSelect($biblio->getBibid());
        $flds = $bfq->fetchField();
        if ($flds->_fieldData) {
            $filepath = "../pictures/" . $flds->_fieldData;
            $title = H($biblio->getTitle());
            if ($thumbpath = make_thumbnail($filepath, array('width' => 200))) {
                ?>
      <a href="<?php 
                echo $filepath;
                ?>
" title="<?php 
                echo $title;
                ?>
" target="_blank"><img src="<?php 
                echo $thumbpath;
                ?>