News_C_Label.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:59k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../../FS_Inc/Const.asp" -->
  3. <!--#include file="../../FS_Inc/Function.asp"-->
  4. <!--#include file="../../FS_InterFace/MF_Function.asp" -->
  5. <!--#include file="../../FS_InterFace/NS_Function.asp" -->
  6. <!--#include file="../../FS_Inc/Func_page.asp" -->
  7. <%
  8. Response.Buffer = True
  9. Response.Expires = -1
  10. Response.ExpiresAbsolute = Now() - 1
  11. Response.Expires = 0
  12. Response.CacheControl = "no-cache"
  13. Dim Conn
  14. MF_Default_Conn
  15. 'session判断
  16. MF_Session_TF 
  17. if not MF_Check_Pop_TF("MF_sPublic") then Err_Show
  18. Dim obj_label_style_Rs,label_style_List
  19. label_style_List=""
  20. Set  obj_label_style_Rs = server.CreateObject(G_FS_RS)
  21. obj_label_style_Rs.Open "Select ID,StyleName from FS_MF_Labestyle where StyleType='NS' Order by  id desc",Conn,1,3
  22. do while Not obj_label_style_Rs.eof 
  23. label_style_List = label_style_List&"<option value="""& obj_label_style_Rs(0)&""">"& obj_label_style_Rs(1)&"</option>"
  24. obj_label_style_Rs.movenext
  25. loop
  26. obj_label_style_Rs.close:set obj_label_style_Rs = nothing
  27. Dim obj_special_Rs,label_special_List
  28. label_special_List=""
  29. Set  obj_special_Rs = server.CreateObject(G_FS_RS)
  30. obj_special_Rs.Open "Select SpecialID,SpecialCName,specialEName from FS_NS_Special  Order by  SpecialID desc",Conn,1,3
  31. do while Not obj_special_Rs.eof 
  32. label_special_List = label_special_List&"<option value="""& obj_special_Rs(2)&""">"& obj_special_Rs(1)&"</option>"
  33. obj_special_Rs.movenext
  34. loop
  35. obj_special_Rs.close:set obj_special_Rs = nothing
  36. %>
  37. <html>
  38. <head>
  39. <title>新闻标签管理</title>
  40. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  41. <link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  42. <base target=self>
  43. </head>
  44. <body class="hback">
  45. <script language="JavaScript" src="../../FS_Inc/PublicJS.js" type="text/JavaScript"></script>
  46. <form  name="form1" method="post">
  47. <table width="98%" height="29" border="0" align=center cellpadding="3" cellspacing="1" class="table" valign=absmiddle>
  48. <tr class="hback" >
  49. <td height="27"  align="Left" class="xingmu">
  50. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  51. <tr>
  52. <td width="20%" class="xingmu"><strong>常规标签创建</strong></td>
  53. <td width="80%">
  54. <div align="right">
  55. <input name="button4" type="button" onClick="window.returnValue='';window.close();" value="关闭">
  56. </div>
  57. </td>
  58. </tr>
  59. </table>
  60. </td>
  61. </tr>
  62. </table>
  63. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  64. <tr class="hback">
  65. <td width="13%" height="15">
  66. <div align="center"><a href="News_C_Label.asp?type=ReadNews" target="_self">新闻浏览</a></div>
  67. </td>
  68. <td width="13%">
  69. <div align="center"><a href="News_C_Label.asp?type=AllCode" target="_self">通用调用</a></div>
  70. </td>
  71. <td width="13%">
  72. <div align="center"><a href="News_C_Label.asp?type=FlashFilt" target="_self">FLASH幻灯</a></div>
  73. </td>
  74. <td width="13%">
  75. <div align="center"><a href="News_C_Label.asp?type=NorFilt" target="_self">轮换幻灯</a></div>
  76. </td>
  77. <td width="13%">
  78. <div align="center"><a href="News_C_Label.asp?type=siteMap" target="_self">站点地图</a></div>
  79. </td>
  80. <td width="13%">
  81. <div align="center"><a href="News_C_Label.asp?type=TodayWord" target="_self">文字头条</a></div>
  82. </td>
  83. <td width="13%">
  84. <div align="center"><a href="News_C_Label.asp?type=TodayPic" target="_self">图片头条</a></div>
  85. </td>
  86. <td width="13%">
  87. <div align="center"><a href="News_C_Label.asp?type=Search" target="_self">搜索表单</a></div>
  88. </td>
  89. </tr>
  90. <tr class="hback">
  91. <td>
  92. <div align="center"><a href="News_C_Label.asp?type=ClassNavi" target="_self">栏目导航</a></div>
  93. </td>
  94. <td>
  95. <div align="center"><a href="News_C_Label.asp?type=SpecialNavi" target="_self">专题导航</a></div>
  96. </td>
  97. <td>
  98. <div align="center"><a href="News_C_Label.asp?type=RssFeed" target="_self">RSS聚合</a></div>
  99. </td>
  100. <td>
  101. <div align="center"><a href="News_C_Label.asp?type=SpecialCode" target="_self">专题调用</a></div>
  102. </td>
  103. <td>
  104. <div align="center"><a href="News_C_Label.asp?type=ClassCode" target="_self">栏目调用</a></div>
  105. </td>
  106. <td>
  107. <div align="center"><a href="News_C_Label.asp?type=infoStat" target="_self">信息统计</a></div>
  108. </td>
  109. <td>
  110. <div align="center"><a href="News_C_Label.asp?type=c_news" target="_self">相关新闻</a></div>
  111. </td>
  112. <td>
  113. <div align="center"><a href="News_C_Label.asp?type=c_ext" target="_self"></a><a href="News_C_Label.asp?type=OldNews" target="_self">归档标签</a></div>
  114. </td>
  115. </tr>
  116. <tr class="hback">
  117. <td>
  118. <div align="center"><a href="News_C_Label.asp?type=ClassInfo" target="_self">栏目信息</a></div>
  119. </td>
  120. <td>
  121. <div align="center"></div>
  122. </td>
  123. <td>
  124. <div align="center"></div>
  125. </td>
  126. <td>
  127. <div align="center"></div>
  128. </td>
  129. <td>
  130. <div align="center"></div>
  131. </td>
  132. <td>
  133. <div align="center"></div>
  134. </td>
  135. <td>
  136. <div align="center"></div>
  137. </td>
  138. <td>
  139. <div align="center"></div>
  140. </td>
  141. </tr>
  142. </table>
  143. <%
  144. select case Request.QueryString("type")
  145. case "ReadNews"
  146. call readnews()
  147. case "OldNews"
  148. call OldNews()
  149. case "FlashFilt"
  150. call FlashFilt()
  151. case "NorFilt"
  152. call NorFilt()
  153. case "siteMap"
  154. call siteMap()
  155. case "Search"
  156. call Search()
  157. case "infoStat"
  158. call infoStat()
  159. case "TodayPic"
  160. call TodayPic()
  161. case "TodayWord"
  162. call TodayWord()
  163. case "ClassNavi"
  164. call ClassNavi()
  165. case "SpecialNavi"
  166. call SpecialNavi()
  167. case "RssFeed"
  168. call RssFeed()
  169. case "SpecialCode"
  170. call SpecialCode()
  171. case "ClassCode"
  172. call ClassCode()
  173. Case "OldNews"
  174. call OldNews()
  175. Case "c_news"
  176. call c_news()
  177. Case  "AllCode"
  178. call AllCode()
  179. Case "ClassInfo"
  180. ClassInfo()
  181. case else
  182. call readnews()
  183. end select
  184. %>
  185. <%sub readnews()%>
  186. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  187. <tr>
  188. <td width="21%" class="hback">
  189. <div align="right">引用样式</div>
  190. </td>
  191. <td width="79%" class="hback">
  192. <select id="NewsStyle"  name="NewsStyle" style="width:40%">
  193. <% = label_style_List %>
  194. </select>
  195. <input name="button3" type="button" id="button32" onClick="showModalDialog('News_label_styleread.asp?ID='+document.form1.NewsStyle.value,'WindowObj','dialogWidth:420pt;dialogHeight:180pt;status:yes;help:no;scroll:yes;');" value="查看">
  196. <span class="tx">请在各个子系统中建立前台页面新闻显示样式</span> </td>
  197. </tr>
  198. <tr>
  199. <td class="hback">
  200. <div align="right">显示日期格式</div>
  201. </td>
  202. <td class="hback">
  203. <input name="DateStyle" type="text" id="DateStyle" value="YY02-MM-DD HH:MI:SS" size="28">
  204. <span class="tx">格式:YY02代表2位的年份(如06表示2006年),YY04表示4位数的年份(2006),MM代表月,DD代表日,HH代表小时,MI代表分,SS代表秒</span></td>
  205. </tr>
  206. <tr>
  207. <td class="hback">
  208. <div align="right"></div>
  209. </td>
  210. <td class="hback">
  211. <input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
  212. <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  213. </td>
  214. </tr>
  215. </table>
  216. <script language="JavaScript" type="text/JavaScript">
  217. function ok(obj)
  218. {
  219. var retV = '{FS:NS=ReadNews┆';
  220. retV+='引用样式$' + obj.NewsStyle.value + '┆';
  221. retV+='日期格式$' + obj.DateStyle.value + '';
  222. retV+='}';
  223. window.parent.returnValue = retV;
  224. window.close();
  225. }
  226. </script>
  227. <%end sub%>
  228. <%sub c_news()%>
  229. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  230. <tr>
  231. <td class="hback">
  232. <div align="right">根据条件</div>
  233. </td>
  234. <td class="hback">
  235. <label>
  236. <select name="ifelse" id="ifelse" onChange="if(this.options[this.selectedIndex].value=='3')ifelsearea.style.display=''; else ifelsearea.style.display='none';">
  237. <option value="0">新闻标题相关</option>
  238. <option value="1" selected>新闻关键字相关</option>
  239. <option value="2">关键字和标题相关</option>
  240. <option value="3">标题关联某个关键字</option>
  241. </select>
  242. <span id="ifelsearea" style="display:none">
  243. <select name="ifelsetype" id="ifelsetype">
  244. <%=PrintOption("=","==:等于,&lt;&gt;:不等于,*s:以开头,*e:以结尾,**:像")%>
  245. </select>
  246. <input type="text" maxlength="3" name="ifelsevalue" id="ifelsevalue" title="指定源新闻的关键字序号.如关键字:江苏,周庄图片,指定1表示江苏,2表示周庄图片"
  247. onKeyUp="value=value.replace(/[^0-9]/g,'') " onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^0-9]/g,''))" onMouseOver="this.focus();">
  248. </span> </label>
  249. </td>
  250. </tr>
  251. <tr>
  252. <td width="21%" class="hback">
  253. <div align="right">显示数量</div>
  254. </td>
  255. <td width="79%" class="hback">
  256. <label>
  257. <input name="titleNumber" type="text" id="titleNumber" value="10">
  258. </label>
  259. </td>
  260. </tr>
  261. <tr>
  262. <td class="hback">
  263. <div align="right">显示标题字数</div>
  264. </td>
  265. <td class="hback">
  266. <label>
  267. <input name="leftTitle" type="text" id="leftTitle" value="40">
  268. 中文占2个字符</label>
  269. </td>
  270. </tr>
  271. <tr>
  272. <td class="hback">
  273. <div align="right">连接CSS</div>
  274. </td>
  275. <td class="hback">
  276. <label>
  277. <input name="css" type="text" id="css" value="">
  278. 标题CSS</label>
  279. </td>
  280. </tr>
  281. <tr>
  282. <td class="hback">
  283. <div align="right">导航文字/图片</div>
  284. </td>
  285. <td class="hback">
  286. <label>
  287. <input name="Navidot" type="text" id="Navidot" value="·">
  288. 可以使用html语法</label>
  289. </td>
  290. </tr>
  291. <tr>
  292. <td class="hback">
  293. <div align="right"></div>
  294. </td>
  295. <td class="hback">
  296. <input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
  297. <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  298. </td>
  299. </tr>
  300. </table>
  301. <script language="JavaScript" type="text/JavaScript">
  302. function ok(obj)
  303. {
  304. var value3='';
  305. if(obj.ifelse.value=='3')
  306. {
  307. if (obj.ifelsevalue.value=='') {alert('请指定源新闻的关键字序号.');obj.ifelsevalue.focus();return false;}
  308. value3 = obj.ifelse.value+''+obj.ifelsetype.value+obj.ifelsevalue.value;
  309. }
  310. else
  311. value3 = obj.ifelse.value;
  312. var retV = '{FS:NS=c_news┆';
  313. retV+='根据条件$' + value3 + '┆';
  314. retV+='显示数量$' + obj.titleNumber.value + '┆';
  315. retV+='标题字数$' + obj.leftTitle.value + '┆';
  316. retV+='导航$' + obj.Navidot.value + '┆';
  317. retV+='css$' + obj.css.value + '';
  318. retV+='}';
  319. window.parent.returnValue = retV;
  320. window.close();
  321. }
  322. </script>
  323. <%end sub%>
  324. <%sub OldNews()%>
  325. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  326. <tr>
  327. <td class="hback">&nbsp;</td>
  328. <td class="hback">此标签没参数</td>
  329. </tr>
  330. <tr>
  331. <td width="21%" class="hback">
  332. <div align="right"></div>
  333. </td>
  334. <td width="79%" class="hback">
  335. <input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
  336. <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  337. </td>
  338. </tr>
  339. </table>
  340. <script language="JavaScript" type="text/JavaScript">
  341. function ok(obj)
  342. {
  343. var retV = '{FS:NS=OldNews┆';
  344. retV+='}';
  345. window.parent.returnValue = retV;
  346. window.close();
  347. }
  348. </script>
  349. <%end sub%>
  350. <%sub FlashFilt()%>
  351. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  352. <tr>
  353. <td width="22%" class="hback">
  354. <div align="right">选择栏目</div>
  355. </td>
  356. <td width="78%" class="hback">
  357. <input  name="ClassName" type="text" id="ClassName4" size="12" readonly>
  358. <input name="ClassID" type="hidden" id="ClassID4">
  359. <input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
  360. <span class="tx"></span></td>
  361. </tr>
  362. <tr>
  363. <td class="hback">
  364. <div align="right">调用数量</div>
  365. </td>
  366. <td class="hback">
  367. <input  name="NewsNumber" type="text" id="NewsNumber" value="5" size="12" >
  368. </td>
  369. </tr>
  370. <tr>
  371. <td class="hback">
  372. <div align="right">标题字数</div>
  373. </td>
  374. <td class="hback">
  375. <input  name="TitleNumber" type="text" id="TitleNumber" value="30" size="12" >
  376. </td>
  377. </tr>
  378. <tr>
  379. <td class="hback">
  380. <div align="right">图片尺寸(高度,宽度)</div>
  381. </td>
  382. <td class="hback">
  383. <input  name="p_size" type="text" id="p_size" value="120,100" size="12">
  384. 格式120,100。请正确使用格式</td>
  385. </tr>
  386. <tr>
  387. <td class="hback">
  388. <div align="right">文本高度</div>
  389. </td>
  390. <td class="hback">
  391. <input  name="TextSize" type="text" id="Picsize" value="20" size="12">
  392. </td>
  393. </tr>
  394. <tr>
  395. <td class="hback">
  396. <div align="right"></div>
  397. </td>
  398. <td class="hback">
  399. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  400. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  401. </td>
  402. </tr>
  403. </table>
  404. <script language="JavaScript" type="text/JavaScript">
  405. function ok(obj)
  406. {
  407. var retV = '{FS:NS=FlashFilt┆';
  408. retV+='栏目$' + obj.ClassID.value + '┆';
  409. retV+='数量$' + obj.NewsNumber.value + '┆';
  410. retV+='标题字数$' + obj.TitleNumber.value + '┆';
  411. retV+='图片尺寸$' + obj.p_size.value +  '┆';
  412. retV+='文本高度$' + obj.TextSize.value + '';
  413. retV+='}';
  414. window.parent.returnValue = retV;
  415. window.close();
  416. }
  417. </script>
  418. <%end sub%>
  419. <%sub NorFilt()%>
  420. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  421. <tr>
  422. <td width="22%" class="hback">
  423. <div align="right">选择栏目</div>
  424. </td>
  425. <td width="78%" class="hback">
  426. <input  name="ClassName" type="text" id="ClassName4" size="12" readonly>
  427. <input name="ClassID" type="hidden" id="ClassID4">
  428. <input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
  429. <span class="tx"></span></td>
  430. </tr>
  431. <tr>
  432. <td class="hback">
  433. <div align="right">显示标题</div>
  434. </td>
  435. <td class="hback">
  436. <select name="ShowTitle" id="ShowTitle">
  437. <option value="1" selected>显示</option>
  438. <option value="0">不显示</option>
  439. </select>
  440. </td>
  441. </tr>
  442. <tr>
  443. <td class="hback">
  444. <div align="right">调用数量</div>
  445. </td>
  446. <td class="hback">
  447. <input  name="NewsNumber" type="text" id="NewsNumber" value="5" size="12" >
  448. </td>
  449. </tr>
  450. <tr>
  451. <td class="hback">
  452. <div align="right">标题字数</div>
  453. </td>
  454. <td class="hback">
  455. <input  name="TitleNumber" type="text" id="TitleNumber" value="30" size="12" >
  456. </td>
  457. </tr>
  458. <tr>
  459. <td class="hback">
  460. <div align="right">图片尺寸(高度,宽度)</div>
  461. </td>
  462. <td class="hback">
  463. <input  name="p_size" type="text" id="p_size" value="120,100" size="12">
  464. 格式120,100。请正确使用格式</td>
  465. </tr>
  466. <tr>
  467. <td class="hback">
  468. <div align="right">文本高度</div>
  469. </td>
  470. <td class="hback">
  471. <input  name="TextSize" type="text" id="Picsize" value="20" size="12">
  472. </td>
  473. </tr>
  474. <tr>
  475. <td class="hback">
  476. <div align="right">标题CSS</div>
  477. </td>
  478. <td class="hback">
  479. <input  name="CSS" type="text" id="CSS" size="12">
  480. </td>
  481. </tr>
  482. <tr>
  483. <td class="hback">
  484. <div align="right"></div>
  485. </td>
  486. <td class="hback">
  487. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  488. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  489. </td>
  490. </tr>
  491. </table>
  492. <script language="JavaScript" type="text/JavaScript">
  493. function ok(obj)
  494. {
  495. var retV = '{FS:NS=NorFilt┆';
  496. retV+='栏目$' + obj.ClassID.value + '┆';
  497. retV+='数量$' + obj.NewsNumber.value + '┆';
  498. retV+='标题字数$' + obj.TitleNumber.value + '┆';
  499. retV+='图片尺寸$' + obj.p_size.value +  '┆';
  500. retV+='CSS样式$' + obj.CSS.value +  '┆';
  501. retV+='文本高度$' + obj.TextSize.value +  '┆';
  502. retV+='显示标题$' + obj.ShowTitle.value + '';
  503. retV+='}';
  504. window.parent.returnValue = retV;
  505. window.close();
  506. }
  507. </script>
  508. <%end sub%>
  509. <%sub siteMap()%>
  510. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  511. <tr>
  512. <td width="22%" class="hback">
  513. <div align="right">选择栏目</div>
  514. </td>
  515. <td width="78%" class="hback">
  516. <input  name="ClassName" type="text" id="ClassName" size="12" readonly>
  517. <input name="ClassID" type="hidden" id="ClassID">
  518. <input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
  519. <span class="tx"></span></td>
  520. </tr>
  521. <tr style="display:none">
  522. <td class="hback">
  523. <div align="right">排列方式</div>
  524. </td>
  525. <td class="hback">
  526. <select name="cols"  id="cols">
  527. <option value="0" selected>横向</option>
  528. <option value="1">纵向</option>
  529. </select>
  530. </td>
  531. </tr>
  532. <tr>
  533. <td class="hback">
  534. <div align="right">标题CSS</div>
  535. </td>
  536. <td class="hback">
  537. <input  name="Titlecss" type="text" id="Titlecss" size="12" >
  538. </td>
  539. </tr>
  540. <tr>
  541. <td class="hback">
  542. <div align="right"></div>
  543. </td>
  544. <td class="hback">
  545. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  546. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  547. </td>
  548. </tr>
  549. </table>
  550. <script language="JavaScript" type="text/JavaScript">
  551. function ok(obj)
  552. {
  553. var retV = '{FS:NS=siteMap┆';
  554. retV+='栏目$' + obj.ClassID.value + '┆';
  555. retV+='标题CSS$' + obj.Titlecss.value + '';
  556. retV+='}';
  557. window.parent.returnValue = retV;
  558. window.close();
  559. }
  560. </script>
  561. <%end sub%>
  562. <%sub Search()%>
  563. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  564. <tr>
  565. <td width="22%" class="hback">
  566. <div align="right">日期搜索</div>
  567. </td>
  568. <td width="78%" class="hback">
  569. <select name="DateShow"  id="DateShow">
  570. <option value="1" selected>显示</option>
  571. <option value="0">不显示</option>
  572. </select>
  573. </td>
  574. </tr>
  575. <tr>
  576. <td class="hback">
  577. <div align="right">搜索栏目</div>
  578. </td>
  579. <td class="hback">
  580. <select name="classShow"  id="classShow">
  581. <option value="1" selected>显示</option>
  582. <option value="0">不显示</option>
  583. </select>
  584. </td>
  585. </tr>
  586. <tr>
  587. <td class="hback">
  588. <div align="right"></div>
  589. </td>
  590. <td class="hback">
  591. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  592. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  593. </td>
  594. </tr>
  595. </table>
  596. <script language="JavaScript" type="text/JavaScript">
  597. function ok(obj)
  598. {
  599. var retV = '{FS:NS=Search┆';
  600. retV+='显示日期$' + obj.DateShow.value + '┆';
  601. retV+='显示栏目$' + obj.classShow.value + '';
  602. retV+='}';
  603. window.parent.returnValue = retV;
  604. window.close();
  605. }
  606. </script>
  607. <%end sub%>
  608. <%sub infoStat()%>
  609. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  610. <tr>
  611. <td class="hback">
  612. <div align="right">排列方式</div>
  613. </td>
  614. <td class="hback">
  615. <select name="cols"  id="cols">
  616. <option value="0" selected>横向</option>
  617. <option value="1">纵向</option>
  618. </select>
  619. </td>
  620. </tr>
  621. <tr>
  622. <td class="hback">
  623. <div align="right"></div>
  624. </td>
  625. <td class="hback">
  626. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  627. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  628. </td>
  629. </tr>
  630. </table>
  631. <script language="JavaScript" type="text/JavaScript">
  632. function ok(obj)
  633. {
  634. var retV = '{FS:NS=infoStat┆';
  635. retV+='显示方向$' + obj.cols.value + '';
  636. retV+='}';
  637. window.parent.returnValue = retV;
  638. window.close();
  639. }
  640. </script>
  641. <%end sub%>
  642. <%sub TodayPic()%>
  643. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  644. <tr>
  645. <td class="hback">
  646. <div align="right">选择栏目</div>
  647. </td>
  648. <td class="hback">
  649. <input  name="ClassName" type="text" id="ClassName" size="12" readonly>
  650. <input name="ClassID" type="hidden" id="ClassID">
  651. <input name="button222" type="button" onClick="SelectClass();" value="选择栏目">
  652. <span class="tx"></span></td>
  653. </tr>
  654. <tr>
  655. <td class="hback">
  656. <div align="right"></div>
  657. </td>
  658. <td class="hback">
  659. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  660. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  661. </td>
  662. </tr>
  663. </table>
  664. <script language="JavaScript" type="text/JavaScript">
  665. function ok(obj)
  666. {
  667. var retV = '{FS:NS=TodayPic┆';
  668. retV+='栏目$' + obj.ClassID.value + '';
  669. retV+='}';
  670. window.parent.returnValue = retV;
  671. window.close();
  672. }
  673. </script>
  674. <%end sub%>
  675. <%sub TodayWord()%>
  676. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  677. <tr>
  678. <td width="22%" class="hback">
  679. <div align="right">选择栏目</div>
  680. </td>
  681. <td width="78%" class="hback">
  682. <input  name="ClassName" type="text" id="ClassName" size="12" readonly>
  683. <input name="ClassID" type="hidden" id="ClassID">
  684. <input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
  685. <span class="tx"></span></td>
  686. </tr>
  687. <tr>
  688. <td class="hback">
  689. <div align="right">输出格式</div>
  690. </td>
  691. <td class="hback">
  692. <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  693. <option value="out_Table">普通格式</option>
  694. <option value="out_DIV">DIV+CSS格式</option>
  695. <option>RSS格式保留</option>
  696. </select>
  697. </td>
  698. </tr>
  699. <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" >
  700. <td rowspan="3"  align="center" class="hback">
  701. <div align="right"></div>
  702. <div align="right">DIV控制</div>
  703. </td>
  704. <td colspan="3" class="hback" >&lt;div id=&quot;
  705. <input name="DivID"  type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
  706. &quot; class=&quot;
  707. <input name="Divclass"  type="text" id="Divclass" size="6"   style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
  708. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  709. </tr>
  710. <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
  711. <td colspan="3" class="hback" >&lt;ul id=&quot;
  712. <input name="ulid"   type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
  713. &quot; class=&quot;
  714. <input name="ulclass"  type="text" id="ulclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
  715. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  716. </tr>
  717. <tr class="hback"  id="li_id" style="font-family:宋体;display:none;">
  718. <td colspan="3" class="hback" >&lt;li id=&quot;
  719. <input name="liid"  type="text" id="liid" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
  720. &quot; class=&quot;
  721. <input name="liclass"  type="text" id="liclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
  722. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  723. </tr>
  724. <tr>
  725. <td class="hback">
  726. <div align="right">列数</div>
  727. </td>
  728. <td class="hback">
  729. <select name="cols" id="cols">
  730. <option value="1" selected>1</option>
  731. <option value="2">2</option>
  732. <option value="3">3</option>
  733. <option value="4">4</option>
  734. <option value="5">5</option>
  735. <option value="6">6</option>
  736. <option value="7">7</option>
  737. <option value="8">8</option>
  738. <option value="9">9</option>
  739. <option value="10">10</option>
  740. <option value="11">11</option>
  741. <option value="12">12</option>
  742. <option value="13">13</option>
  743. <option value="14">14</option>
  744. <option value="15">15</option>
  745. </select>
  746. 显示评论
  747. <label>
  748. <select name="ShowReview" id="ShowReview">
  749. <option value="1">显示</option>
  750. <option value="0" selected>不显示</option>
  751. </select>
  752. </label>
  753. </td>
  754. </tr>
  755. <tr>
  756. <td class="hback">
  757. <div align="right">标题CSS</div>
  758. </td>
  759. <td class="hback">
  760. <input  name="Titlecss" type="text" id="Titlecss" size="12" >
  761. </td>
  762. </tr>
  763. <tr>
  764. <td class="hback">
  765. <div align="right">调用数量</div>
  766. </td>
  767. <td class="hback">
  768. <input  name="TitleNumber" type="text" id="TitleNumber" value="1" size="12" >
  769. 标题字数
  770. <input  name="lefttitle" type="text" id="lefttitle" value="30" size="12" >
  771. </td>
  772. </tr>
  773. <tr>
  774. <td class="hback">
  775. <div align="right"></div>
  776. </td>
  777. <td class="hback">
  778. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  779. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  780. </td>
  781. </tr>
  782. </table>
  783. <script language="JavaScript" type="text/JavaScript">
  784. function ok(obj)
  785. {
  786. var retV = '{FS:NS=TodayWord┆';
  787. retV+='输出方式$' + obj.out_char.value + '┆';
  788. retV+='栏目$' + obj.ClassID.value + '┆';
  789. retV+='DivID$' + obj.DivID.value + '┆';
  790. retV+='Divclass$' + obj.Divclass.value + '┆';
  791. retV+='ulid$' + obj.ulid.value + '┆';
  792. retV+='ulclass$' + obj.ulclass.value + '┆';
  793. retV+='liid$' + obj.liid.value + '┆';
  794. retV+='liclass$' + obj.liclass.value + '┆';
  795. retV+='列数$' + obj.cols.value + '┆';
  796. retV+='标题CSS$' + obj.Titlecss.value + '┆';
  797. retV+='调用数量$' + obj.TitleNumber.value + '┆';
  798. retV+='标题字数$' + obj.lefttitle.value + '┆';
  799. retV+='显示评论$' + obj.ShowReview.value + '';
  800. retV+='}';
  801. window.parent.returnValue = retV;
  802. window.close();
  803. }
  804. </script>
  805. <%end sub%>
  806. <%sub ClassNavi()%>
  807. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  808. <tr>
  809. <td width="22%" class="hback">
  810. <div align="right">选择栏目</div>
  811. </td>
  812. <td width="78%" class="hback">
  813. <input  name="ClassName" type="text" id="ClassName" size="12" readonly>
  814. <input name="ClassID" type="hidden" id="ClassID">
  815. <input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
  816. <span class="tx">如果不选择,那么在某个类就调用某个类的导航</span></td>
  817. </tr>
  818. <tr>
  819. <td class="hback">
  820. <div align="right">输出格式</div>
  821. </td>
  822. <td class="hback">
  823. <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  824. <option value="out_Table">普通格式</option>
  825. <option value="out_DIV">DIV+CSS格式</option>
  826. <option>RSS格式保留</option>
  827. </select>
  828. </td>
  829. </tr>
  830. <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" >
  831. <td rowspan="3"  align="center" class="hback">
  832. <div align="right"></div>
  833. <div align="right">DIV控制</div>
  834. </td>
  835. <td colspan="3" class="hback" >&lt;div id=&quot;
  836. <input name="DivID"  type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
  837. &quot; class=&quot;
  838. <input name="Divclass"  type="text" id="Divclass" size="6"   style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
  839. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  840. </tr>
  841. <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
  842. <td colspan="3" class="hback" >&lt;ul id=&quot;
  843. <input name="ulid"   type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
  844. &quot; class=&quot;
  845. <input name="ulclass"  type="text" id="ulclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
  846. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  847. </tr>
  848. <tr class="hback"  id="li_id" style="font-family:宋体;display:none;">
  849. <td colspan="3" class="hback" >&lt;li id=&quot;
  850. <input name="liid"  type="text" id="liid" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
  851. &quot; class=&quot;
  852. <input name="liclass"  type="text" id="liclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
  853. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  854. </tr>
  855. <tr>
  856. <td class="hback">
  857. <div align="right">排列方式</div>
  858. </td>
  859. <td class="hback">
  860. <select name="cols"  id="cols">
  861. <option value="0" selected>横向</option>
  862. <option value="1">纵向</option>
  863. </select>
  864. </td>
  865. </tr>
  866. <tr>
  867. <td class="hback">
  868. <div align="right">标题CSS</div>
  869. </td>
  870. <td class="hback">
  871. <input  name="Titlecss" type="text" id="Titlecss" size="12" >
  872. </td>
  873. </tr>
  874. <tr>
  875. <td class="hback">
  876. <div align="right">标题导航</div>
  877. </td>
  878. <td class="hback">
  879. <label>
  880. <input name="TitleNavi" type="text" id="TitleNavi" value="·">
  881. 请使用html语法</label>
  882. </td>
  883. </tr>
  884. <tr>
  885. <td class="hback">
  886. <div align="right"></div>
  887. </td>
  888. <td class="hback">
  889. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  890. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  891. </td>
  892. </tr>
  893. </table>
  894. <script language="JavaScript" type="text/JavaScript">
  895. function ok(obj)
  896. {
  897. var retV = '{FS:NS=ClassNavi┆';
  898. retV+='输出方式$' + obj.out_char.value + '┆';
  899. retV+='栏目$' + obj.ClassID.value + '┆';
  900. retV+='方向$' + obj.cols.value + '┆';
  901. retV+='DivID$' + obj.DivID.value + '┆';
  902. retV+='Divclass$' + obj.Divclass.value + '┆';
  903. retV+='ulid$' + obj.ulid.value + '┆';
  904. retV+='ulclass$' + obj.ulclass.value + '┆';
  905. retV+='liid$' + obj.liid.value + '┆';
  906. retV+='liclass$' + obj.liclass.value + '┆';
  907. retV+='标题CSS$' + obj.Titlecss.value + '┆';
  908. retV+='标题导航$' + obj.TitleNavi.value + '';
  909. retV+='}';
  910. window.parent.returnValue = retV;
  911. window.close();
  912. }
  913. </script>
  914. <%end sub%>
  915. <%sub SpecialNavi()%>
  916. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  917. <tr>
  918. <td width="22%" class="hback">
  919. <div align="right">输出格式</div>
  920. </td>
  921. <td width="78%" class="hback">
  922. <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  923. <option value="out_Table">普通格式</option>
  924. <option value="out_DIV">DIV+CSS格式</option>
  925. <option>RSS格式保留</option>
  926. </select>
  927. </td>
  928. </tr>
  929. <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" >
  930. <td rowspan="3"  align="center" class="hback">
  931. <div align="right"></div>
  932. <div align="right">DIV控制</div>
  933. </td>
  934. <td colspan="3" class="hback" >&lt;div id=&quot;
  935. <input name="DivID"  type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
  936. &quot; class=&quot;
  937. <input name="Divclass"  type="text" id="Divclass" size="6"   style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
  938. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  939. </tr>
  940. <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
  941. <td colspan="3" class="hback" >&lt;ul id=&quot;
  942. <input name="ulid"   type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
  943. &quot; class=&quot;
  944. <input name="ulclass"  type="text" id="ulclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
  945. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  946. </tr>
  947. <tr class="hback"  id="li_id" style="font-family:宋体;display:none;">
  948. <td colspan="3" class="hback" >&lt;li id=&quot;
  949. <input name="liid"  type="text" id="liid" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
  950. &quot; class=&quot;
  951. <input name="liclass"  type="text" id="liclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
  952. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  953. </tr>
  954. <tr>
  955. <td class="hback">
  956. <div align="right">排列方式</div>
  957. </td>
  958. <td class="hback">
  959. <select name="cols"  id="cols">
  960. <option value="0" selected>横向</option>
  961. <option value="1">纵向</option>
  962. </select>
  963. </td>
  964. </tr>
  965. <tr>
  966. <td class="hback">
  967. <div align="right">专题CSS</div>
  968. </td>
  969. <td class="hback">
  970. <input  name="Titlecss" type="text" id="Titlecss" size="12" >
  971. </td>
  972. </tr>
  973. <tr>
  974. <td class="hback">
  975. <div align="right">标题导航图片/文字</div>
  976. </td>
  977. <td class="hback">
  978. <label>
  979. <input name="TitleNavi" type="text" id="TitleNavi" value="·">
  980. 请使用html语法</label>
  981. </td>
  982. </tr>
  983. <tr>
  984. <td class="hback">
  985. <div align="right"></div>
  986. </td>
  987. <td class="hback">
  988. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  989. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  990. </td>
  991. </tr>
  992. </table>
  993. <script language="JavaScript" type="text/JavaScript">
  994. function ok(obj)
  995. {
  996. var retV = '{FS:NS=SpecialNavi┆';
  997. retV+='输出方式$' + obj.out_char.value + '┆';
  998. retV+='方向$' + obj.cols.value + '┆';
  999. retV+='DivID$' + obj.DivID.value + '┆';
  1000. retV+='Divclass$' + obj.Divclass.value + '┆';
  1001. retV+='ulid$' + obj.ulid.value + '┆';
  1002. retV+='ulclass$' + obj.ulclass.value + '┆';
  1003. retV+='liid$' + obj.liid.value + '┆';
  1004. retV+='liclass$' + obj.liclass.value + '┆';
  1005. retV+='CSS$' + obj.Titlecss.value + '┆';
  1006. retV+='导航$' + obj.TitleNavi.value + '';
  1007. retV+='}';
  1008. window.parent.returnValue = retV;
  1009. window.close();
  1010. }
  1011. </script>
  1012. <%end sub%>
  1013. <%sub RssFeed()%>
  1014. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  1015. <tr>
  1016. <td width="22%" class="hback">
  1017. <div align="right">选择栏目</div>
  1018. </td>
  1019. <td width="78%" class="hback">
  1020. <input  name="ClassName" type="text" id="ClassName" size="12" readonly>
  1021. <input name="ClassID" type="hidden" id="ClassID">
  1022. <input name="button22" type="button" onClick="SelectClass();" value="选择栏目">
  1023. <span class="tx">如果不选择,那么在某个类就调用某个类的RSS</span></td>
  1024. </tr>
  1025. <tr>
  1026. <td class="hback">
  1027. <div align="right"></div>
  1028. </td>
  1029. <td class="hback">
  1030. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  1031. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  1032. </td>
  1033. </tr>
  1034. </table>
  1035. <script language="JavaScript" type="text/JavaScript">
  1036. function ok(obj)
  1037. {
  1038. var retV = '{FS:NS=RssFeed┆';
  1039. retV+='栏目$' + obj.ClassID.value + '';
  1040. retV+='}';
  1041. window.parent.returnValue = retV;
  1042. window.close();
  1043. }
  1044. </script>
  1045. <%end sub%>
  1046. <%sub SpecialCode()%>
  1047. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  1048. <tr>
  1049. <td width="22%" class="hback">
  1050. <div align="right">选择专题</div>
  1051. </td>
  1052. <td width="78%" class="hback">
  1053. <select id="specialEName"  name="specialEName">
  1054. <option value="">请选择专题</option>
  1055. <% = label_special_List %>
  1056. </select>
  1057. <span class="tx">必须选择</span></td>
  1058. </tr>
  1059. <tr>
  1060. <td width="22%" class="hback">
  1061. <div align="right">输出格式</div>
  1062. </td>
  1063. <td width="78%" class="hback">
  1064. <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  1065. <option value="out_Table">普通格式</option>
  1066. <option value="out_DIV">DIV+CSS格式</option>
  1067. <option>RSS格式保留</option>
  1068. </select>
  1069. </td>
  1070. </tr>
  1071. <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" >
  1072. <td rowspan="3"  align="center" class="hback">
  1073. <div align="right"></div>
  1074. <div align="right">DIV控制</div>
  1075. </td>
  1076. <td colspan="3" class="hback" >&lt;div id=&quot;
  1077. <input name="DivID"  type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
  1078. &quot; class=&quot;
  1079. <input name="Divclass"  type="text" id="Divclass" size="6"   style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
  1080. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1081. </tr>
  1082. <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
  1083. <td colspan="3" class="hback" >&lt;ul id=&quot;
  1084. <input name="ulid"   type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
  1085. &quot; class=&quot;
  1086. <input name="ulclass"  type="text" id="ulclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
  1087. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1088. </tr>
  1089. <tr class="hback"  id="li_id" style="font-family:宋体;display:none;">
  1090. <td colspan="3" class="hback" >&lt;li id=&quot;
  1091. <input name="liid"  type="text" id="liid" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
  1092. &quot; class=&quot;
  1093. <input name="liclass"  type="text" id="liclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
  1094. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1095. </tr>
  1096. <tr>
  1097. <td class="hback">
  1098. <div align="right">显示图片</div>
  1099. </td>
  1100. <td class="hback">
  1101. <select name="PicTF" id="PicTF">
  1102. <option value="1" selected>显示</option>
  1103. <option value="0">不显示</option>
  1104. </select>
  1105. 图片高度及宽度
  1106. <input name="PicSize" type="text" id="PicSize" value="120,100" size="12">
  1107. </td>
  1108. </tr>
  1109. <tr>
  1110. <td class="hback">
  1111. <div align="right">显示专题导航内容</div>
  1112. </td>
  1113. <td class="hback">
  1114. <select name="NaviTF" id="NaviTF">
  1115. <option value="1" selected>显示</option>
  1116. <option value="0">不显示</option>
  1117. </select>
  1118. <input name="NaviNumber" type="text" id="NaviNumber" value="200" size="12">
  1119. </td>
  1120. </tr>
  1121. <tr>
  1122. <td class="hback">
  1123. <div align="right">图片CSS</div>
  1124. </td>
  1125. <td class="hback">
  1126. <input name="PicCSS" type="text" id="PicCSS" size="12">
  1127. </td>
  1128. </tr>
  1129. <tr>
  1130. <td class="hback">
  1131. <div align="right">名称CSS</div>
  1132. </td>
  1133. <td class="hback">
  1134. <input name="TitleCSS" type="text" id="TitleCSS" size="12">
  1135. 内容CSS
  1136. <input name="ContentCSS" type="text" id="ContentCSS" size="12">
  1137. </td>
  1138. </tr>
  1139. <tr>
  1140. <td class="hback">
  1141. <div align="right">排列方式</div>
  1142. </td>
  1143. <td class="hback">
  1144. <select name="cols"  id="cols">
  1145. <option value="0" selected>横向</option>
  1146. <option value="1">纵向</option>
  1147. </select>
  1148. 只对table格式有效   导航
  1149. <input name="TitleNavi" type="text" id="TitleNavi" value="·">
  1150. </td>
  1151. </tr>
  1152. <tr>
  1153. <td class="hback">
  1154. <div align="right"></div>
  1155. </td>
  1156. <td class="hback">
  1157. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  1158. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  1159. </td>
  1160. </tr>
  1161. </table>
  1162. <script language="JavaScript" type="text/JavaScript">
  1163. function ok(obj)
  1164. {
  1165. if(obj.specialEName.value=='')
  1166. {
  1167. alert('请选择专题');
  1168. obj.specialEName.focus();
  1169. return false;
  1170. }
  1171. var retV = '{FS:NS=SpecialCode┆';
  1172. retV+='专题$' + obj.specialEName.value + '┆';
  1173. retV+='图片显示$' + obj.PicTF.value + '┆';
  1174. retV+='图片尺寸$' + obj.PicSize.value + '┆';
  1175. retV+='导航内容$' + obj.NaviTF.value + '┆';
  1176. retV+='导航内容字数$' + obj.NaviNumber.value + '┆';
  1177. retV+='专题名称CSS$' + obj.TitleCSS.value + '┆';
  1178. retV+='导航内容CSS$' + obj.ContentCSS.value + '┆';
  1179. retV+='输出方式$' + obj.out_char.value + '┆';
  1180. retV+='DivID$' + obj.DivID.value + '┆';
  1181. retV+='Divclass$' + obj.Divclass.value + '┆';
  1182. retV+='ulid$' + obj.ulid.value + '┆';
  1183. retV+='ulclass$' + obj.ulclass.value + '┆';
  1184. retV+='liid$' + obj.liid.value + '┆';
  1185. retV+='liclass$' + obj.liclass.value + '┆';
  1186. retV+='排列方式$' + obj.cols.value + '┆';
  1187. retV+='导航$' + obj.TitleNavi.value + '┆';
  1188. retV+='图片css$' + obj.PicCSS.value + '';
  1189. retV+='}';
  1190. window.parent.returnValue = retV;
  1191. window.close();
  1192. }
  1193. </script>
  1194. <%end sub%>
  1195. <%sub ClassCode()%>
  1196. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  1197. <tr>
  1198. <td width="22%" class="hback">
  1199. <div align="right">选择栏目</div>
  1200. </td>
  1201. <td width="78%" class="hback">
  1202. <input  name="ClassName" type="text" id="ClassName" size="12" readonly>
  1203. <input name="ClassID" type="hidden" id="ClassID">
  1204. <input name="button223" type="button" onClick="SelectClass();" value="选择栏目">
  1205. <span class="tx">如果不选择,则调用所有</span></td>
  1206. </tr>
  1207. <tr>
  1208. <td width="22%" class="hback">
  1209. <div align="right">输出格式</div>
  1210. </td>
  1211. <td width="78%" class="hback">
  1212. <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  1213. <option value="out_Table">普通格式</option>
  1214. <option value="out_DIV">DIV+CSS格式</option>
  1215. <option>RSS格式保留</option>
  1216. </select>
  1217. </td>
  1218. </tr>
  1219. <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" >
  1220. <td rowspan="3"  align="center" class="hback">
  1221. <div align="right"></div>
  1222. <div align="right">DIV控制</div>
  1223. </td>
  1224. <td colspan="3" class="hback" >&lt;div id=&quot;
  1225. <input name="DivID"  type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
  1226. &quot; class=&quot;
  1227. <input name="Divclass"  type="text" id="Divclass" size="6"   style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
  1228. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1229. </tr>
  1230. <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
  1231. <td colspan="3" class="hback" >&lt;ul id=&quot;
  1232. <input name="ulid"   type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
  1233. &quot; class=&quot;
  1234. <input name="ulclass"  type="text" id="ulclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
  1235. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1236. </tr>
  1237. <tr class="hback"  id="li_id" style="font-family:宋体;display:none;">
  1238. <td colspan="3" class="hback" >&lt;li id=&quot;
  1239. <input name="liid"  type="text" id="liid" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
  1240. &quot; class=&quot;
  1241. <input name="liclass"  type="text" id="liclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
  1242. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1243. </tr>
  1244. <tr>
  1245. <td class="hback">
  1246. <div align="right">显示图片</div>
  1247. </td>
  1248. <td class="hback">
  1249. <select name="PicTF" id="PicTF">
  1250. <option value="1" selected>显示</option>
  1251. <option value="0">不显示</option>
  1252. </select>
  1253. 图片高度及宽度
  1254. <input name="PicSize" type="text" id="PicSize" value="120,100" size="12">
  1255. </td>
  1256. </tr>
  1257. <tr>
  1258. <td class="hback">
  1259. <div align="right">图片CSS</div>
  1260. </td>
  1261. <td class="hback">
  1262. <input name="PicCSS" type="text" id="PicCSS" size="12">
  1263. </td>
  1264. </tr>
  1265. <tr>
  1266. <td class="hback">
  1267. <div align="right">显示专题导航内容</div>
  1268. </td>
  1269. <td class="hback">
  1270. <select name="NaviTF" id="NaviTF">
  1271. <option value="1" selected>显示</option>
  1272. <option value="0">不显示</option>
  1273. </select>
  1274. <input name="NaviNumber" type="text" id="NaviNumber" value="200" size="12">
  1275. </td>
  1276. </tr>
  1277. <tr>
  1278. <td class="hback">
  1279. <div align="right">名称CSS</div>
  1280. </td>
  1281. <td class="hback">
  1282. <input name="TitleCSS" type="text" id="TitleCSS" size="12">
  1283. 内容CSS
  1284. <input name="ContentCSS2" type="text" id="ContentCSS" size="12">
  1285. </td>
  1286. </tr>
  1287. <tr>
  1288. <td class="hback">
  1289. <div align="right">排列方式</div>
  1290. </td>
  1291. <td class="hback">
  1292. <select name="cols"  id="cols">
  1293. <option value="0" selected>横向</option>
  1294. <option value="1">纵向</option>
  1295. </select>
  1296. 导航
  1297. <input name="TitleNavi" type="text" id="TitleNavi" value="·">
  1298. 只对table格式有效</td>
  1299. </tr>
  1300. <tr>
  1301. <td class="hback">
  1302. <div align="right"></div>
  1303. </td>
  1304. <td class="hback">
  1305. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  1306. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  1307. </td>
  1308. </tr>
  1309. </table>
  1310. <script language="JavaScript" type="text/JavaScript">
  1311. function ok(obj)
  1312. {
  1313. var retV = '{FS:NS=ClassCode┆';
  1314. retV+='栏目$' + obj.ClassID.value + '┆';
  1315. retV+='图片显示$' + obj.PicTF.value + '┆';
  1316. retV+='图片尺寸$' + obj.PicSize.value + '┆';
  1317. retV+='导航内容$' + obj.NaviTF.value + '┆';
  1318. retV+='导航内容字数$' + obj.NaviNumber.value + '┆';
  1319. retV+='栏目名称CSS$' + obj.TitleCSS.value + '┆';
  1320. retV+='导航内容CSS$' + obj.ContentCSS.value + '┆';
  1321. retV+='输出方式$' + obj.out_char.value + '┆';
  1322. retV+='DivID$' + obj.DivID.value + '┆';
  1323. retV+='Divclass$' + obj.Divclass.value + '┆';
  1324. retV+='ulid$' + obj.ulid.value + '┆';
  1325. retV+='ulclass$' + obj.ulclass.value + '┆';
  1326. retV+='liid$' + obj.liid.value + '┆';
  1327. retV+='liclass$' + obj.liclass.value + '┆';
  1328. retV+='排列方式$' + obj.cols.value + '┆';
  1329. retV+='导航$' + obj.TitleNavi.value + '┆';
  1330. retV+='图片CSS$' + obj.PicCSS.value + '';
  1331. retV+='}';
  1332. window.parent.returnValue = retV;
  1333. window.close();
  1334. }
  1335. </script>
  1336. <%end sub%>
  1337. <%sub AllCode()%>
  1338. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  1339. <tr>
  1340. <td class="hback">&nbsp;</td>
  1341. <td class="hback">说明:此标签可以插入任何地方。如果插入栏目分类模板,就调用本栏目的数据,否则调用所有的数据</td>
  1342. </tr>
  1343. <tr>
  1344. <td width="20%" class="hback">
  1345. <div align="right">类型</div>
  1346. </td>
  1347. <td width="80%" class="hback">
  1348. <label>
  1349. <select name="NewsType" id="NewsType">
  1350. <option value="HotNews">热点</option>
  1351. <option value="LastNews">最新</option>
  1352. <option value="RecNews">推荐</option>
  1353. <option value="MarqueeNews">滚动</option>
  1354. <option value="JcNews">精彩</option>
  1355. </select>
  1356. </label>
  1357. </td>
  1358. </tr>
  1359. <tr>
  1360. <td class="hback">
  1361. <div align="right">调用数</div>
  1362. </td>
  1363. <td class="hback">
  1364. <label>
  1365. <input name="CodeNumber" type="text" id="CodeNumber" value="10">
  1366. </label>
  1367. </td>
  1368. </tr>
  1369. <tr>
  1370. <td class="hback">
  1371. <div align="right">标题显示字数</div>
  1372. </td>
  1373. <td class="hback">
  1374. <label>
  1375. <input name="leftNumber" type="text" id="leftNumber" value="40">
  1376. </label>
  1377. </td>
  1378. </tr>
  1379. <tr>
  1380. <td class="hback">
  1381. <div align="right">点击大于多少次</div>
  1382. </td>
  1383. <td class="hback">
  1384. <label>
  1385. <input name="ClickNum" type="text" id="ClickNum" value="0">
  1386. 此项只对热点新闻有效,如果选择为0,则不限制</label>
  1387. </td>
  1388. </tr>
  1389. <tr>
  1390. <td class="hback">
  1391. <div align="right">图片新闻</div>
  1392. </td>
  1393. <td class="hback">
  1394. <label>
  1395. <select name="PicTF" id="PicTF">
  1396. <option value="1">是</option>
  1397. <option value="0" selected>否</option>
  1398. </select>
  1399. 选择是,则只显示图片新闻。选择否,则显示所有图片和文字新闻</label>
  1400. </td>
  1401. </tr>
  1402. <tr>
  1403. <td class="hback">
  1404. <div align="right">新闻排列列数</div>
  1405. </td>
  1406. <td class="hback">
  1407. <select name="ColsNumber" id="select">
  1408. <option value="1" selected>1</option>
  1409. <option value="2">2</option>
  1410. <option value="3">3</option>
  1411. <option value="4">4</option>
  1412. <option value="5">5</option>
  1413. <option value="6">6</option>
  1414. <option value="7">7</option>
  1415. <option value="8">8</option>
  1416. <option value="9">9</option>
  1417. <option value="10">10</option>
  1418. <option value="11">11</option>
  1419. <option value="12">12</option>
  1420. <option value="13">13</option>
  1421. <option value="14">14</option>
  1422. <option value="15">15</option>
  1423. <option value="16">16</option>
  1424. <option value="17">17</option>
  1425. <option value="18">18</option>
  1426. <option value="19">19</option>
  1427. <option value="20">20</option>
  1428. </select>
  1429. </td>
  1430. </tr>
  1431. <tr>
  1432. <td class="hback">
  1433. <div align="right">日期格式</div>
  1434. </td>
  1435. <td class="hback">
  1436. <label>
  1437. <input name="DateStyle" type="text" id="DateStyle" value="YY02年MM月DD日">
  1438. </label>
  1439. </td>
  1440. </tr>
  1441. <tr>
  1442. <td class="hback">
  1443. <div align="right">引用样式</div>
  1444. </td>
  1445. <td class="hback">
  1446. <select id="NewsStyle"  name="NewsStyle" style="width:40%">
  1447. <% = label_style_List %>
  1448. </select>
  1449. <input name="button3" type="button" id="button32" onClick="showModalDialog('News_label_styleread.asp?ID='+document.form1.NewsStyle.value,'WindowObj','dialogWidth:420pt;dialogHeight:180pt;status:yes;help:no;scroll:yes;');" value="查看">
  1450. <span class="tx">请在各个子系统中建立前台页面新闻显示样式</span></td>
  1451. </tr>
  1452. <tr class="hback" >
  1453. <td class="hback" align="center" height="30">
  1454. <div align="right">其他</div>
  1455. </td>
  1456. <td height="30"  colspan="2" align="center" class="hback">
  1457. <div align="left"> 内容显示最多字符
  1458. <input name="contentnumber" type="text" id="contentnumber" value="200" size="12">
  1459. 新闻导读显示最多字符
  1460. <input name="navinumber" type="text" id="navinumber" value="200" size="12">
  1461. (中文2个字符)</div>
  1462. </td>
  1463. </tr>
  1464. <tr>
  1465. <td width="20%" class="hback">
  1466. <div align="right">输出格式</div>
  1467. </td>
  1468. <td width="80%" class="hback">
  1469. <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  1470. <option value="out_Table">普通格式</option>
  1471. <option value="out_DIV">DIV+CSS格式</option>
  1472. <option>RSS格式保留</option>
  1473. </select>
  1474. </td>
  1475. </tr>
  1476. <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" >
  1477. <td rowspan="3"  align="center" class="hback">
  1478. <div align="right"></div>
  1479. <div align="right">DIV控制</div>
  1480. </td>
  1481. <td colspan="3" class="hback" >&lt;div id=&quot;
  1482. <input name="DivID"  type="text" id="DivID" size="6" disabled style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的ID号,请在CSS中预先定义。不能为空">
  1483. &quot; class=&quot;
  1484. <input name="Divclass"  type="text" id="Divclass" size="6"   style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成DIV调用的Class名称,请在CSS中预先定义。可以为空!!">
  1485. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1486. </tr>
  1487. <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
  1488. <td colspan="3" class="hback" >&lt;ul id=&quot;
  1489. <input name="ulid"   type="text" id="ulid" size="6" style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成ul调用的ID,请在CSS中预先定义。可以为空!!">
  1490. &quot; class=&quot;
  1491. <input name="ulclass"  type="text" id="ulclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成ul调用的class名称,请在CSS中预先定义。可以为空!!">
  1492. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1493. </tr>
  1494. <tr class="hback"  id="li_id" style="font-family:宋体;display:none;">
  1495. <td colspan="3" class="hback" >&lt;li id=&quot;
  1496. <input name="liid"  type="text" id="liid" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000" title="前台生成li调用的ID,请在CSS中预先定义。可以为空!!">
  1497. &quot; class=&quot;
  1498. <input name="liclass"  type="text" id="liclass" size="6"  style=" border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px;border-left-width: 0px;border-bottom-color: #000000"  title="前台生成li调用的class名称,请在CSS中预先定义。可以为空!!">
  1499. &quot;&gt; <span class="tx">对生成列表进行定位,样式控制,ID定义</span></td>
  1500. </tr>
  1501. <tr>
  1502. <td class="hback">
  1503. <div align="right"></div>
  1504. </td>
  1505. <td class="hback">
  1506. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  1507. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  1508. </td>
  1509. </tr>
  1510. </table>
  1511. <script language="JavaScript" type="text/JavaScript">
  1512. function ok(obj)
  1513. {
  1514. var retV = '{FS:NS=AllCode┆';
  1515. retV+='类型$' + obj.NewsType.value + '┆';
  1516. retV+='调用数$' + obj.CodeNumber.value + '┆';
  1517. retV+='标题数$' + obj.leftNumber.value + '┆';
  1518. retV+='点击数$' + obj.ClickNum.value + '┆';
  1519. retV+='图片新闻$' + obj.PicTF.value + '┆';
  1520. retV+='排列数$' + obj.ColsNumber.value + '┆';
  1521. retV+='日期格式$' + obj.DateStyle.value + '┆';
  1522. retV+='引用样式$' + obj.NewsStyle.value + '┆';
  1523. retV+='输出格式$' + obj.out_char.value + '┆';
  1524. retV+='DivID$' + obj.DivID.value + '┆';
  1525. retV+='DivClass$' + obj.Divclass.value + '┆';
  1526. retV+='ulid$' + obj.ulid.value + '┆';
  1527. retV+='ulclass$' + obj.ulclass.value + '┆';
  1528. retV+='liid$' + obj.liid.value + '┆';
  1529. retV+='liclass$' + obj.liclass.value + '┆';
  1530. retV+='内容显示字数$' + obj.contentnumber.value + '┆';
  1531. retV+='导航内容显示字数$' + obj.navinumber.value + '';
  1532. retV+='}';
  1533. window.parent.returnValue = retV;
  1534. window.close();
  1535. }
  1536. </script>
  1537. <%end sub%>
  1538. <% Sub ClassInfo() %>
  1539. <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  1540. <tr>
  1541. <td class="hback">
  1542. <div align="right">调用内容</div>
  1543. </td>
  1544. <td class="hback">
  1545. <select id="InfoType" name="InfoType">
  1546. <option value="Keywords" selected>栏目关键字</option>
  1547. <option value="Description">栏目描述</option>
  1548. </select></td>
  1549. </tr>
  1550. <tr>
  1551. <td class="hback">
  1552. <div align="right"></div>
  1553. </td>
  1554. <td class="hback">
  1555. <input name="button2" type="button" onClick="ok(this.form);" value="确定创建此标签">
  1556. <input name="button2" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 ">
  1557. </td>
  1558. </tr>
  1559. </table>
  1560. <script language="JavaScript" type="text/JavaScript">
  1561. function ok(obj)
  1562. {
  1563. var retV = '{FS:NS=ClassInfo┆';
  1564. retV+='调用内容$' + obj.InfoType.value + '';
  1565. retV+='}';
  1566. window.parent.returnValue = retV;
  1567. window.close();
  1568. }
  1569. </script>
  1570. <% End Sub %>
  1571. </form>
  1572. </body>
  1573. </html>
  1574. <script language="JavaScript" type="text/JavaScript">
  1575. function SelectClass()
  1576. {
  1577. var ReturnValue='',TempArray=new Array();
  1578. ReturnValue = OpenWindow('../News/lib/SelectClassFrame.asp',400,300,window);
  1579. if (ReturnValue.indexOf('***')!=-1)
  1580. {
  1581. TempArray = ReturnValue.split('***');
  1582. document.all.ClassID.value=TempArray[0]
  1583. document.all.ClassName.value=TempArray[1]
  1584. }
  1585. }
  1586. function selectHtml_express(Html_express)
  1587. {
  1588. switch (Html_express)
  1589. {
  1590. case "out_Table":
  1591. document.getElementById('div_id').style.display='none';
  1592. document.getElementById('li_id').style.display='none';
  1593. document.getElementById('ul_id').style.display='none';
  1594. document.getElementById('DivID').disabled=true;
  1595. break;
  1596. case "out_DIV":
  1597. document.getElementById('div_id').style.display='';
  1598. document.getElementById('li_id').style.display='';
  1599. document.getElementById('ul_id').style.display='';
  1600. document.getElementById('DivID').disabled=false;
  1601. break;
  1602. }
  1603. }
  1604. </script>