|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
- <title>栏目管理</title>
- <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
- <link rel="stylesheet" href="../static/css/bootstrap.min.css">
- <link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
- <link rel="stylesheet" href="css/base.css">
- <script src="../static/js/jquery.js"></script>
- <script src="js/main.js"></script>
- <style>
- textarea{min-height:30px}
- .table{margin-bottom:0}
- .btn+.btn{margin-left:10px}
- </style>
- <script>
- var channelArray = new Array();
- <?php
- $i = 0;
- foreach($channelArray as $k=> $arr){
- echo "channelArray[$k] = \"{$arr['nid']}\";\r\n";
- }
- ?>
- function Nav() {
- if (window.navigator.userAgent.indexOf("MSIE") >= 1) return 'IE';
- else if (window.navigator.userAgent.indexOf("Firefox") >= 1) return 'FF';
- else return "OT";
- }
- function SelectTemplets(fname) {
- var posLeft = 200;
- var posTop = 300;
- window.open("./dialog/select_templets.php?f=" + fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=680,height=400,left=" + posLeft + ", top=" + posTop);
- }
- function ShowHide(objname) {
- var obj = document.getElementById(objname);
- if (obj.style.display != "none")
- obj.style.display = "none";
- else {
- if (Nav() == 'IE') obj.style.display = "block";
- else obj.style.display = "table-row";
- }
- }
- function ShowObj(objname) {
- var obj = document.getElementById(objname);
- if (Nav() == 'IE') obj.style.display = "block";
- else obj.style.display = "table";
- }
- function HideObj(objname) {
- var obj = document.getElementById(objname);
- obj.style.display = "none";
- }
- function ShowItem1() {
- ShowObj('head1'); ShowObj('needset');
- HideObj('head2'); HideObj('adset');
- HideObj('head3'); HideObj('ctset');
- }
- function ShowItem2() {
- ShowObj('head2'); ShowObj('adset');
- HideObj('head1'); HideObj('needset');
- HideObj('head3'); HideObj('ctset');
- }
- function ShowItem3() {
- ShowObj('head3'); ShowObj('ctset');
- HideObj('head1'); HideObj('needset');
- HideObj('head2'); HideObj('adset');
- }
- function CheckTypeDir() {
- var upinyin = document.getElementById('upinyin');
- var tpobj = document.getElementById('typedir');
- if (upinyin.checked) tpobj.style.display = "none";
- else tpobj.style.display = "block";
- }
- function ParTemplet(obj) {
- var sevvalue = channelArray[obj.value];
- var tobj = document.getElementById('smclass');
- var tempindex = document.getElementsByName('tempindex');
- var templist = document.getElementsByName('templist');
- var temparticle = document.getElementsByName('temparticle');
- var dfstyle = document.getElementsByName('dfstyle');
- var dfstyleValue = dfstyle[0].value;
- tempindex[0].value = dfstyleValue + "/index_" + sevvalue + ".htm";
- templist[0].value = dfstyleValue + "/list_" + sevvalue + ".htm";
- temparticle[0].value = dfstyleValue + "/article_" + sevvalue + ".htm";
- if (obj.value < 0) {
- if (Nav() == 'IE') tobj.style.display = "block";
- else tobj.style.display = "table-row";
- } else {
- tobj.style.display = "none";
- }
- }
- function checkSubmit() {
- if (document.form1.typename.value == "") {
- alert("栏目名称不能为空");
- document.form1.typename.focus();
- return false;
- }
- return true;
- }
- function CheckCross() {
- var cross2 = document.getElementById('cross2');
- var crossid = document.getElementById('crossid');
- if (cross2.checked) crossid.style.display = 'block';
- else crossid.style.display = 'none';
- }
- </script>
- </head>
- <body leftmargin="15" topmargin="10" bgcolor="#fff">
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#cfcfcf" class="mt-3">
- <tr>
- <td width="100%" height="26" valign="top">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="30"><img src="images/book1.gif"><a href="catalog_main.php">栏目管理</a> >> 修改栏目</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%" height="1" background="images/sp_bg.gif"></td>
- </tr>
- </table>
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <form name="form1" action="catalog_edit.php" method="post" onSubmit="return checkSubmit()">
- <input type="hidden" name="dopost" value="save">
- <input type="hidden" name="id" value="<?php echo $id; ?>">
- <input type="hidden" name="topid" value="<?php echo $myrow['topid']; ?>">
- <td height="95" align="center" bgcolor="#fff">
- <table width="100%" border="0" cellspacing="0" id="head1" cellpadding="0">
- <tr>
- <td colspan="2" bgcolor="#fff" align="left">
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="84" height="26" align="center" background="images/itemnote1.gif">常规选项</td>
- <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem2()">高级选项</a></td>
- <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem3()">栏目内容</a></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" id="head2" cellpadding="0" style="display:none">
- <tr>
- <td colspan="2" bgcolor="#fff" style="text-align:left">
- <table height="26" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="84" align="center" background="images/itemnote2.gif" bgcolor="#F2F7DF"><a href="#" onClick="ShowItem1()">常规选项</a></td>
- <td width="84" align="center" background="images/itemnote1.gif">高级选项</td>
- <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem3()">栏目内容</a></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" id="head3" cellpadding="0" style="display:none">
- <tr>
- <td colspan="2" bgcolor="#fff" style="text-align:left">
- <table height="26" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="84" align="center" background="images/itemnote2.gif" bgcolor="#F2F7DF"><a href="#" onClick="ShowItem1()">常规选项</a></td>
- <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem2()">高级选项</td>
- <td width="84" align="center" background="images/itemnote1.gif">栏目内容</td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" id="needset" cellspacing="0" cellpadding="0" style="border:1px solid #cfcfcf;background:#fff;text-align:left;" class="table">
- <tr>
- <td width="150" class="bline" height="26" style="padding-left:10px">是否支持投稿:</td>
- <td class="bline">
- <label><input type='radio' name='issend' value='0' class='np' <?php if($myrow['issend']=="0") echo " checked='1' "; ?>> 不支持 </label>
- <label><input type='radio' name='issend' value='1' class='np' <?php if($myrow['issend']=="1") echo " checked='1' "; ?>> 支持</label>
- </td>
- </tr>
- <tr>
- <td width="150" class="bline" height="26" style="padding-left:10px">是否隐藏栏目:</td>
- <td class="bline">
- <label><input type='radio' name='ishidden' value='0' class='np' <?php if($myrow['ishidden']=="0") echo " checked='1' "; ?>> 显示 </label>
- <label><input type='radio' name='ishidden' value='1' class='np' <?php if($myrow['ishidden']=="1") echo " checked='1' "; ?>> 隐藏</label>
- </td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">内容模型:</td>
- <td class="bline">
- <select name="channeltype" id="channeltype" style="width:200px" onChange="ParTemplet(this)">
- <?php
- foreach($channelArray as $k=>$arr)
- {
- if($k==$channelid) echo " <option value='{$k}' selected>{$arr['typename']}|{$arr['nid']}</option>\r\n";
- else echo " <option value='{$k}'>{$arr['typename']}|{$arr['nid']}</option>\r\n";
- }
- ?>
- </select>
- </td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">中文名称:</td>
- <td class="bline"><input name="typename" type="text" size="40" value="<?php echo $myrow['typename']?>" class="iptxt"></td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">中文概况:</td>
- <td class="bline"><input name="namegk" type="text" size="40" value="<?php echo $myrow['namegk']?>" class="iptxt"></td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">英文名称:</td>
- <td class="bline"><input name="enname" type="text" size="40" value="<?php echo $myrow['enname']?>" class="iptxt"></td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">英文概况:</td>
- <td class="bline"><input name="ennamegk" type="text" size="40" value="<?php echo $myrow['ennamegk']?>" class="iptxt"></td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">栏目大图:</td>
- <td>
- <input name="litpic" type="text" class="alltxt" size="40" value="<?php echo $myrow['litpic']?>">
- <input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.litpic');">
- </td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">栏目小图:</td>
- <td>
- <input name="litimg" type="text" class="alltxt" size="40" value="<?php echo $myrow['litimg']?>">
- <input type="button" class="btn btn-success btn-sm" value="浏览" onClick="SelectImage('form1.litimg');">
- </td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">排列顺序:</td>
- <td class="bline"> <input name="sortrank" type="text" value="<?php echo $myrow['sortrank']?>" class="iptxt" style="width:100px">(由低 -> 高)</td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">浏览权限:</td>
- <td class="bline"> <select name="corank" id="corank" style="width:100px">
- <?php
- $dsql->SetQuery("Select * from #@__arcrank where `rank` >= 0");
- $dsql->Execute('cc');
- while($row = $dsql->GetObject('cc'))
- {
- if($myrow['corank']==$row->rank)
- echo "<option value='".$row->rank."' selected>".$row->membername."</option>\r\n";
- else
- echo "<option value='".$row->rank."'>".$row->membername."</option>\r\n";
- }
- ?>
- </select>(仅限制栏目里的文档浏览权限)
- </td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">文件保存目录:</td>
- <td class="bline"><input name="typedir" type="text" id="typedir" value="<?php echo $myrow['typedir']?>" size="40" class="iptxt"></td>
- </tr>
- <tr>
- <td height="26" style="padding-left:10px">栏目列表选项:</td>
- <td>
- <label><input type='radio' name='isdefault' value='1' class='np' <?php if($myrow['isdefault']==1) echo " checked='1' "; ?>> 链接到默认页</label>
- <label><input type='radio' name='isdefault' value='0' class='np' <?php if($myrow['isdefault']==0) echo " checked='1' "; ?>> 链接到列表第一页</label>
- <label><input type='radio' name='isdefault' value='-1' class='np' <?php if($myrow['isdefault']==-1) echo " checked='1' "; ?>> 使用动态页</label>
- </td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">默认页的名称:</td>
- <td class="bline"><input name="defaultname" type="text" value="<?php echo $myrow['defaultname']?>" class="iptxt" style="width:100px"></td>
- </tr>
- <tr>
- <td height="26" class="bline" style="padding-left:10px">栏目属性:</td>
- <td class="bline">
- <label><input name="ispart" type="radio" id="radio" value="0" class='np' <?php if($myrow['ispart']==0) echo " checked='1' "; ?>> 最终列表栏目(允许在本栏目发布文档,并生成文档列表)</label><br>
- <label><input name="ispart" type="radio" id="radio2" value="1" class='np' <?php if($myrow['ispart']==1) echo " checked='1' "; ?>> 频道封面(栏目本身不允许发布文档)</label><br>
- <label><input name="ispart" type="radio" id="radio3" value="2" class='np' <?php if($myrow['ispart']==2) echo " checked='1' "; ?>> 外部连接(在"文件保存目录"处填写网址)</label>
- </td>
- </tr>
- <tr id='helpvarco' style='display:none'>
- <td height="80" bgcolor="#F3F7EA" style="padding-left:10px">栏目交叉说明:</td>
- <td bgcolor="#F3F7EA">交叉栏目是指一个大栏目与另一个非下级的子栏目出现交叉的情况,相当于系统原来的副栏目功能,不过现在改在栏目里预先设置好<br>例如:网站上有大栏目——智能手机、音乐手机,另外又有栏目——诺基亚->智能手机、诺基亚->音乐手机,这样顶级的大栏目就和另一个大栏目的子栏目形成了交叉,这样只需要在大栏目中指定交叉的栏目即可<br>注:会自动索引交叉栏目的内容,但不会索引交叉栏目下级栏目的内容,这种应用也适用于按地区划分资讯的站点
- </td>
- </tr>
- <tr>
- <td style="padding-left:10px">栏目交叉:<img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvarco')"><br>仅适用[最终列表栏目]</td>
- <td class="bline" style="padding:3px 0px 3px 0px">
- <label><input name="cross" type="radio" id="cross0" onClick="CheckCross()" value="0" class='np' <?php if($myrow['cross']==0) echo " checked='1' "; ?>> 不交叉</label>
- <label><input name="cross" type="radio" id="cross1" onClick="CheckCross()" value="1" class='np' <?php if($myrow['cross']==1) echo " checked='1' "; ?>> 自动获取同名栏目内容</label>
- <label><input name="cross" type="radio" id="cross2" onClick="CheckCross()" value="2" class='np' <?php if($myrow['cross']==2) echo " checked='1' "; ?>> 手工指定交叉栏目ID(用逗号分开)</label>
- <br>
- <textarea name="crossid" cols="50" rows="3" id="crossid" style="<?php if($myrow['cross']!=2) echo'display:none'; ?>" class="alltxt"><?php echo $myrow['crossid']; ?></textarea>
- </td>
- </tr>
- <tr id='smclass' style='<?php echo ($channelid<0 ? '' : 'display:none'); ?>'>
- <td class="bline" style="padding-left:10px">绑定小分类:<br>仅适用[分类信息模型]</td>
- <td class="bline">
- <select name='smalltype[]' size='5' style='width:120px;height: auto;' multiple='yes'>
- <?php
- $smtypes = explode(',',trim($myrow['smalltypes']));
- $sql = "Select * From `#@__sys_enum` where egroup like 'infotype' order by disorder asc, id desc ";
- $dsql->Execute('s',$sql);
- while($arr = $dsql->GetArray('s'))
- {
- if(in_array($arr['evalue'],$smtypes)) {
- $selstr = " selected='1' ";
- } else {
- $selstr = '';
- }
- if($arr['evalue']%500==0) {
- echo "<option value='{$arr['evalue']}'{$selstr}>{$arr['ename']}</option>\r\n";
- }
- else if(preg_match("#\.#", $arr['evalue']))
- {
- echo "<option value='{$arr['evalue']}'{$selstr}> └───{$arr['ename']}</option>\r\n";
- } else {
- echo "<option value='{$arr['evalue']}'{$selstr}> └─{$arr['ename']}</option>\r\n";
- }
- }
- ?>
- </select>按 Ctrl 多选,不选系统将调用全部分类,在<a href='stepselect_main.php'>“联动类别管理”</a>中管理
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #cfcfcf;background:#fff;display:none;text-align:left" id="adset" class="table">
- <tr>
- <td class="bline" width="150" height="26" style="padding-left:10px">多站点支持:</td>
- <td class="bline">
- <label><input name="moresite" type="radio" class="np" value="0" <?php if($myrow['moresite']==0) echo " checked='1' "; ?>> 不启用 </label>
- <label><input type="radio" name="moresite" class="np" value="1" <?php if($myrow['moresite']==1) echo " checked='1' "; ?>> 启用</label>
- </td>
- </tr>
- <tr>
- <td height="26" bgcolor="#F9FCEF" style="padding-left:10px">说明:</td>
- <td bgcolor="#F9FCEF">绑名绑定仅需要在顶级栏目设定,子级栏目修改无效</td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">绑定域名:</td>
- <td class="bline"> <input name="siteurl" type="text" id="siteurl" size="40" value="<?php echo $myrow['siteurl']?>" class="iptxt">(需加 http://,一级或二级域名的根网址)</td>
- </tr>
- <tr>
- <td class="bline" height="26" style="padding-left:10px">站点根目录:</td>
- <td class="bline">为简化操作,站点根目录与当前栏目目录一致,请注意当前栏目文件保存目录的设置,域名需自行手工绑定到这个目录</td>
- </tr>
- <tr id='helpvar1' style='display:none'>
- <td height="26" bgcolor="#F9FCEF" style="padding-left:10px">支持变量:</td>
- <td bgcolor="#F9FCEF">
- {tid}表示栏目ID,<br>
- {cid}表示频道模型的'名字ID'(
- <?php
- foreach($channelArray as $k=>$arr)
- {
- echo "{$arr['typename']}({$arr['nid']})、";
- }
- ?>)<br>
- 模板文件的默认位置是放在模板目录 "cms安装目录<?php echo $cfg_templets_dir ?>" 内
- <input type='hidden' value='{style}' name='dfstyle'>
- </td>
- </tr>
- <tr>
- <td height="26" style="padding-left:10px">封面模板:</td>
- <td>
- <input name="tempindex" type="text" value="<?php echo $myrow['tempindex']?>" size="40" class="iptxt">
- <button type="button" name="set1" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.tempindex')">浏览</button>
- <img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvar1')">
- </td>
- </tr>
- <tr>
- <td height="26" style="padding-left:10px">列表模板:</td>
- <td>
- <input name="templist" type="text" value="<?php echo $myrow['templist']?>" size="40" class="iptxt">
- <button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templist')">浏览</button>
- </td>
- </tr>
- <tr>
- <td height="26" style="padding-left:10px">文章模板:</td>
- <td>
- <input name="temparticle" type="text" value="<?php echo $myrow['temparticle']?>" size="40" class="iptxt">
- <button type="button" name="set4" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.temparticle')">浏览</button>
- </td>
- </tr>
- <tr id='helpvar2' style='display:none'>
- <td height="26" bgcolor="#F9FCEF" style="padding-left:10px">支持变量:</td>
- <td height="26" bgcolor="#F9FCEF">
- {Y}、{M}、{D} 年月日<br>
- {timestamp} INT类型的UNIX时间戳<br>
- {aid} 文章ID<br>
- {pinyin} 拼音+文章ID<br>
- {py} 拼音部首+文章ID<br>
- {typedir} 栏目目录 <br>
- {cc} 日期+ID混编后用转换为适合的字母 <br>
- </td>
- </tr>
- <tr>
- <td height="26" style="padding-left:10px">文章命名规则:</td>
- <td>
- <input name="namerule" type="text" id="namerule" value="<?php echo $myrow['namerule']?>" size="40" class="iptxt">
- <img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvar2')">
- </td>
- </tr>
- <tr id='helpvar3' style='display:none'>
- <td height="26" bgcolor="#F9FCEF" style="padding-left:10px">支持变量:</td>
- <td bgcolor="#F9FCEF">{page} 列表的页码</td>
- </tr>
- <tr>
- <td height="26" style="padding-left:10px">列表命名规则:</td>
- <td>
- <input name="namerule2" type="text" id="namerule2" value="<?php echo $myrow['namerule2']?>" size="40" class="iptxt">
- <img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvar3')">
- </td>
- </tr>
- <tr>
- <td height="60" style="padding-left:10px">SEO标题:</td>
- <td><input name="seotitle" type="text" id="seotitle" value="<?php echo $myrow['seotitle']?>" size="40" class="alltxt">(栏目模板里用{dede:field.seotitle /}调用)</td>
- </tr>
- <tr>
- <td height="60" style="padding-left:10px">关键字:</td>
- <td><textarea name="keywords" cols="70" rows="4" id="keywords" class="alltxt"><?php echo $myrow['keywords']?></textarea></td>
- </tr>
- <tr>
- <td height="60" style="padding-left:10px">栏目描述:</td>
- <td height="60"><textarea name="description" cols="70" rows="4" id="description" class="alltxt"><?php echo $myrow['description']?></textarea></td>
- </tr>
- <tr>
- <td height="36" style="padding-left:10px">继承选项:</td>
- <td>
- <label><input name="upnext" type="checkbox" id="upnext" value="1" class="np">同时修改下级栏目的浏览权限、内容类型、模板风格、命名规则等通用属性</label>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #cfcfcf;background:#fff;display:none;text-align:left" id="ctset" class="table">
- <tr>
- <td height="26">说明:栏目内容是替代原来栏目单独页的更灵活的一种方式,可在栏目模板中用{dede:field.content/}调用,通常用于企业简介之类的用途</td>
- </tr>
- <tr>
- <td style="padding:10px">
- <?php
- GetEditor("content",$myrow['content'],"450","Default","print","false");
- ?>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #cfcfcf;border-top:none" class="mb-3">
- <tr>
- <td style="padding:.6rem">
- <button type="submit" class="btn btn-success">确定</button>
- <a href="catalog_main.php" class="btn btn-success">返回</a>
- </td>
- </tr>
- </table>
- </td>
- </form>
- </tr>
- </table>
- </body>
- </html>
|