国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

soft_edit.htm 24KB

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