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

510 lines
25KB

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