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

469 lines
23KB

  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 language="javascript" src="../static/web/js/webajax.js"></script>
  12. <link rel="stylesheet" href="../static/web/css/daterangepicker.css">
  13. <link rel="stylesheet" href="../static/web/css/jquery.fileupload.css">
  14. <script type="text/javascript" src="../static/web/js/moment.min.js"></script>
  15. <script type="text/javascript" src="../static/web/js/daterangepicker.js"></script>
  16. <script src="../static/web/js/bootstrap.bundle.min.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 SelectTemplets(fname) {
  22. if (document.all) {
  23. var posLeft = window.event.clientY - 100;
  24. var posTop = window.event.clientX - 400;
  25. } else {
  26. var posLeft = 100;
  27. var posTop = 100;
  28. }
  29. window.open("./dialog/select_templets.php?f=" + fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left=" + posLeft + ", top=" + posTop);
  30. }
  31. function SelectArcList(fname) {
  32. if (document.all) {
  33. var posLeft = window.event.clientY - 100;
  34. var posTop = window.event.clientX - 400;
  35. } else {
  36. var posLeft = 100;
  37. var posTop = 100;
  38. }
  39. window.open("content_select_list.php?f=" + fname, "selArcList", "scrollbars=yes,resizable=yes,statebar=no,width=700,height=500,left=" + posLeft + ", top=" + posTop);
  40. }
  41. function checkSubmit() {
  42. if (document.form1.title.value == "") {
  43. ShowMsg("专题名称不能为空");
  44. return false;
  45. }
  46. for (i = 1; i <= 6; i++) {
  47. $val = CheckVal(i);
  48. if ($val == false) {
  49. return false;
  50. }
  51. }
  52. }
  53. function CheckVal(id) {
  54. var notename = $DE('notename' + id);
  55. var arcid = $DE('arcid' + id);
  56. if (arcid.value != "") {
  57. if (notename.value == "") {
  58. $DE('notename' + id).focus();
  59. ShowMsg('您的节点' + id + '名称不能为空');
  60. return false;
  61. }
  62. }
  63. }
  64. </script>
  65. <style>
  66. body{background:#fff}
  67. img{vertical-align:baseline}
  68. table{border-collapse:separate}
  69. .btn+.btn{margin-left:10px}
  70. </style>
  71. </head>
  72. <body topmargin="8">
  73. <form name="form1" action="spec_edit.php" enctype="multipart/form-data" method="post" onSubmit="return checkSubmit();">
  74. <input type="hidden" name="id" value="<?php echo $arcRow['id']?>">
  75. <input type="hidden" name="channelid" value="<?php echo $channelid?>">
  76. <input type="hidden" name="arcrank" value="<?php echo $arcRow['arcrank']?>">
  77. <input type="hidden" name="source" value="本站">
  78. <input type="hidden" name="dopost" value="save">
  79. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="mt-3">
  80. <tr>
  81. <td width="85%" height="30"><img src="../static/web/img/book1.gif"><a href="content_s_list.php">专题列表</a><a href="catalog_do.php?cid=<?php echo $cid?>&channelid=<?php echo $channelid?>&dopost=listArchives"></a> &gt; 修改专题</td>
  82. <td width="10%" align="right"><a href="makehtml_spec.php" class="btn btn-success btn-sm">更新HTML</a></td>
  83. </tr>
  84. </table>
  85. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head1">
  86. <tr>
  87. <td colspan="2">
  88. <table width="168" border="0" cellpadding="0" cellspacing="0">
  89. <tr>
  90. <td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">常规参数</td>
  91. <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">专题文档</a></td>
  92. </tr>
  93. </table>
  94. </td>
  95. </tr>
  96. </table>
  97. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" id="head2" style="display:none">
  98. <tr>
  99. <td colspan="2">
  100. <table width="168" height="26" border="0" cellpadding="0" cellspacing="0">
  101. <tr>
  102. <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem1()">常规参数</a></td>
  103. <td width="86" align="center" background="../static/web/img/itemnote1.gif">专题文档</td>
  104. </tr>
  105. </table>
  106. </td>
  107. </tr>
  108. </table>
  109. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" id="needset" style="border:1px solid #dee2e6;background:#ffffff;">
  110. <tr>
  111. <td height="26" class="bline">
  112. <table width="800" border="0" cellspacing="0" cellpadding="0">
  113. <tr>
  114. <td width="90">&nbsp;专题名称:</td>
  115. <td width='400'><input name="title" type="text" id="title" value="<?php echo $arcRow['title']; ?>" style="width:380px"></td>
  116. <td width="90">&nbsp;简略标题:</td>
  117. <td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle']; ?>" style="width:160px"></td>
  118. </tr>
  119. </table>
  120. </td>
  121. </tr>
  122. <tr>
  123. <td width="400%" height="26" class="bline">
  124. <table width="800" border="0" cellspacing="0" cellpadding="0">
  125. <tr>
  126. <td width="90">&nbsp;自定义属性:</td>
  127. <td>
  128. <?php
  129. $dsql->SetQuery("Select * From `#@__arcatt` order by sortid asc");
  130. $dsql->Execute();
  131. while($trow = $dsql->GetObject())
  132. {
  133. if($trow->att=='j') continue;
  134. if(preg_match("#".$trow->att."#", $arcRow['flag']))
  135. echo "<label><input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' checked='checked' /> {$trow->attname}[{$trow->att}]</label> ";
  136. else
  137. echo "<label><input class='np' type='checkbox' name='flags[]' id='flags{$trow->att}' value='{$trow->att}' /> {$trow->attname}[{$trow->att}]</label> ";
  138. }
  139. ?>
  140. </td>
  141. </tr>
  142. </table>
  143. </td>
  144. </tr>
  145. <tr id="pictable">
  146. <td height="26" colspan="4" class="bline">
  147. <table width="800" border="0" cellspacing="0" cellpadding="0">
  148. <tr>
  149. <td width="90" height="90">&nbsp;缩略图:</td>
  150. <td>
  151. <input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" style="width:300px">
  152. <label><input type='checkbox' class='np' name='ddisremote' value='1'>&nbsp;远程</label>
  153. <span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span>
  154. <button type="button" name="Submit" onClick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择图片</button>
  155. <button id="btnClearAll" type="button" class="btn btn-success btn-sm delete">清空</button>
  156. </td>
  157. <td align="center"><img id="litPic" src="<?php if($arcRow['litpic']!='') echo $arcRow['litpic']; else echo '../static/web/img/defaultpic.jpg'; ?>" style="height:80px"></td>
  158. </tr>
  159. </table>
  160. </td>
  161. </tr>
  162. <tr>
  163. <td height="26" colspan="4" class="bline">
  164. <table width="800" border="0" cellspacing="0" cellpadding="0">
  165. <tr>
  166. <td width="90">&nbsp;责任编辑:</td>
  167. <td><input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" style="width:160px"></td>
  168. </tr>
  169. </table>
  170. </td>
  171. </tr>
  172. <tr>
  173. <td height="26" colspan="4" class="bline">
  174. <table width="800" border="0" cellspacing="0" cellpadding="0">
  175. <tr>
  176. <td width="90">&nbsp;内容排序:</td>
  177. <td width="250">
  178. <select name="sortup" id="sortup" style="width:160px">
  179. <?php
  180. $subday = SubDay($arcRow["sortrank"],$arcRow["senddate"]);
  181. echo "<option value='0'>正常排序</option>";
  182. if($subday>0) echo "<option value='$subday' selected>置顶 $subday 天</option>";
  183. ?>
  184. <option value="7">置顶一周</option>
  185. <option value="30">置顶一个月</option>
  186. <option value="90">置顶三个月</option>
  187. <option value="180">置顶半年</option>
  188. <option value="360">置顶一年</option>
  189. </select>
  190. </td>
  191. <td width="90">标题颜色:</td>
  192. <td width="130"><input name="color" type="text" id="color" style="width:120px" value="<?php echo $arcRow['color']?>"></td>
  193. <td><button name="modcolor" type="button" id="modcolor" value="" onClick="ShowColor(event,this)" class="btn btn-success btn-sm">选取</button></td>
  194. </tr>
  195. </table>
  196. </td>
  197. </tr>
  198. <tr>
  199. <td height="26" colspan="4" class="bline">
  200. <table width="800" border="0" cellspacing="0" cellpadding="0">
  201. <tr>
  202. <td width="90">&nbsp;主分类:</td>
  203. <td>
  204. <?php
  205. $typeOptions = GetOptionList($arcRow["typeid"],$cuserLogin->getUserChannel(),0);
  206. echo "<select name='typeid' style='width:160px'>";
  207. if($arcRow["typeid"]=="0") echo "<option value='0' selected='1'>请选择主分类</option>";
  208. echo $typeOptions;
  209. echo "</select>";
  210. ?>
  211. <img src='../static/web/img/menusearch.gif' onClick="ShowCatMap(event,this,0,'typeid')" title='快捷选择' style='cursor:pointer'>
  212. </td>
  213. </tr>
  214. </table>
  215. </td>
  216. </tr>
  217. <tr>
  218. <td height="26" colspan="4" class="bline">
  219. <table width="800" border="0" cellspacing="0" cellpadding="0">
  220. <tr>
  221. <td width="90">&nbsp;关键词:</td>
  222. <td><input type="text" name="keywords" rows="3" id="keywords" value="<?php echo $arcRow['keywords']?>" style="width:360px"></td>
  223. </tr>
  224. </table>
  225. </td>
  226. </tr>
  227. <tr>
  228. <td height="26" colspan="4" class="bline">
  229. <table width="800" border="0" cellspacing="0" cellpadding="0">
  230. <tr>
  231. <td width="90">&nbsp;专题说明:</td>
  232. <td><textarea name="description" id="textarea" style="width:360px;height:50px"><?php echo $arcRow['description']?></textarea></td>
  233. </tr>
  234. </table>
  235. </td>
  236. </tr>
  237. <tr>
  238. <td height="26" colspan="4" class="bline">
  239. <table width="800" border="0" cellspacing="0" cellpadding="0">
  240. <tr>
  241. <td width="90" height="26" width="250">&nbsp;评论选项:</td>
  242. <td width="250">
  243. <label><input type='radio' name='notpost' class='np' value='0' <?php if($arcRow['notpost']==0) echo " checked='1' "; ?> /> 允许评论 </label>
  244. &nbsp;
  245. <label><input type='radio' name='notpost' class='np' value='1' <?php if($arcRow['notpost']==1) echo " checked='1' "; ?> /> 禁止评论 </label>
  246. <td width="90">发布选项:</td>
  247. <td>
  248. <label><input name="ishtml" type="radio" class="np" value="1" <?php if($arcRow["ismake"]!=-1) echo " checked='1'"; ?>>
  249. 生成HTML </label>
  250. <label><input type="radio" name="ishtml" class="np" value="0" <?php if($arcRow["ismake"]==-1) echo " checked='1'"; ?>>
  251. 仅动态浏览 </label>
  252. </td>
  253. </tr>
  254. </table>
  255. </td>
  256. </tr>
  257. <tr>
  258. <td height="26" colspan="4" class="bline">
  259. <table width="800" border="0" cellspacing="0" cellpadding="0">
  260. <tr>
  261. <td width="90">&nbsp;专题模板:</td>
  262. <td width="250">
  263. <input name="templet" type="text" id="templet" value="<?php echo $addRow['templet']?>" style="width:160px">
  264. <button type="button" name="set3" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templet');">浏览</button>
  265. </td>
  266. <td width="90">&nbsp;文件名称:</td>
  267. <td><input type="text" name="filename" id="filename" value="<?php echo $arcRow['filename']?>" style="width:120px">(不包括后缀名如.html等)</td>
  268. </tr>
  269. </table>
  270. </td>
  271. </tr>
  272. <tr>
  273. <td height="26" colspan="4" class="bline">
  274. <table width="800" border="0" cellspacing="0" cellpadding="0">
  275. <tr>
  276. <td width="90">&nbsp;发布时间:</td>
  277. <td>
  278. <?php
  279. $addtime = GetDateTimeMk($arcRow["senddate"]);
  280. echo "$addtime (标准排序和生成HTML名称的依据时间) <input type='hidden' name='senddate' value='".$arcRow["senddate"]."' style='width:160px'>";
  281. ?>
  282. </td>
  283. </tr>
  284. </table>
  285. </td>
  286. </tr>
  287. <tr>
  288. <td height="26" colspan="4" class="bline">
  289. <table width="800" border="0" cellspacing="0" cellpadding="0">
  290. <tr>
  291. <td width="90">&nbsp;更新时间:</td>
  292. <td width="250">
  293. <?php
  294. $nowtime = GetDateTimeMk($arcRow["pubdate"]);
  295. echo "<input name='pubdate' value='$nowtime' type='text' id='pubdate' class='datepicker' style='width:160px'>";
  296. ?>
  297. </td>
  298. <td width="90">浏览次数:</td>
  299. <td><input type="text" name="click" value="<?php echo $arcRow['click']; ?>" style="width:120px"></td>
  300. </tr>
  301. </table>
  302. </td>
  303. </tr>
  304. <tr>
  305. <td>
  306. <?php
  307. PrintAutoFieldsEdit(stripslashes($cInfos['fieldset']),$addRow,'autofield');
  308. ?>
  309. </td>
  310. </tr>
  311. </table>
  312. <table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" style="border:1px solid #dee2e6;background:#ffffff;display:none;" id="adset">
  313. <tr>
  314. <td height="26" class="bline2"> 专题节点列表:(文章列表用ID1,ID2,ID3这样形式分开,系统会自动排除不同节点的相同文章)<br>关于单条记录模板里的[field:fieldname /]标记的使用,请参考关于系统帮助关于 arclist 标记的说明</td>
  315. </tr>
  316. <tr>
  317. <td height="26" valign="top">
  318. <table width="800" border="0" cellspacing="2" cellpadding="2">
  319. <?php
  320. $speclisttmp = GetSysTemplets("spec_arclist.htm");
  321. $i = 1;
  322. $dtp = new DedeTagParse();
  323. $dtp->LoadSource($addRow["note"]);
  324. if(is_array($dtp->CTags)){
  325. foreach($dtp->CTags as $tagid=>$ctag)
  326. {
  327. if($ctag->GetName()!="specnote") continue;
  328. $notename = $ctag->GetAtt('name');
  329. $col = $ctag->GetAtt('col');
  330. $idlist = $ctag->GetAtt('idlist');
  331. $imgwidth = $ctag->GetAtt('imgwidth');
  332. $imgheight = $ctag->GetAtt('imgheight');
  333. $titlelen = $ctag->GetAtt('titlelen');
  334. $infolen = $ctag->GetAtt('infolen');
  335. $temp = trim($ctag->GetInnerText());
  336. $noteid = $ctag->GetAtt('noteid');
  337. if(empty($noteid)) $noteid = $i;
  338. $isauto = $ctag->GetAtt('isauto');
  339. if(empty($isauto)) $isauto = 0;
  340. $keywords = $ctag->GetAtt('keywords');
  341. $typeid = $ctag->GetAtt('typeid');
  342. if(empty($typeid)) $typeid = 0;
  343. $rownum = $ctag->GetAtt('rownum');
  344. if(empty($rownum)) $rownum = 40;
  345. ?>
  346. <tr bgcolor="#FBFCE2">
  347. <td width="113">节点
  348. <?php echo $i?>
  349. 名称:</td>
  350. <td colspan="2">
  351. <table width="600" border="0" cellspacing="0" cellpadding="0">
  352. <tr>
  353. <td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300" value="<?php echo $notename?>"></td>
  354. <td width="90" align="center">节点标识:</td>
  355. <td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100" value="<?php echo $noteid?>"></td>
  356. </tr>
  357. </table>
  358. </td>
  359. </tr>
  360. <tr>
  361. <td>节点文章列表:</td>
  362. <td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" style="width:90%"><?php echo $idlist?></textarea></td>
  363. <td align="center"><button class="btn btn-success btn-sm" name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" onClick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文章</button></td>
  364. </tr>
  365. <tr>
  366. <td>文档来源:</td>
  367. <td colspan="2">
  368. <label><input name="isauto<?php echo $i?>" type="radio" id="isauto<?php echo $i?>" value="0" class="np" <?php if($isauto==0) echo " checked"; ?>>
  369. 按文章列表 </label>
  370. <label><input name="isauto<?php echo $i?>" type="radio" id="isauto<?php echo $i?>" value="1" class="np" <?php if($isauto==1) echo " checked"; ?>>
  371. 自动获取文档 </label>
  372. &nbsp;
  373. <label>关键词:
  374. <input name="keywords<?php echo $i?>" type="text" value="<?php echo $keywords?>" id="keywords<?php echo $i?>" value="" size="16">(逗号分开)</label>
  375. <label>栏目ID:
  376. <input name="typeid<?php echo $i?>" type="text" value="<?php echo $typeid?>" id="typeid<?php echo $i?>" value="0" size="4"></label>
  377. </td>
  378. </tr>
  379. <tr>
  380. <td height="50" rowspan="2" valign="top">节点布局:</td>
  381. <td colspan="2">列数:<input name="col<?php echo $i?>" type="text" id="col<?php echo $i?>" value="<?php echo $col?>" size="3">
  382. 图片宽:<input name="imgwidth<?php echo $i?>" type="text" id="imgwidth<?php echo $i?>" value="<?php echo $imgwidth?>" size="3">
  383. 图片高:<input name="imgheight<?php echo $i?>" type="text" id="imgheight<?php echo $i?>" value="<?php echo $imgheight?>" size="3">
  384. 标题长:
  385. <input name="titlelen<?php echo $i?>" type="text" id="titlelen<?php echo $i?>" value="<?php echo $titlelen?>" size="3">
  386. 简介长:
  387. <input name="infolen<?php echo $i?>" type="text" id="infolen<?php echo $i?>" value="<?php echo $infolen?>" size="3">
  388. 文档数:
  389. <input name="rownum<?php echo $i?>" type="text" id="rownum<?php echo $i?>" value="<?php echo $rownum?>" size="3">
  390. </td>
  391. </tr>
  392. <tr>
  393. <td colspan="2">单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" style="width:60%"><?php echo $temp?></textarea></td>
  394. </tr>
  395. <?php
  396. $i++;
  397. }}
  398. $dtp->Clear();
  399. for($i;$i<=$cfg_specnote;$i++)
  400. {
  401. ?>
  402. <tr bgcolor="#FBFCE2">
  403. <td width="113">节点
  404. <?php echo $i?>
  405. 名称:</td>
  406. <td colspan="2">
  407. <table width="600" border="0" cellspacing="0" cellpadding="0">
  408. <tr>
  409. <td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300"></td>
  410. <td width="90" align="center">节点标识:</td>
  411. <td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100"></td>
  412. </tr>
  413. </table>
  414. </td>
  415. </tr>
  416. <tr>
  417. <td>节点文章列表:</td>
  418. <td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" style="width:90%"></textarea></td>
  419. <td align="center"><button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onClick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文章</button></td>
  420. </tr>
  421. <tr>
  422. <td>文档来源:</td>
  423. <td colspan="2">
  424. <label><input name="isauto<?php echo $i?>" type="radio" id="isauto<?php echo $i?>" value="0" class="np" checked>
  425. 按文章列表</label>
  426. <label><input name="isauto<?php echo $i?>" type="radio" id="isauto<?php echo $i?>" value="1" class="np">
  427. 自动获取文档</label>
  428. &nbsp;
  429. <label>关键词:
  430. <input name="keywords<?php echo $i?>" type="text" id="keywords<?php echo $i?>" value="" size="16">(空格分开)</label>
  431. <label>栏目ID:
  432. <input name="typeid<?php echo $i?>" type="text" id="_typeid<?php echo $i?>" value="0" size="4"></label>
  433. </td>
  434. </tr>
  435. <tr>
  436. <td height="50" rowspan="2" valign="top">节点布局:<br></td>
  437. <td colspan="2">列数:<input name="col<?php echo $i?>" type="text" id="col<?php echo $i?>" value="1" size="3">
  438. 图片高:<input name="imgheight<?php echo $i?>" type="text" id="imgheight<?php echo $i?>" value="90" size="3">
  439. 图片宽:<input name="imgwidth<?php echo $i?>" type="text" id="imgwidth<?php echo $i?>" value="120" size="3">
  440. 标题长:
  441. <input name="titlelen<?php echo $i?>" type="text" id="titlelen<?php echo $i?>" value="60" size="3">
  442. 简介长:
  443. <input name="infolen<?php echo $i?>" type="text" id="infolen<?php echo $i?>" value="160" size="3">
  444. 文档数:
  445. <input name="rownum<?php echo $i?>" type="text" id="rownum<?php echo $i?>" value="40" size="3">
  446. </td>
  447. </tr>
  448. <tr>
  449. <td colspan="2">单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" style="width:60%"><?php echo $speclisttmp?></textarea></td>
  450. </tr>
  451. <?php
  452. }
  453. ?>
  454. </table>
  455. </td>
  456. </tr>
  457. </table>
  458. <table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f6f6f6" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
  459. <tr height="36">
  460. <td style="padding:.6rem">
  461. <button type="submit" class="btn btn-success">保存</button>
  462. <button type="button" onClick="location.reload();" class="btn btn-success">重置</button>
  463. </td>
  464. </tr>
  465. </table>
  466. <script language='javascript'>InitPage();</script>
  467. </form>
  468. </body>
  469. </html>