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

577 lines
25KB

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