国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

448 lines
25KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  5. <title>栏目管理</title>
  6. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  7. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. <script src="../static/web/js/jquery.min.js"></script>
  11. <script src="js/main.js"></script>
  12. <style>
  13. textarea{min-height:30px}
  14. </style>
  15. <script>
  16. var channelArray = new Array();
  17. <?php
  18. $i = 0;
  19. foreach($channelArray as $k=> $arr){
  20. echo "channelArray[$k] = \"{$arr['nid']}\";";
  21. }
  22. ?>
  23. function Nav() {
  24. if (window.navigator.userAgent.indexOf("MSIE") >= 1) return 'IE';
  25. else if (window.navigator.userAgent.indexOf("Firefox") >= 1) return 'FF';
  26. else return "OT";
  27. }
  28. function SelectTemplets(fname) {
  29. var pos = GetWinPos(800,600);
  30. window.open("./dialog/select_templets.php?f=" + fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top);
  31. }
  32. function ShowHide(objname) {
  33. var obj = document.getElementById(objname);
  34. if (obj.style.display != "none")
  35. obj.style.display = "none";
  36. else {
  37. if (Nav() == 'IE') obj.style.display = "block";
  38. else obj.style.display = "table-row";
  39. }
  40. }
  41. function ShowObj(objname) {
  42. var obj = document.getElementById(objname);
  43. if (Nav() == 'IE') obj.style.display = "block";
  44. else obj.style.display = "table";
  45. }
  46. function HideObj(objname) {
  47. var obj = document.getElementById(objname);
  48. obj.style.display = "none";
  49. }
  50. function ShowItem1() {
  51. ShowObj('head1'); ShowObj('needset');
  52. HideObj('head2'); HideObj('adset');
  53. HideObj('head3'); HideObj('ctset');
  54. }
  55. function ShowItem2() {
  56. ShowObj('head2'); ShowObj('adset');
  57. HideObj('head1'); HideObj('needset');
  58. HideObj('head3'); HideObj('ctset');
  59. }
  60. function ShowItem3() {
  61. ShowObj('head3'); ShowObj('ctset');
  62. HideObj('head1'); HideObj('needset');
  63. HideObj('head2'); HideObj('adset');
  64. }
  65. function CheckTypeDir() {
  66. var upinyin = document.getElementById('upinyin');
  67. var tpobj = document.getElementById('typedir');
  68. if (upinyin.checked) tpobj.style.display = "none";
  69. else tpobj.style.display = "block";
  70. }
  71. function ParTemplet(obj) {
  72. var sevvalue = channelArray[obj.value];
  73. var tobj = document.getElementById('smclass');
  74. var tempindex = document.getElementsByName('tempindex');
  75. var templist = document.getElementsByName('templist');
  76. var temparticle = document.getElementsByName('temparticle');
  77. var dfstyle = document.getElementsByName('dfstyle');
  78. var dfstyleValue = dfstyle[0].value;
  79. tempindex[0].value = dfstyleValue + "/index_" + sevvalue + ".htm";
  80. templist[0].value = dfstyleValue + "/list_" + sevvalue + ".htm";
  81. temparticle[0].value = dfstyleValue + "/article_" + sevvalue + ".htm";
  82. if (obj.value < 0) {
  83. if (Nav() == 'IE') tobj.style.display = "block";
  84. else tobj.style.display = "table-row";
  85. } else {
  86. tobj.style.display = "none";
  87. }
  88. }
  89. function checkSubmit() {
  90. if (document.form1.typename.value == "") {
  91. alert("栏目名称不能为空");
  92. document.form1.typename.focus();
  93. return false;
  94. }
  95. return true;
  96. }
  97. function CheckCross() {
  98. var cross2 = document.getElementById('cross2');
  99. var crossid = document.getElementById('crossid');
  100. if (cross2.checked) crossid.style.display = 'block';
  101. else crossid.style.display = 'none';
  102. }
  103. </script>
  104. </head>
  105. <body>
  106. <table width="98%" align="center" cellpadding="0" cellspacing="0" class="mt-3">
  107. <tr>
  108. <td width="100%" height="26">
  109. <table width="100%" cellspacing="0" cellpadding="0">
  110. <tr>
  111. <td height="26"><i class="fa fa-book"></i> <a href="catalog_main.php">栏目管理</a> &gt; 修改栏目</td>
  112. </tr>
  113. </table>
  114. </td>
  115. </tr>
  116. <tr>
  117. <td width="100%" height="1" background="../static/web/img/sp_bg.gif"></td>
  118. </tr>
  119. </table>
  120. <table width="98%" align="center" cellpadding="0" cellspacing="0">
  121. <tr>
  122. <form name="form1" action="catalog_edit.php" method="post" onSubmit="return checkSubmit()">
  123. <input type="hidden" name="dopost" value="save">
  124. <input type="hidden" name="id" value="<?php echo $id; ?>">
  125. <input type="hidden" name="topid" value="<?php echo $myrow['topid']; ?>">
  126. <td height="90" align="center" bgcolor="#fff">
  127. <table width="100%" cellspacing="0" id="head1" cellpadding="0">
  128. <tr>
  129. <td colspan="2" bgcolor="#fff" align="left">
  130. <table cellpadding="0" cellspacing="0">
  131. <tr>
  132. <td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">常规选项</td>
  133. <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">高级选项</a></td>
  134. <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem3()">栏目内容</a></td>
  135. </tr>
  136. </table>
  137. </td>
  138. </tr>
  139. </table>
  140. <table width="100%" cellspacing="0" id="head2" cellpadding="0" style="display:none">
  141. <tr>
  142. <td colspan="2" bgcolor="#fff" style="text-align:left">
  143. <table height="26" cellpadding="0" cellspacing="0">
  144. <tr>
  145. <td width="86" align="center" background="../static/web/img/itemnote2.gif" bgcolor="#F2F7DF"><a href="javascript:;" onClick="ShowItem1()">常规选项</a></td>
  146. <td width="86" align="center" background="../static/web/img/itemnote1.gif">高级选项</td>
  147. <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem3()">栏目内容</a></td>
  148. </tr>
  149. </table>
  150. </td>
  151. </tr>
  152. </table>
  153. <table width="100%" cellspacing="0" id="head3" cellpadding="0" style="display:none">
  154. <tr>
  155. <td colspan="2" bgcolor="#fff" style="text-align:left">
  156. <table height="26" cellpadding="0" cellspacing="0">
  157. <tr>
  158. <td width="86" align="center" background="../static/web/img/itemnote2.gif" bgcolor="#F2F7DF"><a href="javascript:;" onClick="ShowItem1()">常规选项</a></td>
  159. <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">高级选项</td>
  160. <td width="86" align="center" background="../static/web/img/itemnote1.gif">栏目内容</td>
  161. </tr>
  162. </table>
  163. </td>
  164. </tr>
  165. </table>
  166. <table width="100%" id="needset" cellspacing="0" cellpadding="0" style="border:1px solid #dee2e6" class="table">
  167. <tr>
  168. <td width="260" class="bline" height="26" style="padding-left:10px">是否支持投稿:</td>
  169. <td class="bline">
  170. <label><input type='radio' name='issend' value='0' class='np' <?php if($myrow['issend']=="0") echo " checked='1' "; ?>>&nbsp;不支持&nbsp;</label>
  171. <label><input type='radio' name='issend' value='1' class='np' <?php if($myrow['issend']=="1") echo " checked='1' "; ?>>&nbsp;支持</label>
  172. </td>
  173. </tr>
  174. <tr>
  175. <td width="260" class="bline" height="26" style="padding-left:10px">是否隐藏栏目:</td>
  176. <td class="bline">
  177. <label><input type='radio' name='ishidden' value='0' class='np' <?php if($myrow['ishidden']=="0") echo " checked='1' "; ?>>&nbsp;显示&nbsp;</label>
  178. <label><input type='radio' name='ishidden' value='1' class='np' <?php if($myrow['ishidden']=="1") echo " checked='1' "; ?>>&nbsp;隐藏</label>
  179. </td>
  180. </tr>
  181. <tr>
  182. <td class="bline" height="26" style="padding-left:10px">内容模型:</td>
  183. <td class="bline">
  184. <select name="channeltype" id="channeltype" style="width:260px" onChange="ParTemplet(this)">
  185. <?php
  186. foreach($channelArray as $k=>$arr)
  187. {
  188. if($k==$channelid) echo " <option value='{$k}' selected>{$arr['typename']}|{$arr['nid']}</option>";
  189. else echo " <option value='{$k}'>{$arr['typename']}|{$arr['nid']}</option>";
  190. }
  191. ?>
  192. </select>
  193. </td>
  194. </tr>
  195. <tr>
  196. <td class="bline" height="26" style="padding-left:10px">中文名称:</td>
  197. <td class="bline"><input name="typename" type="text" value="<?php echo $myrow['typename']?>" class="iptxt" style="width:260px"></td>
  198. </tr>
  199. <tr>
  200. <td class="bline" height="26" style="padding-left:10px">中文概况:</td>
  201. <td class="bline"><input name="namegk" type="text" value="<?php echo $myrow['namegk']?>" class="iptxt" style="width:260px"></td>
  202. </tr>
  203. <tr>
  204. <td class="bline" height="26" style="padding-left:10px">英文名称:</td>
  205. <td class="bline"><input name="enname" type="text" value="<?php echo $myrow['enname']?>" class="iptxt" style="width:260px"></td>
  206. </tr>
  207. <tr>
  208. <td class="bline" height="26" style="padding-left:10px">英文概况:</td>
  209. <td class="bline"><input name="ennamegk" type="text" value="<?php echo $myrow['ennamegk']?>" class="iptxt" style="width:260px"></td>
  210. </tr>
  211. <tr>
  212. <td class="bline" height="26" style="padding-left:10px">栏目大图:</td>
  213. <td>
  214. <input name="bigpic" type="text" class="alltxt" value="<?php echo $myrow['bigpic']?>" style="width:260px">
  215. <input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.bigpic');">
  216. </td>
  217. </tr>
  218. <tr>
  219. <td class="bline" height="26" style="padding-left:10px">栏目小图:</td>
  220. <td>
  221. <input name="litimg" type="text" class="alltxt" value="<?php echo $myrow['litimg']?>" style="width:260px">
  222. <input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.litimg');">
  223. </td>
  224. </tr>
  225. <tr>
  226. <td class="bline" height="26" style="padding-left:10px">排列顺序:</td>
  227. <td class="bline"><input name="sortrank" type="text" value="<?php echo $myrow['sortrank']?>" class="iptxt" style="width:60px">(由低 &gt; 高)</td>
  228. </tr>
  229. <tr>
  230. <td class="bline" height="26" style="padding-left:10px">浏览权限:</td>
  231. <td class="bline">
  232. <select name="corank" id="corank" style="width:160px">
  233. <?php
  234. $dsql->SetQuery("Select * from #@__arcrank where `rank` >= 0");
  235. $dsql->Execute('cc');
  236. while($row = $dsql->GetObject('cc'))
  237. {
  238. if($myrow['corank']==$row->rank)
  239. echo "<option value='".$row->rank."' selected>".$row->membername."</option>";
  240. else
  241. echo "<option value='".$row->rank."'>".$row->membername."</option>";
  242. }
  243. ?>
  244. </select>
  245. (仅限制栏目里的文档浏览权限)
  246. </td>
  247. </tr>
  248. <tr>
  249. <td class="bline" height="26" style="padding-left:10px">文件保存目录:</td>
  250. <td class="bline"><input name="typedir" type="text" id="typedir" value="<?php echo $myrow['typedir']?>" class="iptxt" style="width:260px">(填写{cmspath}/a/b/c生成目录“域名/a/b/c”标签{cmspath}必填)</td>
  251. </tr>
  252. <tr>
  253. <td height="26" style="padding-left:10px">栏目列表选项:</td>
  254. <td>
  255. <label><input type='radio' name='isdefault' value='1' class='np' <?php if($myrow['isdefault']==1) echo " checked='1' "; ?>>&nbsp;链接到默认页</label>
  256. <label><input type='radio' name='isdefault' value='0' class='np' <?php if($myrow['isdefault']==0) echo " checked='1' "; ?>>&nbsp;链接到列表第一页</label>
  257. <label><input type='radio' name='isdefault' value='-1' class='np' <?php if($myrow['isdefault']==-1) echo " checked='1' "; ?>>&nbsp;使用动态页</label>
  258. </td>
  259. </tr>
  260. <tr>
  261. <td class="bline" height="26" style="padding-left:10px">默认页的名称:</td>
  262. <td class="bline"><input name="defaultname" type="text" value="<?php echo $myrow['defaultname']?>" class="iptxt" style="width:260px"></td>
  263. </tr>
  264. <tr>
  265. <td height="26" class="bline" style="padding-left:10px">栏目属性:</td>
  266. <td class="bline">
  267. <label><input name="ispart" type="radio" id="radio" value="0" class='np' <?php if($myrow['ispart']==0) echo " checked='1' "; ?>>&nbsp;最终列表栏目(允许在本栏目发布文档,并生成文档列表)</label><br>
  268. <label><input name="ispart" type="radio" id="radio2" value="1" class='np' <?php if($myrow['ispart']==1) echo " checked='1' "; ?>>&nbsp;频道封面(栏目本身不允许发布文档)</label><br>
  269. <label><input name="ispart" type="radio" id="radio3" value="2" class='np' <?php if($myrow['ispart']==2) echo " checked='1' "; ?>>&nbsp;外部连接(在"文件保存目录"处填写网址)</label>
  270. </td>
  271. </tr>
  272. <tr id='helpvarco' style='display:none'>
  273. <td height="80" bgcolor="#f8f8f8" style="padding-left:10px">栏目交叉说明:</td>
  274. <td bgcolor="#f8f8f8">交叉栏目是指一个大栏目与另一个非下级的子栏目出现交叉的情况,相当于系统原来的副栏目功能,不过现在改在栏目里预先设置好<br>例如:网站上有大栏目——智能手机、音乐手机,另外又有栏目——诺基亚&gt;智能手机、诺基亚&gt;音乐手机,这样顶级的大栏目就和另一个大栏目的子栏目形成了交叉,这样只需要在大栏目中指定交叉的栏目即可<br>注:会自动索引交叉栏目的内容,但不会索引交叉栏目下级栏目的内容,这种应用也适用于按地区划分资讯的站点
  275. </td>
  276. </tr>
  277. <tr>
  278. <td style="padding-left:10px">栏目交叉:<i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvarco')"></i><br>仅适用[最终列表栏目]</td>
  279. <td class="bline">
  280. <label><input name="cross" type="radio" id="cross0" onClick="CheckCross()" value="0" class='np' <?php if($myrow['cross']==0) echo " checked='1' "; ?>>&nbsp;不交叉</label>
  281. <label><input name="cross" type="radio" id="cross1" onClick="CheckCross()" value="1" class='np' <?php if($myrow['cross']==1) echo " checked='1' "; ?>>&nbsp;自动获取同名栏目内容</label>
  282. <label><input name="cross" type="radio" id="cross2" onClick="CheckCross()" value="2" class='np' <?php if($myrow['cross']==2) echo " checked='1' "; ?>>&nbsp;手工指定交叉栏目ID(用逗号分开)</label>
  283. <br>
  284. <textarea name="crossid" id="crossid" style="<?php if($myrow['cross']!=2) echo'display:none'; ?>" class="alltxt" style="width:360px;height:50px"><?php echo $myrow['crossid']; ?></textarea>
  285. </td>
  286. </tr>
  287. <tr id='smclass' style='<?php echo ($channelid<0 ? '' : 'display:none'); ?>'>
  288. <td class="bline" style="padding-left:10px">绑定小分类:<br>仅适用[分类信息模型]</td>
  289. <td class="bline">
  290. <select name='smalltype[]' multiple='yes' style='width:160px'>
  291. <?php
  292. $smtypes = explode(',',trim($myrow['smalltypes']));
  293. $sql = "Select * From `#@__sys_enum` where egroup like 'infotype' order by disorder asc, id desc ";
  294. $dsql->Execute('s',$sql);
  295. while($arr = $dsql->GetArray('s'))
  296. {
  297. if(in_array($arr['evalue'],$smtypes)) {
  298. $selstr = " selected='1' ";
  299. } else {
  300. $selstr = '';
  301. }
  302. if($arr['evalue']%500==0) {
  303. echo "<option value='{$arr['evalue']}'{$selstr}>{$arr['ename']}</option>";
  304. }
  305. else if(preg_match("#\.#", $arr['evalue']))
  306. {
  307. echo "<option value='{$arr['evalue']}'{$selstr}> └───{$arr['ename']}</option>";
  308. } else {
  309. echo "<option value='{$arr['evalue']}'{$selstr}> └─{$arr['ename']}</option>";
  310. }
  311. }
  312. ?>
  313. </select>按 Ctrl 多选,不选系统将调用全部分类,在<a href='stepselect_main.php'>“联动类别管理”</a>中管理
  314. </td>
  315. </tr>
  316. </table>
  317. <table width="100%" cellspacing="0" cellpadding="0" style="display:none;border:1px solid #dee2e6" id="adset" class="table">
  318. <tr>
  319. <td class="bline" width="260" height="26" style="padding-left:10px">多站点支持:</td>
  320. <td class="bline">
  321. <label><input name="moresite" type="radio" class="np" value="0" <?php if($myrow['moresite']==0) echo " checked='1' "; ?>>&nbsp;不启用&nbsp;</label>
  322. <label><input type="radio" name="moresite" class="np" value="1" <?php if($myrow['moresite']==1) echo " checked='1' "; ?>>&nbsp;启用</label>
  323. </td>
  324. </tr>
  325. <tr>
  326. <td height="26" bgcolor="#f8f8f8" style="padding-left:10px">说明:</td>
  327. <td bgcolor="#f8f8f8">绑名绑定仅需要在顶级栏目设定,子级栏目修改无效</td>
  328. </tr>
  329. <tr>
  330. <td class="bline" height="26" style="padding-left:10px">绑定域名:</td>
  331. <td class="bline"><input name="siteurl" type="text" id="siteurl" value="<?php echo $myrow['siteurl']?>" class="iptxt" style="width:260px">(需加 http://,一级或二级域名的根网址)</td>
  332. </tr>
  333. <tr>
  334. <td class="bline" height="26" style="padding-left:10px">站点根目录:</td>
  335. <td class="bline">为简化操作,站点根目录与当前栏目目录一致,请注意当前栏目文件保存目录的设置,域名需自行手工绑定到这个目录</td>
  336. </tr>
  337. <tr id='helpvar1' style='display:none'>
  338. <td height="26" bgcolor="#f8f8f8" style="padding-left:10px">支持变量:</td>
  339. <td bgcolor="#f8f8f8">
  340. {tid}表示栏目ID,<br>
  341. {cid}表示频道模型的'名字ID'(
  342. <?php
  343. foreach($channelArray as $k=>$arr)
  344. {
  345. echo "{$arr['typename']}({$arr['nid']})、";
  346. }
  347. ?>)<br>
  348. 模板文件的默认位置是放在模板目录 "cms安装目录<?php echo $cfg_templets_dir ?>" 内
  349. <input type='hidden' value='{style}' name='dfstyle'>
  350. </td>
  351. </tr>
  352. <tr>
  353. <td height="26" style="padding-left:10px">封面模板:</td>
  354. <td>
  355. <input name="tempindex" type="text" value="<?php echo $myrow['tempindex']?>" class="iptxt" style="width:260px">
  356. <button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button>
  357. <i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar1')"></i>
  358. </td>
  359. </tr>
  360. <tr>
  361. <td height="26" style="padding-left:10px">列表模板:</td>
  362. <td>
  363. <input name="templist" type="text" value="<?php echo $myrow['templist']?>" class="iptxt" style="width:260px">
  364. <button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templist')">浏览</button>
  365. </td>
  366. </tr>
  367. <tr>
  368. <td height="26" style="padding-left:10px">文章模板:</td>
  369. <td>
  370. <input name="temparticle" type="text" value="<?php echo $myrow['temparticle']?>" class="iptxt" style="width:260px">
  371. <button type="button" name="set4" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.temparticle')">浏览</button>
  372. </td>
  373. </tr>
  374. <tr id='helpvar2' style='display:none'>
  375. <td height="26" bgcolor="#f8f8f8" style="padding-left:10px">支持变量:</td>
  376. <td height="26" bgcolor="#f8f8f8">
  377. {Y}、{M}、{D} 年月日<br>
  378. {timestamp} INT类型的UNIX时间戳<br>
  379. {aid} 文章ID<br>
  380. {pinyin} 拼音+文章ID<br>
  381. {py} 拼音部首+文章ID<br>
  382. {typedir} 栏目目录 <br>
  383. {cc} 日期+ID混编后用转换为适合的字母
  384. </td>
  385. </tr>
  386. <tr>
  387. <td height="26" style="padding-left:10px">文章命名规则:</td>
  388. <td>
  389. <input name="namerule" type="text" id="namerule" value="<?php echo $myrow['namerule']?>" class="iptxt" style="width:260px">
  390. <i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar2')"></i>
  391. </td>
  392. </tr>
  393. <tr id='helpvar3' style='display:none'>
  394. <td height="26" bgcolor="#f8f8f8" style="padding-left:10px">支持变量:</td>
  395. <td bgcolor="#f8f8f8">{page} 列表的页码</td>
  396. </tr>
  397. <tr>
  398. <td height="26" style="padding-left:10px">列表命名规则:</td>
  399. <td>
  400. <input name="namerule2" type="text" id="namerule2" value="<?php echo $myrow['namerule2']?>" class="iptxt" style="width:260px">
  401. <i class="fa fa-question-circle" style="cursor:pointer" onClick="ShowHide('helpvar3')"></i>
  402. </td>
  403. </tr>
  404. <tr>
  405. <td height="60" style="padding-left:10px">SEO标题:</td>
  406. <td><input name="seotitle" type="text" id="seotitle" value="<?php echo $myrow['seotitle']?>" class="alltxt" style="width:260px">(栏目模板里用{dede:field.seotitle /}调用)</td>
  407. </tr>
  408. <tr>
  409. <td height="60" style="padding-left:10px">关键词:</td>
  410. <td><textarea name="keywords" cid="keywords" class="alltxt" style="width:360px;height:50px"><?php echo $myrow['keywords']?></textarea></td>
  411. </tr>
  412. <tr>
  413. <td height="60" style="padding-left:10px">栏目描述:</td>
  414. <td height="60"><textarea name="description" id="description" class="alltxt" style="width:360px;height:50px"><?php echo $myrow['description']?></textarea></td>
  415. </tr>
  416. <tr>
  417. <td height="36" style="padding-left:10px">继承选项:</td>
  418. <td>
  419. <label><input name="upnext" type="checkbox" id="upnext" value="1" class="np">同时修改下级栏目的浏览权限、内容类型、模板风格、命名规则等通用属性</label>
  420. </td>
  421. </tr>
  422. </table>
  423. <table width="100%" cellspacing="0" cellpadding="0" style="display:none;border:1px solid #dee2e6" id="ctset" class="table">
  424. <tr>
  425. <td height="26">说明:栏目内容是替代原来栏目单独页的更灵活的一种方式,可在栏目模板中用{dede:field.content/}调用,通常用于企业简介之类的用途</td>
  426. </tr>
  427. <tr>
  428. <td>
  429. <?php
  430. GetEditor("content",$myrow['content'],"450","Default","print","false");
  431. ?>
  432. </td>
  433. </tr>
  434. </table>
  435. <table width="100%" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
  436. <tr>
  437. <td align="center" class="py-3">
  438. <button type="submit" class="btn btn-success btn-sm">保存</button>
  439. <a href="catalog_main.php" class="btn btn-success btn-sm">返回</a>
  440. </td>
  441. </tr>
  442. </table>
  443. </td>
  444. </form>
  445. </tr>
  446. </table>
  447. </body>
  448. </html>