⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zhuanti.htm

📁 1.增加了近40项后台核心设置
💻 HTM
字号:
<!--
<?php
print <<<xydw_end
-->
<table width="{$tablewidth}"  border="0" cellspacing="0" cellpadding="0"  bgcolor="{$bcolor}" align="center" height="25" class="table1">
  <tr>
      <td width="398" class="fontblue">&nbsp;&nbsp;<img src='images/{$imgpath}/arrow.gif' align="absmiddle">当前位置:<a href="./">首 页</a> &gt;&gt; {$zhuanti['n']}</td>
	  <td align=right>■ <a href='post.php' title="欢迎大家提供相关资料">欢迎投稿</a>&nbsp;&nbsp;</td>
  </tr>
</table>

<table width="{$tablewidth}"  border="0" cellspacing="0" cellpadding="0" bgcolor="{$tablecolor}" align="center" class="table1">
  <tr bgcolor="{$bcolor}">
    <td width="180" valign="top">
	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td>
		<!--左边板块开始-->
         <table width="180"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td  background="images/{$imgpath}/red.gif" height="20" colspan="2" align="center" class="fontwhite">所 有 专 题</td>
          </tr>
          <tr>
            <td width="179" height="178" valign="top" class="td2">
              {$zhuanti['all']}
			  </td>
            <td width="1" bgcolor="{$tablecolor}"></td>
          </tr>
          <tr>
            <td colspan="2"><img src="images/$imgpath/left_bottom.gif"></td>
          </tr>
        </table>
		<table width="180"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td  background="images/{$imgpath}/brown.gif" height="20" colspan="2" align="center" class="fontwhite">广 告 位 置</td>
          </tr>
          <tr>
            <td width="179" valign="top" class="td2" height="178">
              {$adsindex[left]}
			  </td>
            <td width="1" bgcolor="{$tablecolor}"></td>
          </tr>
          <tr>
            <td colspan="2"><img src="images/$imgpath/left_bottom.gif"></td>
          </tr>
        </table>
       <table width="180"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td  background="images/{$imgpath}/green.gif" height="20" colspan="2" align="center" class="fontwhite">站 内 搜 索</td>
          </tr>
          <tr>
            <td width="179" valign="top" class="td2">
              {$search}
			  </td>
            <td width="1" bgcolor="{$tablecolor}"></td>
          </tr>
          <tr>
            <td colspan="2"><img src="images/$imgpath/left_bottom.gif"></td>
          </tr>
        </table>
		<!--左边板块结束-->
		</td>
      </tr>
    </table></td>
    <td width=5></td>
    <td valign="top">
      <table width="100%"  border="0" cellspacing="0" cellpadding="0" bgcolor="$tablecolor">
        <tr>
          <td height="1"></td>
        </tr>
      </table>
      <table width="96%"  border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td class=td2>{$zhuanti['s']}</td>
         </tr>
         <tr>
           <td height="20"></td>
         </tr>
         <tr>
           <td align=right>每页显示{$rootindex['lists']}篇 {$listpage}</td>
         </tr>
      </table>
	</td>
  </tr>
</table>

<SCRIPT language=JavaScript>
function Pagejump(value)
           {
	      if(value!= '') {
		  window.location=('zhuanti.php?zid=$lid&page='+value);
	      }
}
</SCRIPT>
<!--
xydw_end;
?>
-->

⌨️ 快捷键说明

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