Example #1
0
    ?>
</a></td>
      <td><input type="text" class="txt" name="name[<?php 
    echo $rs[$i]['id'];
    ?>
]" value="<?php 
    echo $rs[$i]['name'];
    ?>
" size="15" /></td>
      <td><select name="sortid[<?php 
    echo $rs[$i]['id'];
    ?>
]" style="width:auto;">
        <option value="0"> == 暂无归类 == </option>
        <?php 
    echo tagsort($rs[$i]['sortid']);
    ?>
        </select>
      </td>
      <td><a href="<?php 
    echo __SELF__;
    ?>
?do=article&operation=manage&tag=<?php 
    echo rawurlencode($rs[$i]['name']);
    ?>
"><?php 
    echo $rs[$i]['count'];
    ?>
</a></td>
      <td><?php 
    if ($iCMS->config['tagrule'] != "php" && $iCMS->config['ishtm']) {
Example #2
0
  </table>
  <form name="cpform" method="get" action="<?php 
echo __SELF__;
?>
" id="cpform" >
    <input type="hidden" name="do" value="html" />
    <input type="hidden" name="operation" value="create" />
    <input type="hidden" name="action" value="tag" />
    <table class="tb tb2 ">
      <tr>
        <td width="120">按归类:</td>
        <td><select name="sortid[]" id="sortid" multiple="multiple" size="15">
          <option value='all'>所 有 归 类</option>
    	  <optgroup label="======================================"></optgroup>
    	  <?php 
echo tagsort();
?>
        </select></td>
      </tr>
      <tr>
        <td>按TAG ID:</td>
        <td>开始ID:<input name="startid" type="text" id="startid" class="txt" style="width:80px" /><br />-<br />结束ID:<input name="endid" type="text" id="endid" class="txt" style="width:80px" /></td>
      </tr>
      <tr>
        <td>按日期:</td>
        <td>开始时间:<input type="text" class="txt" name="starttime" value="" onclick="showcalendar(event, this)" style="width:120px"><br />-<br />结束时间:<input type="text" class="txt" name="endtime" value="" onclick="showcalendar(event, this)" style="width:120px"></td>
      </tr><!--
       <tr>
        <td width="120">指定生成页数:</td>
        <td><input type="text" class="txt" name="cpn" value="" style="width:120px"></td>
      </tr>