国内流行的内容管理系统(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.

356 lines
16KB

  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. <style type="text/css">
  7. <!--
  8. body { background-image: url(images/allbg.gif); }
  9. -->
  10. </style>
  11. <link href="css/base.css" rel="stylesheet" type="text/css">
  12. <script language="javascript" src="../static/js/dedeajax2.js"></script>
  13. <script language="javascript" src="js/main.js"></script>
  14. <script type="text/javascript" src="js/calendar/calendar.js"></script>
  15. <script language="javascript">
  16. <!--
  17. function checkSubmit()
  18. {
  19. if(document.form1.title.value==""){
  20. alert("<?php echo $cInfos['titlename']; ?>不能为空!");
  21. document.form1.title.focus();
  22. return false;
  23. }
  24. }
  25. -->
  26. </script>
  27. </head>
  28. <body topmargin="8">
  29. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  30. <tr>
  31. <td width="65%" height="30"><IMG height=14 src="images/book1.gif" width=20>&nbsp;<a href="catalog_do.php?cid=<?php echo $arcRow['typeid']?>&channelid=<?php echo $channelid?>&dopost=listArchives"><u>文档列表</u></a> &gt;&gt; 更改文档</td>
  32. <td width="30%" align='right'><?php echo $backurl; ?><a href="catalog_main.php">[<u>栏目管理</u>]</a>&nbsp;</td>
  33. </tr>
  34. </table>
  35. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1" >
  36. <tr>
  37. <td colspan="2">
  38. <table border="0" cellpadding="0" cellspacing="0">
  39. <tr>
  40. <td width="84" height="24" align="center" background="images/itemnote1.gif">&nbsp;常规信息&nbsp;</td>
  41. <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem2()"><u>高级参数</u></a></td>
  42. </tr>
  43. </table>
  44. </td>
  45. </tr>
  46. </table>
  47. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head2" style="display:none">
  48. <tr>
  49. <td colspan="2"> <table height="24" border="0" cellpadding="0" cellspacing="0">
  50. <tr>
  51. <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem1()"><u>常规信息</u></a>&nbsp;</td>
  52. <td width="84" align="center" background="images/itemnote1.gif">高级参数</td>
  53. </tr>
  54. </table></td>
  55. </tr>
  56. </table>
  57. <form name="form1" action="archives_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();">
  58. <input type="hidden" name="channelid" value="<?php echo $channelid?>" />
  59. <input type="hidden" name="id" value="<?php echo $aid?>" />
  60. <input type="hidden" name="dopost" value="save" />
  61. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #cfcfcf;background:#ffffff;">
  62. <tr>
  63. <td height="24" class="bline"><table width="800" border="0" cellspacing="0" cellpadding="0">
  64. <tr>
  65. <td width="90">&nbsp;<?php echo $cInfos['titlename']; ?>:</td>
  66. <td width='408'><input name="title" type="text" id="title" value="<?php echo $arcRow['title']; ?>" style="width:388px"> </td>
  67. <td width="90">&nbsp;简略标题:</td>
  68. <td><input name="shorttitle" type="text" id="shorttitle" style="width:150px" value="<?php echo $arcRow['shorttitle']; ?>"> </td>
  69. </tr>
  70. </table></td>
  71. </tr>
  72. <tr>
  73. <td width="400%" height="24" class="bline">
  74. <table width="800" border="0" cellspacing="0" cellpadding="0">
  75. <tr>
  76. <td width="90">&nbsp;自定义属性:</td>
  77. <td>
  78. <?php
  79. $dsql->SetQuery("SELECT * FROM `#@__arcatt` ORDER BY sortid ASC");
  80. $dsql->Execute();
  81. while($trow = $dsql->GetObject())
  82. {
  83. if($trow->att=='j') $jumpclick = " onclick='ShowUrlTr()'";
  84. else $jumpclick = '';
  85. if(preg_match("#".$trow->att."#", $arcRow['flag']))
  86. echo "<input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' {$jumpclick} checked='checked' />{$trow->attname}[{$trow->att}]";
  87. else
  88. echo "<input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}'{$jumpclick} />{$trow->attname}[{$trow->att}]";
  89. }
  90. ?>
  91. </td>
  92. </tr>
  93. </table></td>
  94. </tr>
  95. <tr>
  96. <td height="24" class="bline" id="redirecturltr" style="display:<?php echo (empty($addRow['redirecturl']) ? 'none' : 'block');?>">
  97. <table width="800" border="0" cellspacing="0" cellpadding="0">
  98. <tr>
  99. <td width="90">&nbsp;跳转网址:</td>
  100. <td>
  101. <input name="redirecturl" type="text" id="redirecturl" style="width:300px" value="<?php echo $addRow['redirecturl']; ?>" />
  102. </td>
  103. </tr>
  104. </table>
  105. </td>
  106. </tr>
  107. <tr>
  108. <td width="400%" height="24" class="bline">
  109. <table width="800" border="0" cellspacing="0" cellpadding="0">
  110. <tr>
  111. <td width="90">&nbsp;TAG标签:</td>
  112. <td>
  113. <input name="tags" type="text" id="tags" value="<?php echo $tags; ?>" style="width:300px" />(','号分开,单个标签小于12字节)
  114. </td>
  115. <td width="40">权重:</td>
  116. <td width="141"><input name="weight" type="text" id="weight" style="width:50px" value="<?php echo $arcRow['weight'];?>" />
  117. (越小越靠前)</td>
  118. </tr>
  119. </table>
  120. </td>
  121. </tr>
  122. <tr id="pictable" style='<?php if($cInfos['needpic']==0) echo 'display:none'; ?>'>
  123. <td height="24" class="bline">
  124. <table width="800" border="0" cellspacing="0" cellpadding="0">
  125. <tr>
  126. <td width="90" height="81">
  127. &nbsp;缩 略 图:<br/>
  128. &nbsp; </td>
  129. <td width="500">
  130. <input name="picname" type="text" id="picname" style="width:300px" value="<?php echo $arcRow["litpic"]?>"><input type="button" name="Submit" value="浏览..." style="width:70px" onClick="SelectImage('form1.picname','');">
  131. <input type="button" name="Submit2" value="裁剪" style="margin-left:8px;" onClick="imageCut('picname');" class='np coolbg'/>
  132. <input type='checkbox' class='np' name='ddisremote' value='1'>
  133. 远程
  134. </td>
  135. <td align="center">
  136. <img src="<?php if($arcRow["litpic"]!="") echo $arcRow["litpic"]; else echo "images/pview.gif";?>" width="150" height="100" id="picview" name="picview">
  137. </td>
  138. </tr>
  139. </table></td>
  140. </tr>
  141. <?php if($cInfos['dfcid']>0)
  142. {
  143. echo "<input type='hidden' name='typeid' value='{$cInfos['dfcid']}' />\r\n";
  144. echo "<input type='hidden' name='typeid2' value='' />\r\n";
  145. }
  146. else
  147. {
  148. ?>
  149. <tr>
  150. <td height="24" class="bline">
  151. <table width="800" border="0" cellspacing="0" cellpadding="0">
  152. <tr>
  153. <td width="90">&nbsp;文档主栏目:</td>
  154. <td>
  155. <?php
  156. $typeOptions = GetOptionList($arcRow['typeid'],$cuserLogin->getUserChannel(),$channelid);
  157. echo "<select name='typeid' id='typeid' style='width:240px'>\r\n";
  158. if($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择栏目...</option>\r\n";
  159. echo $typeOptions;
  160. echo "</select>";
  161. ?>
  162. <img src='images/menusearch.gif' style='cursor:pointer' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid')" alt='快捷选择' title='快捷选择' />
  163. <?php
  164. if($cfg_remote_site=='Y')
  165. {
  166. ?>  
  167. <input name="isremote" type="checkbox" id="isremote" value="1" <?php if($cfg_title_site=='Y') echo "checked";?>>是否同步远程发布 <?php GetFtp();?> <?php
  168. }
  169. ?> </td>
  170. </tr>
  171. </table>
  172. </td>
  173. </tr>
  174. <?php
  175. if($cfg_need_typeid2=='Y') {
  176. ?>
  177. <tr>
  178. <td height="24" class="bline">
  179. <table width="800" border="0" cellspacing="0" cellpadding="0">
  180. <tr>
  181. <td width="90">&nbsp;文档副栏目:</td>
  182. <td>
  183. <span id='typeid2ct'></span>
  184. <input type='text' name='typeid2' id='typeid2' value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:200px;' />
  185. <img src='images/menusearch2.gif' style='cursor:pointer;' onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2', '<?php echo $arcRow['typeid2']; ?>')" alt='选择副栏目' title='选择副栏目' />
  186. </td>
  187. </tr>
  188. </table>
  189. </td>
  190. </tr>
  191. <?php }} ?>
  192. <tr>
  193. <td>
  194. <?php
  195. PrintAutoFieldsEdit($cInfos['fieldset'],$addRow);
  196. ?>
  197. </td>
  198. </tr>
  199. <tr>
  200. <td width="400%" height="24">
  201. <table width="800" border="0" cellspacing="0" cellpadding="0">
  202. <tr>
  203. <td width="90">&nbsp;附加选项:</td>
  204. <td>
  205. <input name="remote" type="checkbox" class="np" id="remote" value="1" checked>
  206. 下载远程图片和资源
  207. <input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" checked>
  208. 提取第一个图片为缩略图 </td>
  209. </tr>
  210. </table></td>
  211. </tr>
  212. </table>
  213. <!-- //高级参数 -->
  214. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset" style="border:1px solid #cfcfcf;background:#ffffff;display:none">
  215. <tr>
  216. <td height="24" colspan="4" class="bline">
  217. <table width="800" border="0" cellspacing="0" cellpadding="0">
  218. <tr>
  219. <td width="90" height="22" width="240">&nbsp;评论选项:</td>
  220. <td width="250">
  221. <input type='radio' name='notpost' class='np' value='0'<?php if($arcRow['notpost']==0) echo " checked='1' "; ?>/>允许评论
  222. &nbsp;
  223. <input type='radio' name='notpost' class='np' value='1'<?php if($arcRow['notpost']==1) echo " checked='1' "; ?>/>禁止评论
  224. </td>
  225. <td width="90">浏览次数:</td>
  226. <td>
  227. <input type='text' name='click' value='<?php echo $arcRow['click']; ?>' style='width:100px;' />
  228. </td>
  229. </tr>
  230. </table>
  231. </td>
  232. </tr>
  233. <tr>
  234. <td height="24" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0">
  235. <tr>
  236. <td width="90">&nbsp;文档来源:</td>
  237. <td width="250">
  238. <input name="source" type="text" id="source" style="width:160" value="<?php echo $arcRow["source"]?>" size="16"><input name="selsource" type="button" id="selsource" value="选择"> </td>
  239. <td width="90">作 者:</td>
  240. <td>
  241. <input name="writer" type="text" id="writer" style="width:120px" value="<?php echo $arcRow["writer"]?>"><input name="selwriter" type="button" id="selwriter" value="选择"> </td>
  242. </tr>
  243. </table>
  244. <script language='javascript'>InitPage();</script> </td>
  245. </tr>
  246. <tr>
  247. <td height="24" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0">
  248. <tr>
  249. <td width="90">&nbsp;文档排序:</td>
  250. <td width="250"> <select name="sortup" id="sortup" style="width:150">
  251. <?php
  252. $subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]);
  253. echo "<option value='0'>正常排序</option>\r\n";
  254. if($subday>0) echo "<option value='$subday' selected>置顶 $subday 天</option>\r\n";
  255. ?>
  256. <option value="7">置顶一周</option>
  257. <option value="30">置顶一个月</option>
  258. <option value="90">置顶三个月</option>
  259. <option value="180">置顶半年</option>
  260. <option value="360">置顶一年</option>
  261. </select> </td>
  262. <td width="90">标题颜色:</td>
  263. <td><input name="color" type="text" id="color" style="width:120" value="<?php echo $arcRow["color"]?>"><input name="modcolor" type="button" id="modcolor" value="选取" onClick="ShowColor(event,this)"></td>
  264. </tr>
  265. </table></td>
  266. </tr>
  267. <tr>
  268. <td height="24" class="bline"> <table width="800" border="0" cellspacing="0" cellpadding="0">
  269. <tr>
  270. <td width="90">&nbsp;阅读权限:</td>
  271. <td width="250"> <select name="arcrank" id="arcrank" style="width:150">
  272. <option value='<?php echo $arcRow["arcrank"]?>'>
  273. <?php echo $arcRow["rankname"]?> </option>
  274. <?php
  275. $urank = $cuserLogin->getUserRank();
  276. $dsql->SetQuery("Select * from #@__arcrank where adminrank<='$urank'");
  277. $dsql->Execute();
  278. while($row = $dsql->GetObject()){
  279. echo " <option value='".$row->rank."'>".$row->membername."</option>\r\n";
  280. }
  281. ?>
  282. </select> </td>
  283. <td width="90">发布选项:</td>
  284. <td> <input name="ishtml" type="radio" class="np" value="1"<?php if($arcRow["ismake"]!=-1) echo " checked";?>>
  285. 生成HTML
  286. <input type="radio" name="ishtml" class="np" value="0"<?php if($arcRow["ismake"]==-1) echo " checked";?>>
  287. 仅动态浏览 </td>
  288. </tr>
  289. </table></td>
  290. </tr>
  291. <tr>
  292. <td height="75" class="bline"><table width="800" border="0" cellspacing="0" cellpadding="0">
  293. <tr>
  294. <td width="90">&nbsp;更新时间:</td>
  295. <td width="250"><?php
  296. $nowtime = GetDateTimeMk(time());
  297. echo "<input name=\"pubdate\" value=\"$nowtime\" type=\"text\" id=\"pubdate\" style=\"width:200\">";
  298. ?>
  299. </td>
  300. <td width="92">消费金币:</td>
  301. <td width="368"><input name="money" type="text" id="money" value="<?php echo $arcRow["money"]?>" size="10"></td>
  302. </tr>
  303. </table></td>
  304. </tr>
  305. <tr>
  306. <td height="24" class="bline"><table width="800" border="0" cellspacing="0" cellpadding="0">
  307. <tr>
  308. <td width="90" height="51">&nbsp;关键字:</td>
  309. <td><input type="text" name="keywords" id="keywords" style="width:60%" value="<?php echo $arcRow["keywords"]?>" /></td>
  310. </tr>
  311. </table></td>
  312. </tr>
  313. <tr>
  314. <td height="24" class="bline"><table width="800" border="0" cellspacing="0" cellpadding="0">
  315. <tr>
  316. <td width="90" height="51">&nbsp;文档摘要:</td>
  317. <td><textarea name="description" rows="3" id="description" style="width:60%"><?php echo $arcRow["description"]?></textarea></td>
  318. </tr>
  319. </table></td>
  320. </tr>
  321. <tr>
  322. <td height="24" colspan="4">
  323. <table width="800" border="0" cellspacing="0" cellpadding="0">
  324. <tr>
  325. <td width="90">&nbsp;自定义文件名:</td>
  326. <td width="449"><input type="text" name="filename" id="filename" value="<?php echo $arcRow["filename"]?>" />(不包括后缀名如.html等)</td>
  327. <td width="261">&nbsp;</td>
  328. </tr>
  329. </table>
  330. </td>
  331. </tr>
  332. </table>
  333. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F9FCEF" style="border:1px solid #cfcfcf;border-top:none;">
  334. <tr>
  335. <td height="35">
  336. <table width="100%" border="0" cellspacing="1" cellpadding="1">
  337. <tr>
  338. <td width="17%">&nbsp;</td>
  339. <td width="83%"><table width="214" border="0" cellspacing="0" cellpadding="0">
  340. <tr>
  341. <td width="115"><input name="imageField" type="image" src="images/button_ok.gif" width="60" height="22" class="np" border="0" style="cursor:pointer"></td>
  342. <td width="99">
  343. <img src="images/button_reset.gif" width="60" height="22" border="0" onClick="location.reload();" style="cursor:pointer">
  344. </td>
  345. </tr>
  346. </table></td>
  347. </tr>
  348. </table></td>
  349. </tr>
  350. </table>
  351. </form>
  352. </body>
  353. </html>