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

613 lines
27KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  6. <title>编辑软件</title>
  7. <link rel="stylesheet" href="../static/css/bootstrap.min.css">
  8. <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link href="css/base.css" rel="stylesheet" type="text/css">
  10. <script language="javascript" src="../static/js/jquery.js"></script>
  11. <script language="javascript" src="../static/js/dedeajax2.js"></script>
  12. <link href="../static/css/daterangepicker.css" rel="stylesheet">
  13. <link rel="stylesheet" href="../static/css/jquery.fileupload.css">
  14. <script type="text/javascript" src="../static/js/moment.min.js"></script>
  15. <script type="text/javascript" src="../static/js/daterangepicker.js"></script>
  16. <script language="javascript" src="js/main.js"></script>
  17. <link href="../static/css/cropper.min.css" rel="stylesheet">
  18. <script src="../static/js/cropper.min.js"></script>
  19. <script src="../static/js/bootstrap.bundle.js"></script>
  20. <script language="javascript">
  21. function checkSubmit() {
  22. if (document.form1.title.value == '') {
  23. alert('软件名称不能为空!');
  24. document.form1.title.focus();
  25. return false;
  26. }
  27. }
  28. var startNum = <? php echo $newRowStart?>;
  29. function MakeUpload() {
  30. var upfield = document.getElementById('uploadfield');
  31. var endNum = parseInt(document.form1.picnum.value) + startNum;
  32. if (endNum > 30) endNum = 30;
  33. for (startNum; startNum < endNum; startNum++) {
  34. upfield.innerHTML += "<div style='line-height:36px'>软件地址" + startNum + ":<input type='text' name='softurl" + startNum + "' style='width:280px' value='http://' /> 服务器名称:<input type='text' name='servermsg" + startNum + "' style='width:150px' /></div>\r\n";
  35. }
  36. }
  37. function ShowHideAddr() {
  38. document.getElementById('morelink').style.display = (document.getElementById('morelink').style.display == 'block' ? 'none' : 'block');
  39. document.getElementById('btsh3').value = (document.getElementById('morelink').style.display == 'block' ? '隐藏地址' : '显示地址');
  40. }
  41. </script>
  42. </head>
  43. <body topmargin="8" background="images/allbg.gif">
  44. <form name="form1" action="soft_edit.php" enctype="multipart/form-data" method="post"
  45. onSubmit="return checkSubmit();">
  46. <input type="hidden" name="dopost" value="save" />
  47. <input type="hidden" name="channelid" value="<?php echo $channelid?>" />
  48. <input type="hidden" name="id" value="<?php echo $aid?>" />
  49. <input type="hidden" id="litpic_b64" name="litpic_b64" value="">
  50. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  51. <tr>
  52. <td width="85%" height="30"><IMG height=14 src="images/book1.gif" width=20>&nbsp;<a
  53. href="catalog_do.php?cid=<?php echo $arcRow["typeid"]?>&dopost=listArchives"></a><a
  54. href="catalog_do.php?cid=<?php echo $arcRow["typeid"]?>&dopost=listArchives"><u>软件列表</u></a>&gt;&gt;更改软件
  55. </td>
  56. <td align="right">&nbsp; <a href="catalog_main.php">[<u>栏目管理</u>]</a>&nbsp;</td>
  57. </tr>
  58. </table>
  59. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1">
  60. <tr>
  61. <td colspan="2">
  62. <table width="168" border="0" cellpadding="0" cellspacing="0">
  63. <tr>
  64. <td width="84" height="24" align="center" background="images/itemnote1.gif">&nbsp;常规参数&nbsp;</td>
  65. <td width="84" align="center" background="images/itemnote2.gif"><a href="#"
  66. onClick="ShowItem2()"><u>高级参数</u></a>&nbsp;</td>
  67. </tr>
  68. </table>
  69. </td>
  70. </tr>
  71. </table>
  72. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head2" style="display:none">
  73. <tr>
  74. <td colspan="2">
  75. <table width="168" height="24" border="0" cellpadding="0" cellspacing="0">
  76. <tr>
  77. <td width="84" align="center" background="images/itemnote2.gif"><a href="#"
  78. onClick="ShowItem1()"><u>常规参数</u></a>&nbsp;</td>
  79. <td width="84" align="center" background="images/itemnote1.gif">高级参数&nbsp;</td>
  80. </tr>
  81. </table>
  82. </td>
  83. </tr>
  84. </table>
  85. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset"
  86. style="border:1px solid #cfcfcf;background:#ffffff;">
  87. <tr>
  88. <td height="24" colspan="4" class="bline">
  89. <table width="800" border="0" cellspacing="0" cellpadding="0">
  90. <tr>
  91. <td width="90">&nbsp;文章标题:</td>
  92. <td width='408'><input name="title" type="text" id="title" value="<?php echo $arcRow['title']; ?>"
  93. style="width:388px"> </td>
  94. <td width="90">&nbsp;简略标题:</td>
  95. <td><input name="shorttitle" type="text" id="shorttitle" style="width:150px"
  96. value="<?php echo $arcRow['shorttitle']; ?>"> </td>
  97. </tr>
  98. </table>
  99. </td>
  100. </tr>
  101. <tr>
  102. <td width="400%" height="24" colspan="4" class="bline">
  103. <table width="800" border="0" cellspacing="0" cellpadding="0">
  104. <tr>
  105. <td width="90">&nbsp;自定义属性:</td>
  106. <td>
  107. <?php
  108. $dsql->SetQuery("Select * From `#@__arcatt` order by sortid asc");
  109. $dsql->Execute();
  110. while($trow = $dsql->GetObject())
  111. {
  112. if($trow->att=='j') $jumpclick = " onclick='ShowUrlTr()'";
  113. else $jumpclick = '';
  114. if(preg_match("#".$trow->att."#",$arcRow['flag']))
  115. echo "<input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' {$jumpclick} checked='checked' />{$trow->attname}[{$trow->att}]";
  116. else
  117. echo "<input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}'{$jumpclick} />{$trow->attname}[{$trow->att}]";
  118. }
  119. ?> </td>
  120. </tr>
  121. </table>
  122. </td>
  123. </tr>
  124. <tr>
  125. <td height="24" colspan="4" class="bline" id="redirecturltr"
  126. style="display:<?php echo (empty($addRow['redirecturl']) ? 'none' : 'block');?>">
  127. <table width="800" border="0" cellspacing="0" cellpadding="0">
  128. <tr>
  129. <td width="90">&nbsp;跳转网址:</td>
  130. <td>
  131. <input name="redirecturl" type="text" id="redirecturl" style="width:300px"
  132. value="<?php echo $addRow["redirecturl"]?>" /> </td>
  133. </tr>
  134. </table>
  135. </td>
  136. </tr>
  137. <tr>
  138. <td width="400%" height="24" class="bline">
  139. <table width="800" border="0" cellspacing="0" cellpadding="0">
  140. <tr>
  141. <td width="90">&nbsp;TAG标签:</td>
  142. <td>
  143. <input name="tags" type="text" id="tags" value="<?php echo $tags; ?>"
  144. style="width:300px" />(','号分开,单个标签小于12字节) </td>
  145. <td width="40">权重:</td>
  146. <td width="141"><input name="weight" type="text" id="weight" style="width:50px"
  147. value="<?php echo $arcRow['weight'];?>" />
  148. (越小越靠前)</td>
  149. </tr>
  150. </table>
  151. </td>
  152. </tr>
  153. <tr id="pictable">
  154. <td height="24" colspan="4" class="bline">
  155. <table width="800" border="0" cellspacing="0" cellpadding="0">
  156. <tr>
  157. <td width="90" height="81">
  158. &nbsp;缩 略 图:
  159. </td>
  160. <td width="560">
  161. <input name="picname" type="text" id="picname" style="width:300px"
  162. value="<?php echo $arcRow["litpic"]?>"><input type="button" name="Submit" value="浏览..."
  163. style="width:70px" onClick="SelectImage('form1.picname','');">
  164. <input type='checkbox' class='np' name='ddisremote' value='1'>
  165. 远程
  166. <span class="btn btn-success fileinput-button">
  167. <i class="glyphicon glyphicon-plus"></i>
  168. 选择图片
  169. <input type="file" name="files[]" id="iptAddImages">
  170. </span>
  171. <button id="btnClearAll" type="button" class="btn btn-danger delete">
  172. <i class="fa fa-trash-o"></i>
  173. <span>清空</span>
  174. </button>
  175. </td>
  176. <td align="center">
  177. <img id="litPic"
  178. src="<?php if($arcRow["litpic"]!="") echo $arcRow["litpic"]; else echo "../static/defaultpic.gif";?>"
  179. style="height: 80px">
  180. </td>
  181. </tr>
  182. </table>
  183. </td>
  184. </tr>
  185. <tr>
  186. <td height="24" colspan="4" class="bline">
  187. <table width="800" border="0" cellspacing="0" cellpadding="0">
  188. <tr>
  189. <td width="90">&nbsp;软件来源:</td>
  190. <td width="240"> <input name="source" type="text" id="source" style="width:200px"
  191. value="<?php echo $arcRow["source"]?>"> </td>
  192. <td width="90">软件作者:</td>
  193. <td width="159"><input name="writer" type="text" id="writer" style="width:120px"
  194. value="<?php echo $arcRow["writer"]?>"> </td>
  195. <td>&nbsp; </td>
  196. </tr>
  197. </table>
  198. </td>
  199. </tr>
  200. <tr>
  201. <td height="24" colspan="4" class="bline">
  202. <table width="800" border="0" cellspacing="0" cellpadding="0">
  203. <tr>
  204. <td width="90">&nbsp;文章主栏目:</td>
  205. <td>
  206. <?php
  207. $typeOptions = GetOptionList($arcRow["typeid"],$cuserLogin->getUserChannel(),$channelid);
  208. echo "<select name='typeid' id='typeid' style='width:240px'>\r\n";
  209. if($arcRow["typeid"]=="0") echo "<option value='0' selected>请选择主分类...</option>\r\n";
  210. echo $typeOptions;
  211. echo "</select>";
  212. ?>
  213. <img src='images/menusearch.gif' style='cursor:pointer'
  214. onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid', '<?php echo $arcRow['typeid']; ?>')"
  215. alt='快捷选择' title='快捷选择' />
  216. <?php
  217. if($cfg_remote_site=='Y')
  218. {
  219. ?>  
  220. <input name="isremote" type="checkbox" id="isremote" value="1"
  221. <?php if($cfg_title_site=='Y') echo "checked";?>>是否同步远程发布 <?php GetFtp();?> <?php
  222. }
  223. ?>
  224. </td>
  225. </tr>
  226. </table>
  227. </td>
  228. </tr>
  229. <?php
  230. if($cfg_need_typeid2=='Y') {
  231. ?>
  232. <tr>
  233. <td height="24" class="bline">
  234. <table width="800" border="0" cellspacing="0" cellpadding="0">
  235. <tr>
  236. <td width="90">&nbsp;软件副栏目:</td>
  237. <td>
  238. <span id='typeid2ct'></span>
  239. <input type='text' name='typeid2' id='typeid2'
  240. value='<?php echo ($arcRow['typeid2']=='0' ? '' : $arcRow['typeid2']); ?>' style='width:200px;' />
  241. <img src='images/menusearch2.gif' style='cursor:pointer;'
  242. onClick="ShowCatMap(event, this, <?php echo $channelid; ?>, 'typeid2', '<?php echo $arcRow['typeid2']; ?>')"
  243. alt='选择副栏目' title='选择副栏目' /> </td>
  244. </tr>
  245. </table>
  246. </td>
  247. </tr>
  248. <?php } ?>
  249. <tr>
  250. <td width="400%" height="24" colspan="4" class="bline">
  251. <table width="800" border="0" cellspacing="0" cellpadding="0">
  252. <tr>
  253. <td width="90">&nbsp;文件类型:</td>
  254. <td width="240">
  255. <select name="filetype" id="filetype" style="width:100">
  256. <?php
  257. if($addRow["filetype"]!="") echo "<option value=\"".$addRow["filetype"]."\">".$addRow["filetype"]."</option>\r\n";
  258. ?>
  259. <option value=".exe">.exe</option>
  260. <option value=".zip">.zip</option>
  261. <option value=".rar">.rar</option>
  262. <option value=".iso">.iso</option>
  263. <option value=".gz">.gz</option>
  264. <option value="其它">其它</option>
  265. </select> </td>
  266. <td width="90">软件等级: </td>
  267. <td><select name="softrank" id="softrank" style="width:100">
  268. <?php
  269. if($addRow["softrank"]!="") echo "<option value=\"".$addRow["softrank"]."\">".$addRow["softrank"]."星</option>\r\n";
  270. ?>
  271. <option value="1">一星</option>
  272. <option value="2">二星</option>
  273. <option value="3">三星 </option>
  274. <option value="4">四星</option>
  275. <option value="5">五星</option>
  276. </select></td>
  277. </tr>
  278. </table>
  279. </td>
  280. </tr>
  281. <tr>
  282. <td height="24" colspan="4" class="bline">
  283. <table width="800" border="0" cellspacing="0" cellpadding="0">
  284. <tr>
  285. <td width="88">&nbsp;软件类型:</td>
  286. <td width="130">
  287. <select name="softtype" id="softtype" style="width:100">
  288. <?php
  289. if($addRow["softtype"]!="") echo "<option value=\"".$addRow["softtype"]."\">".$addRow["softtype"]."</option>\r\n";
  290. ?>
  291. <option value="国产软件">国产软件</option>
  292. <option value="国外软件">国外软件</option>
  293. <option value="汉化补丁">汉化补丁</option>
  294. </select></td>
  295. <td width="89">界面语言: </td>
  296. <td width="130"><select name="language" id="language" style="width:100">
  297. <?php
  298. if($addRow["language"]!="") echo "<option value=\"".$addRow["language"]."\">".$addRow["language"]."</option>\r\n";
  299. ?>
  300. <option value="简体中文">简体中文</option>
  301. <option value="英文软件">英文软件</option>
  302. <option value="繁体中文">繁体中文</option>
  303. <option value="其它类型">其它类型</option>
  304. </select></td>
  305. <td width="90">授权方式:</td>
  306. <td>
  307. <select name="accredit" id="accredit" style="width:100">
  308. <?php
  309. if($addRow["accredit"]!="") echo "<option value=\"".$addRow["accredit"]."\">".$addRow["accredit"]."</option>\r\n";
  310. ?>
  311. <option value="共享软件">共享软件</option>
  312. <option value="免费软件">免费软件</option>
  313. <option value="开源软件">开源软件</option>
  314. <option value="商业软件">商业软件</option>
  315. <option value="破解软件">破解软件</option>
  316. <option value="游戏外挂">游戏外挂</option>
  317. </select> </td>
  318. </tr>
  319. </table>
  320. </td>
  321. </tr>
  322. <tr>
  323. <td height="24" colspan="4" class="bline">
  324. <table width="800" border="0" cellspacing="0" cellpadding="0">
  325. <tr>
  326. <td width="90">&nbsp;运行环境:</td>
  327. <td width="240">
  328. <input type='text' name='os' value='<?php echo $addRow["os"]?>' style='width:200px' />
  329. </td>
  330. <td width="90">&nbsp;软件大小:</td>
  331. <td>
  332. <input name="softsize" type="text" id="softsize" style="width:100"
  333. value="<?php echo $addRow["softsize"]?>" />
  334. </td>
  335. </tr>
  336. </table>
  337. </td>
  338. </tr>
  339. <tr>
  340. <td height="24" colspan="4" class="bline">
  341. <table width="800" border="0" cellspacing="0" cellpadding="0">
  342. <tr>
  343. <td width="90">&nbsp;官方网址:</td>
  344. <td width="240">
  345. <input name="officialUrl" type="text" id="officialUrl" value="<?php echo $addRow["officialUrl"]?>"
  346. style='width:200px' />
  347. </td>
  348. <td width="90">程序演示:</td>
  349. <td>
  350. <input name="officialDemo" type="text" id="officialDemo" value="<?php echo $addRow["officialDemo"]?>"
  351. style='width:200px' />
  352. </td>
  353. </tr>
  354. </table>
  355. </td>
  356. </tr>
  357. <tr>
  358. <td><?php PrintAutoFieldsEdit($cInfos['fieldset'],$addRow,'autofield'); ?></td>
  359. </tr>
  360. <tr>
  361. <td height="24" bgcolor="#F9FCEF" class="bline2">&nbsp;<strong>下载限制:</strong></td>
  362. </tr>
  363. <tr>
  364. <td height="24" class="bline">
  365. <table width="800" border="0" cellpadding="0" cellspacing="0">
  366. <tr>
  367. <td width="90" height="30">&nbsp;需会员权限:</td>
  368. <td width="179" align="center">
  369. <select name="daccess" id="daccess" style="width:90px">
  370. <?php
  371. $dsql->SetQuery("Select * from `#@__arcrank` where rank>=0 ");
  372. $dsql->Execute();
  373. while($row = $dsql->GetArray())
  374. {
  375. if($row['rank']==0) $row['membername'] = "不限会员";
  376. if($row['rank'] == $daccess) echo " <option value='{$row['rank']}' selected>{$row['membername']}</option>\r\n";
  377. else echo " <option value='{$row['rank']}'>{$row['membername']}</option>\r\n";
  378. }
  379. ?>
  380. </select>
  381. </td>
  382. <td width="120" align="center">需消费金币:</td>
  383. <td width="411">
  384. <input name="needmoney" type="text" id="needmoney" value="<?php echo $needmoney; ?>" size="8" />个
  385. </td>
  386. </tr>
  387. <tr>
  388. <td height="26" colspan="4" style="border-top:1px dashed #8EAF61">&nbsp; <span
  389. class="STYLE1">(如果设定了下载限制,<a href="soft_config.php"
  390. target="_blank"><u>软件频道设置</u></a>中“附件下载方式:”必须选择“链接到跳转页面”) </span></td>
  391. </tr>
  392. </table>
  393. </td>
  394. </tr>
  395. <tr>
  396. <td height="24" colspan="4" bgcolor="#F9FCEF" class="bline2"><strong>&nbsp;软件链接列表:</strong></td>
  397. </tr>
  398. <tr>
  399. <td height="24" colspan="4" class="bline">
  400. <table width="800" border="0" cellspacing="0" cellpadding="0">
  401. <tr>
  402. <td width="72">&nbsp;其它地址:</td>
  403. <td>
  404. <input name="picnum" type="text" id="picnum" size="8" value="5" />
  405. <input name='kkkup' type='button' id='kkkup2' value='增加数量' onClick="MakeUpload();" />
  406. &nbsp;
  407. <input type="button" name="Submit3" id="btsh3" value="隐藏地址" onClick="ShowHideAddr();" />
  408. (最多为30个链接)
  409. </td>
  410. </tr>
  411. </table>
  412. </td>
  413. </tr>
  414. <tr>
  415. <td height="24" colspan="4" class="bline" style="padding-left:8px">
  416. <?php
  417. echo $nForm;
  418. ?>
  419. <div id='morelink' style='display:block'>
  420. <div id='uploadfield' style='width:800px'></div>
  421. </div>
  422. </td>
  423. </tr>
  424. <tr>
  425. <td height="24" colspan="4" bgcolor="#F9FCEF" class="bline2"><strong>&nbsp;软件详细介绍:</strong></td>
  426. </tr>
  427. <tr>
  428. <td height="24" colspan="4" bgcolor="#F1F5F2" class="bline">
  429. <table width="800" border="0" cellspacing="0" cellpadding="0">
  430. <tr>
  431. <td width="90">&nbsp;附加选项:</td>
  432. <td>
  433. <input name="remote" type="checkbox" class="np" id="remote" value="1" checked>
  434. 下载远程图片和资源
  435. <input name="autolitpic" type="checkbox" class="np" id="autolitpic" value="1" checked>
  436. 提取第一个图片为缩略图 </td>
  437. </tr>
  438. </table>
  439. </td>
  440. </tr>
  441. <tr>
  442. <td height="100" colspan="4">
  443. <?php
  444. GetEditor("body",$addRow["introduce"],250,"Small");
  445. ?> </td>
  446. </tr>
  447. </table>
  448. <!-- //高级参数 -->
  449. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="adset"
  450. style="display:none;border:1px solid #cfcfcf;background:#ffffff;">
  451. <tr>
  452. <td height="24" colspan="4" class="bline">
  453. <table width="800" border="0" cellspacing="0" cellpadding="0">
  454. <tr>
  455. <td width="90" height="22" width="240">&nbsp;评论选项:</td>
  456. <td width="250">
  457. <input type='radio' name='notpost' class='np' value='0'
  458. <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> />允许评论
  459. &nbsp;
  460. <input type='radio' name='notpost' class='np' value='1'
  461. <?php if($arcRow['notpost']==1) echo " checked='1' "; ?> />禁止评论
  462. </td>
  463. <td width="90">浏览次数:</td>
  464. <td>
  465. <input type='text' name='click' value='<?php echo $arcRow['click']; ?>' style='width:100px;' />
  466. </td>
  467. </tr>
  468. </table>
  469. </td>
  470. </tr>
  471. <tr>
  472. <td height="24" class="bline">
  473. <table width="800" border="0" cellspacing="0" cellpadding="0">
  474. <tr>
  475. <td width="90">&nbsp;文章排序:</td>
  476. <td width="250"> <select name="sortup" id="sortup" style="width:150">
  477. <?php
  478. $subday = SubDay($arcRow["sortrank"],$arcRow["pubdate"]);
  479. echo "<option value='0'>正常排序</option>\r\n";
  480. if($subday>0) echo "<option value='$subday' selected>置顶 $subday 天</option>\r\n";
  481. ?>
  482. <option value="7">置顶一周</option>
  483. <option value="30">置顶一个月</option>
  484. <option value="90">置顶三个月</option>
  485. <option value="180">置顶半年</option>
  486. <option value="360">置顶一年</option>
  487. </select> </td>
  488. <td width="90">标题颜色:</td>
  489. <td><input name="color" type="text" id="color" style="width:120"
  490. value="<?php echo $arcRow["color"]?>"><input name="modcolor" type="button" id="modcolor" value="选取"
  491. onClick="ShowColor(event,this)"></td>
  492. </tr>
  493. </table>
  494. </td>
  495. </tr>
  496. <tr>
  497. <td height="24" class="bline">
  498. <table width="800" border="0" cellspacing="0" cellpadding="0">
  499. <tr>
  500. <td width="90">&nbsp;阅读权限:</td>
  501. <td width="250">
  502. <select name="arcrank" id="arcrank" style="width:150px">
  503. <option value='<?php echo $arcRow["arcrank"]; ?>'>
  504. <?php echo ($arcRow["arcrank"]==0 ? '已审核状态' : $arcRow["rankname"]); ?></option>
  505. <option value='0'>已审核状态</option>
  506. <option value='-1'>未审核状态</option>
  507. </select>
  508. </td>
  509. <td width="90">发布选项:</td>
  510. <td> <input name="ishtml" type="radio" class="np" value="1"
  511. <?php if($arcRow["ismake"]!=-1) echo " checked";?>>
  512. 生成HTML
  513. <input type="radio" name="ishtml" class="np" value="0"
  514. <?php if($arcRow["ismake"]==-1) echo " checked";?>>
  515. 仅动态浏览 </td>
  516. </tr>
  517. </table>
  518. </td>
  519. </tr>
  520. <tr>
  521. <td height="75" class="bline">
  522. <table width="800" border="0" cellspacing="0" cellpadding="0">
  523. <td width="90">&nbsp;更新时间:</td>
  524. <td width="241">
  525. <?php
  526. $nowtime = GetDateTimeMk($arcRow["pubdate"]);
  527. echo "<input name=\"pubdate\" value=\"$nowtime\" type=\"text\" id=\"pubdate\" style=\"width:200;\" class='datepicker' >";
  528. ?>
  529. </td>
  530. <td width="92">消费金币:</td>
  531. <td width="368">
  532. <input name="money" type="hidden" id="money" value="<?php echo $arcRow["money"]?>" />(此项已经独立分离)
  533. </td>
  534. </tr>
  535. </table>
  536. </td>
  537. </tr>
  538. <tr>
  539. <td height="24" class="bline">
  540. <table width="800" border="0" cellspacing="0" cellpadding="0">
  541. <tr>
  542. <td width="90" height="51">&nbsp;关键字:</td>
  543. <td>
  544. <input type="text" name="keywords" id="keywords" style="width:60%"
  545. value="<?php echo $arcRow["keywords"]?>" />
  546. </td>
  547. </tr>
  548. </table>
  549. </td>
  550. </tr>
  551. <tr>
  552. <td height="24" class="bline">
  553. <table width="800" border="0" cellspacing="0" cellpadding="0">
  554. <tr>
  555. <td width="90" height="51">&nbsp;简要说明:</td>
  556. <td>
  557. <textarea name="description" rows="3" id="description"
  558. style="width:60%"><?php echo $arcRow["description"]?></textarea>
  559. </td>
  560. </tr>
  561. </table>
  562. </td>
  563. </tr>
  564. <tr>
  565. <td height="24" colspan="4">
  566. <table width="800" border="0" cellspacing="0" cellpadding="0">
  567. <tr>
  568. <td width="90">&nbsp;自定义文件名:</td>
  569. <td width="449"><input type="text" name="filename" id="filename"
  570. value="<?php echo $arcRow["filename"]?>" />(不包括后缀名如.html等)</td>
  571. <td width="261">&nbsp;</td>
  572. </tr>
  573. </table>
  574. </td>
  575. </tr>
  576. </table>
  577. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F9FCEF"
  578. style="border:1px solid #cfcfcf;border-top:none;">
  579. <tr>
  580. <td height="35">
  581. <table width="100%" border="0" cellspacing="1" cellpadding="1">
  582. <tr>
  583. <td width="17%">&nbsp;</td>
  584. <td width="83%">
  585. <table width="214" border="0" cellspacing="0" cellpadding="0">
  586. <tr>
  587. <td width="115">
  588. <input name="imageField" type="image" src="images/button_ok.gif" width="60" height="22" border="0"
  589. class="np" />
  590. </td>
  591. <td width="99">
  592. <img src="images/button_reset.gif" width="60" height="22" border="0" onClick="location.reload();"
  593. style="cursor:pointer" />
  594. </td>
  595. </tr>
  596. </table>
  597. </td>
  598. </tr>
  599. </table>
  600. </td>
  601. </tr>
  602. </table>
  603. </form>
  604. <script language='javascript'>InitPage();</script>
  605. </body>
  606. </html>