📄 addzt.php
字号:
</td>
<td bgcolor="#FFFFFF"> <table border="0" cellspacing="1" cellpadding="3">
<tr bgcolor="DBEAF5">
<td bgcolor="DBEAF5"> </td>
<td bgcolor="DBEAF5">上层目录</td>
<td bgcolor="DBEAF5">本专题目录</td>
<td bgcolor="DBEAF5"> </td>
</tr>
<tr>
<td><div align="right">根目录/</div></td>
<td><input name="pripath" type="text" id="pripath" value="<?=$pripath?>" size="30"></td>
<td><input name="ztpath" type="text" id="ztpath2" value="<?=$ztpath?>" size="16"></td>
<td><input type="button" name="Submit3" value="检测目录" onclick="javascript:window.open('enews.php?enews=CheckPath&pripath='+document.form1.pripath.value+'&classpath='+document.form1.ztpath.value,'','width=100,height=100,top=250,left=450');"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">文件扩展名</td>
<td bgcolor="#FFFFFF"> <input name="zttype" type="text" id="zttype4" value="<?=$r[zttype]?>" size="38">
<select name="select" onchange="document.form1.zttype.value=this.value">
<option value=".html">扩展名</option>
<option value=".html">.html</option>
<option value=".htm">.htm</option>
<option value=".php">.php</option>
<option value=".shtml">.shtml</option>
</select> </td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">绑定域名</td>
<td bgcolor="#FFFFFF"> <input name="zturl" type="text" id="zturl" value="<?=$r[zturl]?>" size="38">
<font color="#666666"> (如不绑定,请留空.后面无需加"/")</font></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">所属分类</td>
<td bgcolor="#FFFFFF"><select name="zcid" id="zcid">
<option value="0">不隶属于任何分类</option>
<?=$zcstr?>
</select> <input type="button" name="Submit6222322" value="管理分类" onclick="window.open('ListZtClass.php');"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">专题缩略图</td>
<td bgcolor="#FFFFFF"> <input name="ztimg" type="text" id="ztimg" value="<?=$r[ztimg]?>" size="38">
<a onclick="window.open('editor/file.php?userid=<?=$logininid?>&username=<?=$loginin?>&rnd=<?=$loginrnd?>&type=1&classid=&doing=2&field=ztimg','','width=700,height=550,scrollbars=yes');" title="选择已上传的图片"><img src="../data/images/changeimg.gif" width="22" height="22" border="0" align="absbottom"></a></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">网页关键字</td>
<td bgcolor="#FFFFFF"> <input name="ztpagekey" type="text" id="ztpagekey" value="<?=$r[ztpagekey]?>" size="38"></td>
</tr>
<tr>
<td height="25" valign="top" bgcolor="#FFFFFF">专题简介</td>
<td bgcolor="#FFFFFF"> <textarea name="intro" cols="70" rows="8" id="intro"><?=stripSlashes($r[intro])?></textarea></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">排序</td>
<td bgcolor="#FFFFFF"><input name="myorder" type="text" id="myorder" value="<?=$r[myorder]?>" size="38">
<font color="#666666"> (值越小越前面)</font></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">显示到导航</td>
<td bgcolor="#FFFFFF"> <input type="radio" name="showzt" value="0"<?=$r[showzt]==0?' checked':''?>>
是
<input type="radio" name="showzt" value="1"<?=$r[showzt]==1?' checked':''?>>
否<font color="#666666">(如:专题导航标签)</font></td>
</tr>
<tr>
<td height="25" colspan="2">页面设置</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">封面模板</td>
<td height="25" bgcolor="#FFFFFF"><select name="classtempid">
<?=$classtemp?>
</select> <input type="button" name="Submit6223" value="管理封面模板" onclick="window.open('template/ListClasstemp.php?gid=<?=$thegid?>');"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">所用列表模板</td>
<td height="25" bgcolor="#FFFFFF"> <select name="listtempid" id="listtempid">
<?=$listtemp_options?>
</select> <input type="button" name="Submit622" value="管理列表模板" onclick="window.open('template/ListListtemp.php?gid=<?=$thegid?>');">
*</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">是否为列表式</td>
<td height="25" bgcolor="#FFFFFF"> <input name="islist" type="checkbox" id="islist" value="1"<?=$islist?>>
是<font color="#666666"> (选择此项,封面模板无效)</font></td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#FFFFFF">列表式设置</td>
<td height="25" bgcolor="#FFFFFF"> 按字段
<input name="reorderf" type="text" id="reorderf" value="<?=$r[reorderf]?>" size="16">
<select name="select5" onchange="document.form1.reorderf.value=this.value">
<option>选择</option>
<option value="newstime">发布时间</option>
<option value="id">ID</option>
<option value="onclick">点击率</option>
<option value="totaldown">下载数</option>
<option value="plnum">评论数</option>
</select>
,排列方式
<select name="reorder" id="select">
<option value="DESC"<?=$r[reorder]=="DESC"?' selected':''?>>倒序排序</option>
<option value="ASC"<?=$r[reorder]=="ASC"?' selected':''?>>顺序排序</option>
</select></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"> <table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">显示总记录数</td>
<td><input name="maxnum" type="text" id="maxnum" value="<?=$r[maxnum]?>" size="6">
<font color="#666666">(0为显示所有记录)</font> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"> <table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">每页显示记录数</td>
<td><input name="ztnum" type="text" id="ztnum3" value="<?=$r[ztnum]?>" size="6"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" colspan="2">JS相关设置</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">是否生成JS调用</td>
<td><input type="radio" name="nrejs" value="0"<?=$r[nrejs]==0?' checked':''?>>
生成
<input type="radio" name="nrejs" value="1"<?=$r[nrejs]==1?' checked':''?>>
不生成</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">所用JS模板</td>
<td><select name="jstempid" id="jstempid">
<?=$jstemp?>
</select> <input type="button" name="Submit62223" value="管理JS模板" onclick="window.open('template/ListJstemp.php?gid=<?=$thegid?>');"></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">最新专题JS调用</td>
<td height="25" bgcolor="#FFFFFF">调用
<input name="newline" type="text" id="newline" value="<?=$r[newline]?>" size="6">
条记录,标题截取
<input name="newstrlen" type="text" id="newstrlen" value="<?=$r[newstrlen]?>" size="6">
个字节,
<input name="newshowdate" type="checkbox" id="newshowdate" value="1"<?=$newshowdate?>>
显示日期</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">热门专题JS调用</td>
<td height="25" bgcolor="#FFFFFF">调用
<input name="hotline" type="text" id="hotline" value="<?=$r[hotline]?>" size="6">
条记录,标题截取
<input name="hotstrlen" type="text" id="hotstrlen" value="<?=$r[hotstrlen]?>" size="6">
个字节,
<input name="hotshowdate" type="checkbox" id="hotshowdate" value="1"<?=$hotshowdate?>>
显示日期</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">推荐专题JS调用</td>
<td height="25" bgcolor="#FFFFFF">调用
<input name="goodline" type="text" id="goodline" value="<?=$r[goodline]?>" size="6">
条记录,标题截取
<input name="goodstrlen" type="text" id="goodstrlen" value="<?=$r[goodstrlen]?>" size="6">
个字节,
<input name="goodshowdate" type="checkbox" id="goodshowdate" value="1"<?=$goodshowdate?>>
显示日期</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">热门评论信息js设置</td>
<td bgcolor="#FFFFFF">调用
<input name="hotplline" type="text" id="hotplline" value="<?=$r[hotplline]?>" size="6">
条记录,标题截取
<input name="hotplstrlen" type="text" id="hotplstrlen" value="<?=$r[hotplstrlen]?>" size="6">
个字节,
<input name="hotplshowdate" type="checkbox" id="hotplshowdate" value="1"<?=$hotplshowdate?>>
显示日期</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">头条信息js设置</td>
<td bgcolor="#FFFFFF">调用
<input name="firstline" type="text" id="firstline" value="<?=$r[firstline]?>" size="6">
条记录,标题截取
<input name="firststrlen" type="text" id="firststrlen" value="<?=$r[firststrlen]?>" size="6">
个字节,
<input name="firstshowdate" type="checkbox" id="firstshowdate" value="1"<?=$firstshowdate?>>
显示日期</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"> <div align="center"></div></td>
<td bgcolor="#FFFFFF"> <input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"> </td>
</tr>
<tr>
<td colspan="2">
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -