banner.htm

来自「下在管理系统2.0」· HTM 代码 · 共 46 行

HTM
46
字号

<div align="center">
  <center>
  <table border="0" width="760" bgcolor="#006699" cellspacing="1" cellpadding="2">
    <tr>
      <td width="100%" bgcolor="#FFFFFF" background="{$this->tplPath}/images/catbg.jpg">$category</td>
    </tr>
    <tr>
      <td width="100%" bgcolor="#FFFFFF">$class</td>
    </tr>
  </table>
  </center>
</div>
 
<div align="center">
  <center>
  <table border="0" width="760" height="1">
    <tr>
      <td width="130" valign="top">
        <img border="0" src="{$this->tplPath}/images/download.gif" width="16" height="16">
        总数/本类:<font color=red><b>$classNum/$allNum</font></b>                
        <form method="POST" action="{$url}">
      <td width="461" valign="top">
          <img border="0" src="{$this->tplPath}/images/search.gif" width="16" height="16">
          标题<input type="checkbox" name="name" value="1">              
          简介<input type="checkbox" name="brief" value="1">              
          <input type="text" name="keyword" size="18">               
          <select size="1" name="searchtype">          
          <option value="">-==全部==-</option>
          $searchClass   
          </select><input type="submit" value="提交" name="submit">
          <input type="reset" value="重写" name="reset">              
        </form></td>              
        <form>
      <td width="147" valign="top">
        <img border="0" src="{$this->tplPath}/images/goto.gif" width="16" height="16">
          <select name="go" onChange="window.location=form.go.options[form.go.selectedIndex].value" size="1" style="color:#000000; border-style:solid; border-width:1; background-color:#efefef">    
          <option value="{$url}">-==全部==-</option>
          $gotoClass  
          </select>
 </td></form>
    </tr>
  </table>
  </center>
</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?