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

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