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

458 lines
24KB

  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 href="css/base.css" rel="stylesheet" type="text/css">
  7. <script language="javascript">
  8. var channelArray = new Array();
  9. <?php
  10. $i = 0;
  11. foreach($channelArray as $k=>$arr){
  12. echo "channelArray[$k] = \"{$arr['nid']}\";\r\n";
  13. }
  14. ?>
  15. function Nav()
  16. {
  17. if(window.navigator.userAgent.indexOf("MSIE")>=1) return 'IE';
  18. else if(window.navigator.userAgent.indexOf("Firefox")>=1) return 'FF';
  19. else return "OT";
  20. }
  21. function SelectTemplets(fname)
  22. {
  23. var posLeft = 200;
  24. var posTop = 300;
  25. window.open("./dialog/select_templets.php?f="+fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=600,height=400,left="+posLeft+", top="+posTop);
  26. }
  27. function ShowHide(objname)
  28. {
  29. var obj = document.getElementById(objname);
  30. if(obj.style.display != "none")
  31. obj.style.display = "none";
  32. else {
  33. if(Nav()=='IE') obj.style.display = "block";
  34. else obj.style.display = "table-row";
  35. }
  36. }
  37. function ShowObj(objname)
  38. {
  39. var obj = document.getElementById(objname);
  40. if(Nav()=='IE') obj.style.display = "block";
  41. else obj.style.display = "table";
  42. }
  43. function HideObj(objname){
  44. var obj = document.getElementById(objname);
  45. obj.style.display = "none";
  46. }
  47. function ShowItem1(){
  48. ShowObj('head1'); ShowObj('needset');
  49. HideObj('head2'); HideObj('adset');
  50. HideObj('head3'); HideObj('ctset');
  51. }
  52. function ShowItem2(){
  53. ShowObj('head2'); ShowObj('adset');
  54. HideObj('head1'); HideObj('needset');
  55. HideObj('head3'); HideObj('ctset');
  56. }
  57. function ShowItem3(){
  58. ShowObj('head3'); ShowObj('ctset');
  59. HideObj('head1'); HideObj('needset');
  60. HideObj('head2'); HideObj('adset');
  61. }
  62. function CheckTypeDir()
  63. {
  64. var upinyin = document.getElementById('upinyin');
  65. var tpobj = document.getElementById('typedir');
  66. if(upinyin.checked) tpobj.style.display = "none";
  67. else tpobj.style.display = "block";
  68. }
  69. function ParTemplet(obj)
  70. {
  71. var sevvalue = channelArray[obj.value];
  72. var tobj = document.getElementById('smclass');
  73. var tempindex = document.getElementsByName('tempindex');
  74. var templist = document.getElementsByName('templist');
  75. var temparticle = document.getElementsByName('temparticle');
  76. var dfstyle = document.getElementsByName('dfstyle');
  77. var dfstyleValue = dfstyle[0].value;
  78. tempindex[0].value = dfstyleValue+"/index_"+sevvalue+".htm";
  79. templist[0].value = dfstyleValue+"/list_"+sevvalue+".htm";
  80. temparticle[0].value = dfstyleValue+"/article_"+sevvalue+".htm";
  81. if(obj.value < 0)
  82. {
  83. if(Nav()=='IE') tobj.style.display = "block";
  84. else tobj.style.display = "table-row";
  85. }
  86. else
  87. {
  88. tobj.style.display = "none";
  89. }
  90. }
  91. function checkSubmit()
  92. {
  93. if(document.form1.typename.value==""){
  94. alert("栏目名称不能为空!");
  95. document.form1.typename.focus();
  96. return false;
  97. }
  98. return true;
  99. }
  100. function CheckCross()
  101. {
  102. var cross2 = document.getElementById('cross2');
  103. var crossid = document.getElementById('crossid');
  104. if(cross2.checked) crossid.style.display = 'block';
  105. else crossid.style.display = 'none';
  106. }
  107. </script>
  108. </head>
  109. <body leftmargin='15' topmargin='10' bgcolor="#FFFFFF">
  110. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#cfcfcf" style="BORDER-COLLAPSE: collapse">
  111. <tr>
  112. <td width="100%" height="20" valign="top">
  113. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  114. <tr>
  115. <td height="30"><IMG height=14 src="images/book1.gif" width=20>&nbsp;<a href="catalog_main.php"><u>栏目管理</u></a>&gt;&gt;&nbsp;修改栏目</td>
  116. </tr>
  117. </table></td>
  118. </tr>
  119. <tr>
  120. <td width="100%" height="1" background="images/sp_bg.gif"></td>
  121. </tr>
  122. </table>
  123. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  124. <tr><td height="10"></td></tr>
  125. <tr>
  126. <form name="form1" action="catalog_edit.php" method="post" onSubmit="return checkSubmit();">
  127. <input type="hidden" name="dopost" value="save" />
  128. <input type="hidden" name="id" value="<?php echo $id; ?>" />
  129. <input type="hidden" name="topid" value="<?php echo $myrow['topid']; ?>" />
  130. <td height="95" align="center" bgcolor="#FFFFFF">
  131. <table width="100%" border="0" cellspacing="0" id="head1" cellpadding="0">
  132. <tr>
  133. <td colspan="2" bgcolor="#FFFFFF" align="left">
  134. <table border="0" cellpadding="0" cellspacing="0">
  135. <tr>
  136. <td width="84" height="24" align="center" background="images/itemnote1.gif">&nbsp;常规选项&nbsp;</td>
  137. <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem2()"><u>高级选项</u></a>&nbsp;</td>
  138. <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem3()"><u>栏目内容</u></a>&nbsp;</td>
  139. </tr>
  140. </table>
  141. </td>
  142. </tr>
  143. </table>
  144. <table width="100%" border="0" cellspacing="0" id="head2" cellpadding="0" style="display:none">
  145. <tr>
  146. <td colspan="2" bgcolor="#FFFFFF" style="text-align:left;">
  147. <table height="24" border="0" cellpadding="0" cellspacing="0">
  148. <tr>
  149. <td width="84" align="center" background="images/itemnote2.gif" bgcolor="#F2F7DF"><a href="#" onClick="ShowItem1()"><u>常规选项</u></a>&nbsp;</td>
  150. <td width="84" align="center" background="images/itemnote1.gif">高级选项&nbsp;</td>
  151. <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem3()"><u>栏目内容</u></a>&nbsp;</td>
  152. </tr>
  153. </table>
  154. </td>
  155. </tr>
  156. </table>
  157. <table width="100%" border="0" cellspacing="0" id="head3" cellpadding="0" style="display:none">
  158. <tr>
  159. <td colspan="2" bgcolor="#FFFFFF" style="text-align:left;">
  160. <table height="24" border="0" cellpadding="0" cellspacing="0">
  161. <tr>
  162. <td width="84" align="center" background="images/itemnote2.gif" bgcolor="#F2F7DF"><a href="#" onClick="ShowItem1()"><u>常规选项</u></a>&nbsp;</td>
  163. <td width="84" align="center" background="images/itemnote2.gif"><a href="#" onClick="ShowItem2()"><u>高级选项</u>&nbsp;</td>
  164. <td width="84" align="center" background="images/itemnote1.gif">栏目内容&nbsp;</td>
  165. </tr>
  166. </table>
  167. </td>
  168. </tr>
  169. </table>
  170. <table width="100%" border="0" id="needset" cellspacing="0" cellpadding="0" style="border:1px solid #cfcfcf;background:#ffffff;text-align:left;">
  171. <tr>
  172. <td width="150" class='bline' height="26" style="padding-left:10px;">是否支持投稿:</td>
  173. <td class='bline'> <input type='radio' name='issend' value='0' class='np' <?php if($myrow['issend']=="0") echo " checked='1' ";?> />
  174. 不支持&nbsp; <input type='radio' name='issend' value='1' class='np' <?php if($myrow['issend']=="1") echo " checked='1' ";?> />
  175. 支持 </td>
  176. </tr>
  177. <tr>
  178. <td width="150" class='bline' height="26" style="padding-left:10px;">是否隐藏栏目:</td>
  179. <td class='bline'> <input type='radio' name='ishidden' value='0' class='np'<?php if($myrow['ishidden']=="0") echo " checked='1' ";?>/>
  180. 显示 &nbsp; <input type='radio' name='ishidden' value='1' class='np'<?php if($myrow['ishidden']=="1") echo " checked='1' ";?>/>
  181. 隐藏 </td>
  182. </tr>
  183. <tr>
  184. <td class='bline' height="26" style="padding-left:10px;"><font color='red'>内容模型:</font> </td>
  185. <td class='bline'> <select name="channeltype" id="channeltype" style="width:200px" onChange="ParTemplet(this)">
  186. <?php
  187. foreach($channelArray as $k=>$arr)
  188. {
  189. if($k==$channelid) echo " <option value='{$k}' selected>{$arr['typename']}|{$arr['nid']}</option>\r\n";
  190. else echo " <option value='{$k}'>{$arr['typename']}|{$arr['nid']}</option>\r\n";
  191. }
  192. ?>
  193. </select> </td>
  194. </tr>
  195. <tr>
  196. <td class='bline' height="26" style="padding-left:10px;"><font color='red'>栏目名称:</font></td>
  197. <td class='bline'><input name="typename" type="text" id="typename" size="30" value="<?php echo $myrow['typename']?>" class="iptxt" /></td>
  198. </tr>
  199. <tr>
  200. <td class='bline' height="26" style="padding-left:10px;"> 排列顺序: </td>
  201. <td class='bline'> <input name="sortrank" size="6" type="text" value="<?php echo $myrow['sortrank']?>" class="iptxt" />
  202. (由低 -&gt; 高) </td>
  203. </tr>
  204. <tr>
  205. <td class='bline' height="26" style="padding-left:10px;">浏览权限:</td>
  206. <td class='bline'> <select name="corank" id="corank" style="width:100">
  207. <?php
  208. $dsql->SetQuery("Select * from #@__arcrank where rank >= 0");
  209. $dsql->Execute('cc');
  210. while($row = $dsql->GetObject('cc'))
  211. {
  212. if($myrow['corank']==$row->rank)
  213. echo "<option value='".$row->rank."' selected>".$row->membername."</option>\r\n";
  214. else
  215. echo "<option value='".$row->rank."'>".$row->membername."</option>\r\n";
  216. }
  217. ?>
  218. </select>
  219. (仅限制栏目里的文档浏览权限) </td>
  220. </tr>
  221. <tr>
  222. <td class='bline' height="26" style="padding-left:10px;">文件保存目录:</td>
  223. <td class='bline'> <input name="typedir" type="text" id="typedir" value="<?php echo $myrow['typedir']?>" style="width:300px" class="iptxt" />
  224. </td>
  225. </tr>
  226. <tr>
  227. <td height="26" style="padding-left:10px;">栏目列表选项:</td>
  228. <td> <input type='radio' name='isdefault' value='1' class='np'<?php if($myrow['isdefault']==1) echo " checked='1' ";?>/>
  229. 链接到默认页
  230. <input type='radio' name='isdefault' value='0' class='np'<?php if($myrow['isdefault']==0) echo " checked='1' ";?>/>
  231. 链接到列表第一页
  232. <input type='radio' name='isdefault' value='-1' class='np'<?php if($myrow['isdefault']==-1) echo " checked='1' ";?>/>
  233. 使用动态页 </td>
  234. </tr>
  235. <tr>
  236. <td class='bline' height="26" style="padding-left:10px;">默认页的名称: </td>
  237. <td class='bline'><input name="defaultname" type="text" value="<?php echo $myrow['defaultname']?>" class="iptxt" /></td>
  238. </tr>
  239. <tr>
  240. <td height="26" class='bline' style="padding-left:10px;">栏目属性:</td>
  241. <td class='bline'>
  242. <input name="ispart" type="radio" id="radio" value="0" class='np'<?php if($myrow['ispart']==0) echo " checked='1' ";?>/>
  243. 最终列表栏目(允许在本栏目发布文档,并生成文档列表)<br>
  244. <input name="ispart" type="radio" id="radio2" value="1" class='np'<?php if($myrow['ispart']==1) echo " checked='1' ";?>/>
  245. 频道封面(栏目本身不允许发布文档)<br>
  246. <input name="ispart" type="radio" id="radio3" value="2" class='np'<?php if($myrow['ispart']==2) echo " checked='1' ";?>/>
  247. 外部连接(在"文件保存目录"处填写网址)
  248. </td>
  249. </tr>
  250. <tr id='helpvarco' style='display:none'>
  251. <td height="80" bgcolor="#F3F7EA" style="padding-left:10px;">栏目交叉说明: </td>
  252. <td bgcolor="#F3F7EA">
  253. 交叉栏目是指一个大栏目与另一个非下级的子栏目出现交叉的情况,相当于系统原来的副栏目功能,不过现在改在栏目里预先设置好。<br />例如:
  254. 网站上有大栏目——智能手机、音乐手机,另外又有栏目——诺基亚-&gt;智能手机、诺基亚-&gt;音乐手机,这样顶级的大栏目就和另一个大栏目的子栏目形成了交叉,这样只需要在大栏目中指定交叉的栏目即可。
  255. <br />注:会自动索引交叉栏目的内容,但不会索引交叉栏目下级栏目的内容,这种应用也适用于按地区划分资讯的站点。
  256. </td>
  257. </tr>
  258. <tr>
  259. <td style="padding-left:10px;">栏目交叉:<img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvarco')" /><br />仅适用[最终列表栏目]</td>
  260. <td class='bline' style="padding:3px 0px 3px 0px">
  261. <input name="cross" type="radio" id="cross0" onClick="CheckCross()" value="0" class='np'<?php if($myrow['cross']==0) echo " checked='1' ";?> />
  262. 不交叉
  263. <input name="cross" type="radio" id="cross1" onClick="CheckCross()" value="1" class='np'<?php if($myrow['cross']==1) echo " checked='1' ";?>/>
  264. 自动获取同名栏目内容
  265. <input name="cross" type="radio" id="cross2" onClick="CheckCross()" value="2" class='np'<?php if($myrow['cross']==2) echo " checked='1' ";?>/>
  266. 手工指定交叉栏目ID(用逗号分开)
  267. <br />
  268. <textarea name="crossid" cols="50" rows="3" id="crossid" style="<?php if($myrow['cross']!=2) echo "display:none";?>" class="alltxt" ><?php echo $myrow['crossid']; ?></textarea>
  269. </td>
  270. </tr>
  271. <tr id='smclass' style='<?php echo ($channelid<0 ? '' : 'display:none'); ?>'>
  272. <td class='bline' style="padding-left:10px;">绑定小分类: <br />仅适用[分类信息模型]</td>
  273. <td class='bline' style="padding:3px 0px 3px 0px">
  274. <select name='smalltype[]' size='5' style='width:120px' multiple='yes'>
  275. <?php
  276. $smtypes = explode(',',trim($myrow['smalltypes']));
  277. $sql = "Select * From `#@__sys_enum` where egroup like 'infotype' order by disorder asc, id desc ";
  278. $dsql->Execute('s',$sql);
  279. while($arr = $dsql->GetArray('s'))
  280. {
  281. if(in_array($arr['evalue'],$smtypes)) {
  282. $selstr = " selected='1' ";
  283. }
  284. else {
  285. $selstr = '';
  286. }
  287. if($arr['evalue']%500==0) {
  288. echo "<option value='{$arr['evalue']}'{$selstr}>{$arr['ename']}</option>\r\n";
  289. }
  290. else if(preg_match("#\.#", $arr['evalue']))
  291. {
  292. echo "<option value='{$arr['evalue']}'{$selstr}> └───{$arr['ename']}</option>\r\n";
  293. }
  294. else {
  295. echo "<option value='{$arr['evalue']}'{$selstr}> └─{$arr['ename']}</option>\r\n";
  296. }
  297. }
  298. ?>
  299. </select>
  300. 按 Ctrl 多选,不选系统将调用全部分类,在<a href='stepselect_main.php'>“<u>联动类别管理</u>”</a>中管理
  301. </td>
  302. </tr>
  303. </table>
  304. <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #cfcfcf;background:#ffffff;display:none;text-align:left;" id="adset">
  305. <tr>
  306. <td class='bline' width="150" height="24" style="padding-left:10px;">多站点支持:</td>
  307. <td class='bline'> <input name="moresite" type="radio" class="np" value="0"<?php if($myrow['moresite']==0) echo " checked='1' ";?>/>
  308. 不启用
  309. <input type="radio" name="moresite" class="np" value="1"<?php if($myrow['moresite']==1) echo " checked='1' ";?>/>
  310. 启用 </td>
  311. </tr>
  312. <tr>
  313. <td height="24" bgcolor="#F9FCEF" style="padding-left:10px;">说明:</td>
  314. <td bgcolor="#F9FCEF">绑名绑定仅需要在顶级栏目设定,子级栏目更改无效。</td>
  315. </tr>
  316. <tr>
  317. <td class='bline' height="24" style="padding-left:10px;">绑定域名:</td>
  318. <td class='bline'> <input name="siteurl" type="text" id="siteurl" size="35" value="<?php echo $myrow['siteurl']?>" class="iptxt" />
  319. (需加 http://,一级或二级域名的根网址) </td>
  320. </tr>
  321. <tr>
  322. <td class='bline' height="24" style="padding-left:10px;">站点根目录:</td>
  323. <td class='bline'>
  324. 为简化操作,站点根目录与当前栏目目录一致,请注意当前栏目文件保存目录的设置,域名需自行手工绑定到这个目录。
  325. </td>
  326. </tr>
  327. <tr id='helpvar1' style='display:none'>
  328. <td height="24" bgcolor="#F9FCEF" style="padding-left:10px;">支持变量: </td>
  329. <td bgcolor="#F9FCEF"> {tid}表示栏目ID,<br>
  330. {cid}表示频道模型的'名字ID' <font color='#888888'> (
  331. <?php
  332. foreach($channelArray as $k=>$arr)
  333. {
  334. echo "{$arr['typename']}({$arr['nid']})、";
  335. }
  336. ?>
  337. ) </font> <br/>
  338. 模板文件的默认位置是放在模板目录 "cms安装目录
  339. <?php echo $cfg_templets_dir ?>
  340. " 内。
  341. <input type='hidden' value='{style}' name='dfstyle' /> </td>
  342. </tr>
  343. <tr>
  344. <td height="26" style="padding-left:10px;">封面模板:</td>
  345. <td> <input name="tempindex" type="text" value="<?php echo $myrow['tempindex']?>" style="width:300px" class="iptxt" />
  346. <input type="button" name="set1" value="浏览..." class="coolbg np" style="width:60px" onClick="SelectTemplets('form1.tempindex');"/>
  347. <img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvar1')"/>
  348. </td>
  349. </tr>
  350. <tr>
  351. <td height="26" style="padding-left:10px;">列表模板:</td>
  352. <td> <input name="templist" type="text" value="<?php echo $myrow['templist']?>" style="width:300px" class="iptxt" />
  353. <input type="button" name="set3" value="浏览..." class="coolbg np" style="width:60px" onClick="SelectTemplets('form1.templist');"/>
  354. </td>
  355. </tr>
  356. <tr>
  357. <td height="26" style="padding-left:10px;">文章模板:</td>
  358. <td><input name="temparticle" type="text" value="<?php echo $myrow['temparticle']?>" style="width:300px" class="iptxt" />
  359. <input type="button" name="set4" value="浏览..." class="coolbg np" style="width:60px" onClick="SelectTemplets('form1.temparticle');"/>
  360. </td>
  361. </tr>
  362. <tr id='helpvar2' style='display:none'>
  363. <td height="24" bgcolor="#F9FCEF" style="padding-left:10px;">支持变量: </td>
  364. <td height="24" bgcolor="#F9FCEF"> {Y}、{M}、{D} 年月日<br/>
  365. {timestamp} INT类型的UNIX时间戳<br/>
  366. {aid} 文章ID<br/>
  367. {pinyin} 拼音+文章ID<br/>
  368. {py} 拼音部首+文章ID<br/>
  369. {typedir} 栏目目录 <br/>
  370. {cc} 日期+ID混编后用转换为适合的字母 <br/>
  371. </td>
  372. </tr>
  373. <tr>
  374. <td height="26" style="padding-left:10px;">文章命名规则:</td>
  375. <td> <input name="namerule" type="text" id="namerule" value="<?php echo $myrow['namerule']?>" size="40" class="iptxt" />
  376. <img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvar2')"/>
  377. </td>
  378. </tr>
  379. <tr id='helpvar3' style='display:none'>
  380. <td height="24" bgcolor="#F9FCEF" style="padding-left:10px;">支持变量: </td>
  381. <td bgcolor="#F9FCEF">{page} 列表的页码</td>
  382. </tr>
  383. <tr>
  384. <td height="26" style="padding-left:10px;">列表命名规则:</td>
  385. <td> <input name="namerule2" type="text" id="namerule2" value="<?php echo $myrow['namerule2']?>" size="40" class="iptxt" />
  386. <img src="images/help.gif" alt="帮助" width="16" height="16" border="0" style="cursor:pointer" onClick="ShowHide('helpvar3')"/></td>
  387. </tr>
  388. <tr>
  389. <td height="65" style="padding-left:10px;">SEO标题:</td>
  390. <td>
  391. <input name="seotitle" type="text" style="width:250px" id="seotitle" class="alltxt" value="<?php echo $myrow['seotitle']?>" />
  392. (栏目模板里用{dede:field.seotitle /}调用)
  393. </td>
  394. </tr>
  395. <tr>
  396. <td height="65" style="padding-left:10px;">关键字:</td>
  397. <td> <textarea name="keywords" cols="70" rows="4" id="keywords" class="alltxt" ><?php echo $myrow['keywords']?></textarea>
  398. </td>
  399. </tr>
  400. <tr>
  401. <td height="65" style="padding-left:10px;">栏目描述:</td>
  402. <td height="65"><textarea name="description" cols="70" style="height:50px" rows="4" id="description" class="alltxt" ><?php echo $myrow['description']?></textarea></td>
  403. </tr>
  404. <tr>
  405. <td height="45" style="padding-left:10px;">继承选项:</td>
  406. <td>
  407. <input name="upnext" type="checkbox" id="upnext" value="1" class="np"/>
  408. 同时更改下级栏目的浏览权限、内容类型、模板风格、命名规则等通用属性
  409. </td>
  410. </tr>
  411. </table>
  412. <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #cfcfcf;background:#ffffff;display:none;text-align:left;" id="ctset">
  413. <tr>
  414. <td height="28">&nbsp;说明:栏目内容是替代原来栏目单独页的更灵活的一种方式,可在栏目模板中用{dede:field.content/}调用,通常用于企业简介之类的用途。</td>
  415. </tr>
  416. <tr>
  417. <td style="padding:10px;">
  418. <?php
  419. GetEditor("content",$myrow['content'],"450","Default","print","false");
  420. ?>
  421. </td>
  422. </tr>
  423. </table>
  424. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#F9FCEF" style="border:1px solid #cfcfcf;border-top:none;">
  425. <tr>
  426. <td width="1%" height="36"></td>
  427. <td width="99%" valign="bottom">
  428. <input name="imageField" type="image" src="images/button_ok.gif" width="60" height="22" border="0" class="np"/>
  429. &nbsp;&nbsp;&nbsp;
  430. <a href="catalog_main.php"><img src="images/button_back.gif" width="60" height="22" border="0"></a>
  431. </td>
  432. </tr>
  433. </table></td>
  434. </form>
  435. </tr>
  436. </table>
  437. </body>
  438. </html>