123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- <!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>
- <link href="css/base.css" rel="stylesheet" type="text/css">
- <script src="js/main.js" language="javascript"></script>
- <script language="JavaScript">
- function ChangeListStyle(){
- var itxt = document.getElementById("myinnertext");
- var myems = document.getElementsByName("liststyle");
- if(myems[0].checked) itxt.value = document.getElementById("list1").innerHTML;
- else if(myems[1].checked) itxt.value = document.getElementById("list2").innerHTML;
- else if(myems[2].checked) itxt.value = document.getElementById("list3").innerHTML;
- else if(myems[3].checked) itxt.value = document.getElementById("list4").innerHTML;
- itxt.value = itxt.value.replace("<BR>","<BR/>");
- itxt.value = itxt.value.toLowerCase();
- }
- function ShowHide(objname){
- var obj = document.getElementById(objname);
- if(obj.style.display == "block" || obj.style.display == "")
- obj.style.display = "none";
- else
- obj.style.display = "block";
- }
- function SelectTemplets(fname)
- {
- if(document.all){
- var posLeft = window.event.clientY-200;
- var posTop = window.event.clientX-300;
- }
- else{
- var posLeft = 100;
- var posTop = 100;
- }
- window.open("/include/dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir)?>&f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
- }
- function CheckSubmit(){
- if(document.form1.title.value==""){
- alert("自由列表标题标题不能为空!");
- document.form1.title.focus();
- return false;
- }
- return true;
- }
- </script>
- <link rel="stylesheet" type="text/css" href="css/codemirror.css">
- <script type="text/javascript" src="js/codemirror.js"></script>
- <script type="text/javascript" src="js/mode/xml/xml.js"></script>
- <script type="text/javascript" src="js/mode/javascript/javascript.js"></script>
- <script type="text/javascript" src="js/mode/css/css.js"></script>
- <script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script>
- </head>
- <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
- <div class="bodytitle">
- <div class="bodytitleleft"></div>
- <div class="bodytitletxt" style="padding-left:10px;">频道管理</div>
- </div>
- <center>
- <table width="100%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;">
- <form action="freelist_edit.php" method="post" name="form1" onSubmit="return CheckSubmit();">
- <input type="hidden" name="dopost" value="save">
- <input type="hidden" name="aid" value="<?php echo $row['aid']?>">
- <tr>
- <td height="28" bgcolor="#EDF9D5" background="images/tbg.gif"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="35%" height="18" align="left" style="padding-left:10px;">
- <a href="freelist_main.php"><strong>><u>自自由列表管理</u></strong></a>
- <strong> >> 更改自由列表:</strong>
- </td>
- <td width="65%" align="right"></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="265" valign="top" bgcolor="#FFFFFF"><table width="99%" border="0" align="right" cellpadding="0" cellspacing="1">
- <tr>
- <td height="56"> <table width="100%" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td height="28" colspan="2" align="left"><img src="images/help.gif" width="16" height="16">自由列表标记的说明:自由列表标记(freelist)的功能基本等同于arclist标记,区别是freelist标记支持分页,这让生成Google
- Map、生成按自定义排序规则的文章列表(如按标题拼音部首排序等)等轻松的实现统一化管理,并且自由列是独立编译的,不与其它模板混在一起,这样不会影响系统生成HTML或访问速度。</td>
- </tr>
- <tr>
- <td width="16%" height="28" align="left">自由列表标题:</td>
- <td width="84%" align="left"><input name="title" type="text" id="title" style="width:35%" value="<?php echo $row['title']?>"></td>
- </tr>
- <tr>
- <td height="28" align="left">列表HTML存放目录:</td>
- <td align="left"><input name="listdir" type="text" id="listdir" style="width:35%" value="<?php echo $row['listdir']?>">
- {listdir}变量的值</td>
- </tr>
- <tr>
- <td height="28" align="left">目录默认页名称:</td>
- <td align="left"><input name="defaultpage" type="text" id="defaultpage" style="width:35%" value="<?php echo $row['defaultpage']?>">
- <input name="nodefault" type="checkbox" id="nodefault" value="1"<?php if($row['nodefault']==1) echo " checked"; ?>>
- 不使用目录默认主页
- </td>
- </tr>
- <tr>
- <td height="28" align="left">命名规则:</td>
- <td align="left"><input name="namerule" type="text" id="namerule" style="width:35%" value="<?php echo $row['namerule']?>"></td>
- </tr>
- <tr>
- <td height="35" align="left">列表模板:</td>
- <td align="left"><input name="templet" type="text" id="templet" style="width:300px" value="<?php echo $row['templet']?>">
- <input type="button" name="set4" value="浏览..." style="width:60px" onClick="SelectTemplets('form1.templet');" class="inputbut"/></td>
- </tr>
- <tr>
- <td height="30" align="left">最大列出页数:</td>
- <td align="left">
- <input name="maxpage" type="text" id="maxpage" style="width:100px" value="<?php echo $row['maxpage']; ?>">
- </td>
- </tr>
- <tr>
- <td height="28" align="left"> </td>
- <td align="left">以下选项用于模板里的 <meta name="keywords|description"
- content=""> 描述</td>
- </tr>
- <tr>
- <td height="28" align="left">关键字:</td>
- <td align="left"><input name="keywords" type="text" id="keywords" style="width:60%" value="<?php echo $row['keywords']; ?>" /></td>
- </tr>
- <tr>
- <td height="28" align="left">列表描述:</td>
- <td align="left"><textarea name="description" id="description" style="width:60%;height:50px"><?php echo $row['description']?></textarea></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="26" align="left" style="background:#EFF6FA;" ><img src="images/file_tt.gif" width="7" height="8" style="margin-left:6px;margin-right:6px;">
- 列表样式:(这里是定义自由列表模板里的{dede:freelist/}标记的样式和属性)</td>
- </tr>
- <tr>
- <td height="28" align="left">
- 限定栏目:
- <?php
- $typeid = $ctag->GetAtt('typeid');
- echo "<select name='typeid' style='width:100'>\r\n";
- echo "<option value='0'>不限栏目...</option>\r\n";
- $dsql->SetQuery("Select id,typename, channeltype From #@__arctype");
- $dsql->Execute();
- while($lrow = $dsql->GetObject()){
- $disable = '';
- if($lrow->channeltype < -1)
- {
- $disable = 'disabled';
- }
- if($lrow->id==$typeid) echo "<option value='{$lrow->id}' selected $disable>{$lrow->typename}</option>\r\n";
- else echo "<option value='{$lrow->id}' $disable>{$lrow->typename}</option>\r\n";
- }
- echo "</select>";
- ?></td>
- </tr>
- <tr>
- <td height="28" align="left"> 限定频道:
- <?php
- $channel = $ctag->GetAtt('channel');
- echo "<select name='channel' style='width:100'><option value='0'>不限</option>\r\n";
- $dsql->SetQuery("Select id,typename From #@__channeltype where id>0");
- $dsql->Execute();
- while($nrow = $dsql->GetObject())
- {
- if($nrow->id==$channel) echo "<option value='{$nrow->id}' selected>{$nrow->typename}</option>\r\n";
- else echo "<option value='{$nrow->id}'>{$nrow->typename}</option>\r\n";
- }
- echo "</select>";
- ?>
- (如果限定了频道内容模型,则允许使用附加表指定的列表字段作为底层变量)</td>
- </tr>
- <tr>
- <td height="28" align="left">附加属性:
- <?php
- $att = $ctag->GetAtt('att');
- echo "<select name='att' style='width:100'>\r\n";
- echo "<option value='0'>不限...</option>\r\n";
- $dsql->SetQuery("Select * From #@__arcatt");
- $dsql->Execute();
- while($nrow = $dsql->GetObject())
- {
- if($att==$nrow->att)
- {
- echo "<option value='{$nrow->att}' selected>{$nrow->attname}</option>\r\n";
- }
- else
- {
- echo "<option value='{$nrow->att}'>{$nrow->attname}</option>\r\n";
- }
- }
- echo "</select>";
- ?>
- 文档发布时间:
- <input name="subday" type="text" id="subday" size="6" value="<?php echo $ctag->GetAtt('subday')?>">
- 天以内 (0 表示不限) </td>
- </tr>
- <tr>
- <td height="28" align="left">每页记录数:
- <input name="pagesize" type="text" id="pagesize" value="<?php echo $ctag->GetAtt('pagesize')?>" size="4">
- 显示列数:
- <input name="col" type="text" id="col" value="<?php $col = $ctag->GetAtt('col'); $v = ( empty($col) ? '1' : $col ); echo $v; ?>" size="4">
- 标题长度:
- <input name="titlelen" type="text" id="titlelen" value="<?php echo $ctag->GetAtt('titlelen')?>" size="4">
- (1 字节 = 0.5个中文字)</td>
- </tr>
- <tr>
- <td height="28" align="left">
- <?php
- $setype = $ctag->GetAtt('type');
- if($setype=='') $setype = 'X';
- ?>
- 高级筛选:
- <input name="types[]" type="checkbox" id="type1" value="image" <?php if(preg_match("#image#i",$setype)) echo ' checked';?>>
- 带缩略图
- <input name="types[]" type="checkbox" id="type2" value="commend" <?php if(preg_match("#commend#i", $setype)) echo ' checked';?>>
- 推荐
- <input name="types[]" type="checkbox" id="type3" value="spec" class="inputbut"<?php if(preg_match("#spec#i", $setype)) echo ' checked';?>>
- 专题 关键字:
- <input name="keywordarc" type="text" id="keywordarc" value="<?php echo $ctag->GetAtt('keyword')?>">
- (","逗号分开)
- </td>
- </tr>
- <tr>
- <td height="28" align="left">排列顺序:
- <?php
- $orderby = $ctag->GetAtt('orderby');
- $sorta = "sortrank,置顶权限值;pubdate,发布时间;senddate,录入时间;click,点击量;id,文档ID,lastpost,最后评论时间;postnum,评论总数;rand,随机获取";
- $sortas = explode(';',$sorta);
- foreach($sortas as $v)
- {
- $vs = explode(',',$v);
- $vs[0] = trim($vs[0]);
- $sortarrs[$vs[0]] = $vs[1];
- }
- ?>
- <select name="orderby" id="orderby" style="width:120">
- <?php
- echo "<option value=\"$orderby\" selected>{$sortarrs[$orderby]}</option>\r\n";
- ?>
- <option value="sortrank">置顶权限值</option>
- <option value="pubdate">发布时间</option>
- <option value="senddate">录入时间</option>
- <option value="click">点击量</option>
- <option value="id">文档ID</option>
- <option value="lastpost">最后评论时间</option>
- <option value="postnum">评论总数</option>
- </select>
-
- <input name="order" type="radio" value="desc"<?php if($ctag->GetAtt('orderway')=='desc') echo " checked";?>>
- 由高到低
- <input type="radio" name="order" value="asc"<?php if($ctag->GetAtt('orderway')=='asc') echo " checked";?>>
- 由低到高</td>
- </tr>
- <tr>
- <td height="28" align="left">循环内的单行记录样式(InnerText):[<img src="images/help.gif" width="16" height="16"><a href='javascript:ShowHide("innervar");'>底层变量field参考</a>]</td>
- </tr>
- <tr>
- <td height="80" align="left">
- <textarea name="innertext" cols="80" rows="6" id="myinnertext" style="width:80%;height:120px"><?php echo $ctag->GetInnerText()?></textarea>
- </td>
- </tr>
- <tr>
- <td height="80" align="left" id='innervar' style="display:none"><font color="#CC6600"><img src="images/help.gif" width="16" height="16">支持字段(底层变量[field:varname/]):id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,<br>
- stime(pubdate 的"0000-00-00"格式),textlink,typelink,imglink,image
- 普通字段直接用[field:字段名/]表示。<br>
- ·Pubdate发布时间的调用参数 [field:pubdate function=MyDate('Y--%d H:i:s',@me)/]</font>
- </td>
- </tr>
- <tr>
- <td height="50" align="left">
- <input name="Submit2" type="submit" id="Submit2" value="保存一个列表" class="coolbg" />
- </td>
- </tr>
- </table></td>
- </tr>
- </form>
- <tr>
- <td valign="top" bgcolor="#F9FCEF"> </td>
- </tr>
- </table>
- </center>
- <script type="text/javascript">
- var editor = CodeMirror.fromTextArea(document.getElementById('myinnertext'), {
- lineNumbers: true,
- lineWrapping: true,
- mode: 'text/html'
- });
- </script>
- </body>
- </html>
|