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

数据库编程

开发平台:

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. %>
  19. <html>
  20. <head>
  21. <title>新闻标签管理</title>
  22. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  23. <link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  24. <base target=self>
  25. </head>
  26. <body class="hback">
  27. <script language="JavaScript" src="../../FS_Inc/PublicJS.js" type="text/JavaScript"></script>
  28.   <form  name="form1" method="post">
  29.   <table width="98%" height="29" border="0" align=center cellpadding="3" cellspacing="1" class="table" valign=absmiddle>
  30.     <tr class="hback" > 
  31.       <td height="27"  align="Left" class="xingmu"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
  32.           <tr> 
  33.             <td width="41%" class="xingmu"><strong>常规标签创建</strong></td>
  34.             <td width="59%"><div align="right"> 
  35.                 <input name="button4" type="button" onClick="window.returnValue='';window.close();" value="关闭">
  36.             </div></td>
  37.           </tr>
  38.         </table></td>
  39.     </tr>
  40.   </table>
  41.   <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  42.     <tr class="hback"> 
  43.       <td width="50%"><div align="center"><a href="FL_C_Label.asp?type=PicFL" target="_self">图片友情连接</a></div></td>
  44.       <td width="50%" height="50%"><div align="center"><a href="FL_C_Label.asp?type=WordFL" target="_self">文字友情连接</a><a href="News_C_Label.asp?type=OldNews" target="_self"></a></div></td>
  45.     </tr>
  46.   </table>
  47.   <%
  48.   dim str_type
  49.   str_type = Request.QueryString("type")
  50.   select case str_type
  51.    case "PicFL"
  52. Call PicFL()
  53. Case "WordFL"
  54.    Call WordFL()
  55. Case else
  56. Call PicFL()
  57.   end select
  58.   Sub PicFL()
  59.   %>
  60.   <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  61.     <tr>
  62.       <td colspan="2" class="xingmu">图片友情连接</td>
  63.     </tr>
  64.     <tr>
  65.       <td width="19%" class="hback"><div align="right">调用数量</div></td>
  66.       <td width="81%" class="hback"><input name="CodeNumber" type="text" id="CodeNumber" value="12" size="10">
  67.       请用正整数</td>
  68.     </tr>
  69.     <tr>
  70.       <td class="hback"><div align="right">站点名称</div></td>
  71.       <td class="hback"><select name="ShowTitle" id="ShowTitle">
  72.         <option value="1">显示</option>
  73.         <option value="0" selected>不显示</option>
  74.       </select>
  75.       </td>
  76.     </tr>
  77.     <tr>
  78.       <td class="hback"><div align="right">每行数量</div></td>
  79.       <td class="hback"><input name="ColsNumber" type="text" id="ColsNumber" value="1" size="10">
  80.         尺寸
  81.           <input name="NcharCSS" type="text" id="PicSize" value="88,31" size="12">
  82.         (宽,高)</td>
  83.     </tr>
  84.     <tr> 
  85.       <td class="hback"><div align="right">输出格式</div></td>
  86.       <td class="hback">
  87.      <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  88.           <option value="out_Table">普通格式</option>
  89.           <option value="out_DIV">DIV+CSS格式</option>
  90.           <option>RSS格式保留</option>
  91.         </select></td>
  92.     </tr>
  93.     <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" > 
  94.       <td rowspan="3"  align="center" class="hback"><div align="right"></div>
  95.         <div align="right">DIV控制</div></td>
  96.       <td colspan="3" class="hback" >&lt;div id=&quot; <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中预先定义。不能为空"> 
  97.         &quot; class=&quot; <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中预先定义。可以为空!!"> 
  98.         &quot;&gt;</td>
  99.     </tr>
  100.     <tr class="hback" id="ul_id" style="font-family:宋体;display:none;"> 
  101.       <td colspan="3" class="hback" >&lt;ul id=&quot; <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中预先定义。可以为空!!"> 
  102.         &quot; class=&quot; <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中预先定义。可以为空!!"> 
  103.         &quot;&gt;</td>
  104.     </tr>
  105.     <tr class="hback"  id="li_id" style="font-family:宋体;display:none;"> 
  106.       <td colspan="3" class="hback" >&lt;li id=&quot;
  107.         <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中预先定义。可以为空!!">        &quot; class=&quot; <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中预先定义。可以为空!!"> 
  108.         &quot;&gt;</td>
  109.     </tr>
  110. <tr>
  111.       <td class="hback"><div align="right"></div></td>
  112.       <td class="hback"><input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
  113.         <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 "></td>
  114.     </tr>
  115.   </table>
  116. <script language="JavaScript" type="text/JavaScript">
  117. function ok(obj)
  118. {
  119. var retV = '{FS:FL=PicFL┆';
  120. retV+='调用数量$' + obj.CodeNumber.value + '┆';
  121. retV+='站点名称$' + obj.ShowTitle.value + '┆';
  122. retV+='每行数量$' + obj.ColsNumber.value + '┆';
  123. retV+='图片尺寸$' + obj.PicSize.value + '┆';
  124. retV+='输出方式$' + obj.out_char.value + '┆';
  125. retV+='DivID$' + obj.DivID.value + '┆';
  126. retV+='Divclass$' + obj.Divclass.value + '┆';
  127. retV+='ulid$' + obj.ulid.value + '┆';
  128. retV+='ulclass$' + obj.ulclass.value + '┆';
  129. retV+='liid$' + obj.liid.value + '┆';
  130. retV+='liclass$' + obj.liclass.value;
  131. retV+='}';
  132. window.parent.returnValue = retV;
  133. window.close();
  134. }
  135. </script>
  136.  <%End Sub%>
  137.  <%Sub WordFL()%>
  138.  <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  139.     <tr>
  140.       <td colspan="2" class="xingmu">文字友情连接</td>
  141.     </tr>
  142.     <tr>
  143.       <td width="21%" class="hback"><div align="right">调用数量</div></td>
  144.       <td width="79%" class="hback"><input name="CodeNumber" type="text" id="CodeNumber" value="12" size="10">
  145.       请用正整数</td>
  146.     </tr>
  147.     <tr>
  148.       <td class="hback"><div align="right">每行数量</div></td>
  149.       <td class="hback"><input name="ColsNumber" type="text" id="ColsNumber" value="1" size="10">
  150.       对DIV+CSS框架无效 </td>
  151.     </tr>
  152.     <tr>
  153.       <td class="hback"><div align="right">站点显示字数</div></td>
  154.       <td class="hback"><input name="leftTitle" type="text" id="leftTitle" value="20" size="10"></td>
  155.     </tr>
  156.     <tr>
  157.       <td class="hback"><div align="right">标题CSS</div></td>
  158.       <td class="hback"><input name="TitleCSS" type="text" id="TitleCSS" size="10"> 
  159.         对DIV+CSS框架无效 </td>
  160.     </tr>
  161.     <tr> 
  162.       <td class="hback"><div align="right">输出格式</div></td>
  163.       <td class="hback">
  164.      <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
  165.           <option value="out_Table">普通格式</option>
  166.           <option value="out_DIV">DIV+CSS格式</option>
  167.           <option>RSS格式保留</option>
  168.         </select></td>
  169.     </tr>
  170.     <tr class="hback"  id="div_id" style="font-family:宋体;display:none;" > 
  171.       <td rowspan="3"  align="center" class="hback"><div align="right"></div>
  172.         <div align="right">DIV控制</div></td>
  173.       <td colspan="3" class="hback" >&lt;div id=&quot; <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中预先定义。不能为空"> 
  174.         &quot; class=&quot; <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中预先定义。可以为空!!"> 
  175.         &quot;&gt;</td>
  176.     </tr>
  177.     <tr class="hback" id="ul_id" style="font-family:宋体;display:none;"> 
  178.       <td colspan="3" class="hback" >&lt;ul id=&quot; <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中预先定义。可以为空!!"> 
  179.         &quot; class=&quot; <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中预先定义。可以为空!!"> 
  180.         &quot;&gt;</td>
  181.     </tr>
  182.     <tr class="hback"  id="li_id" style="font-family:宋体;display:none;"> 
  183.       <td colspan="3" class="hback" >&lt;li id=&quot;
  184.         <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中预先定义。可以为空!!">        &quot; class=&quot; <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中预先定义。可以为空!!"> 
  185.         &quot;&gt;</td>
  186.     </tr>
  187.     <tr>
  188.       <td class="hback"><div align="right"></div></td>
  189.       <td class="hback"><input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
  190.         <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 "></td>
  191.     </tr>
  192.   </table>
  193. <script language="JavaScript" type="text/JavaScript">
  194. function ok(obj)
  195. {
  196. var retV = '{FS:FL=WordFL┆';
  197. retV+='调用数量$' + obj.CodeNumber.value + '┆';
  198. retV+='每行数量$' + obj.ColsNumber.value + '┆';
  199. retV+='标题CSS$' + obj.TitleCSS.value + '┆';
  200. retV+='站点显示字数$' + obj.leftTitle.value + '┆';
  201. retV+='输出方式$' + obj.out_char.value + '┆';
  202. retV+='DivID$' + obj.DivID.value + '┆';
  203. retV+='Divclass$' + obj.Divclass.value + '┆';
  204. retV+='ulid$' + obj.ulid.value + '┆';
  205. retV+='ulclass$' + obj.ulclass.value + '┆';
  206. retV+='liid$' + obj.liid.value + '┆';
  207. retV+='liclass$' + obj.liclass.value;
  208. retV+='}';
  209. window.parent.returnValue = retV;
  210. window.close();
  211. }
  212. </script>
  213.  <%End Sub%>
  214.   </form>
  215. </body>
  216. </html>
  217. <script language="JavaScript" type="text/JavaScript">
  218. function SelectClass()
  219. {
  220. var ReturnValue='',TempArray=new Array();
  221. ReturnValue = OpenWindow('../News/lib/SelectClassFrame.asp',400,300,window);
  222. if (ReturnValue.indexOf('***')!=-1)
  223. {
  224. TempArray = ReturnValue.split('***');
  225. document.all.ClassID.value=TempArray[0]
  226. document.all.ClassName.value=TempArray[1]
  227. }
  228. }
  229. function selectHtml_express(Html_express)
  230. {
  231. switch (Html_express)
  232. {
  233. case "out_Table":
  234. document.getElementById('div_id').style.display='none';
  235. document.getElementById('li_id').style.display='none';
  236. document.getElementById('ul_id').style.display='none';
  237. document.getElementById('DivID').disabled=true;
  238. break;
  239. case "out_DIV":
  240. document.getElementById('div_id').style.display='';
  241. document.getElementById('li_id').style.display='';
  242. document.getElementById('ul_id').style.display='';
  243. document.getElementById('DivID').disabled=false;
  244. break;
  245. }
  246. }
  247. </script>