FL_C_label.asp
资源名称:eat.rar [点击查看]
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:12k
源码类别:
数据库编程
开发平台:
ASP/ASPX
- <% Option Explicit %>
- <!--#include file="../../FS_Inc/Const.asp" -->
- <!--#include file="../../FS_Inc/Function.asp"-->
- <!--#include file="../../FS_InterFace/MF_Function.asp" -->
- <!--#include file="../../FS_InterFace/NS_Function.asp" -->
- <!--#include file="../../FS_Inc/Func_page.asp" -->
- <%
- Response.Buffer = True
- Response.Expires = -1
- Response.ExpiresAbsolute = Now() - 1
- Response.Expires = 0
- Response.CacheControl = "no-cache"
- Dim Conn
- MF_Default_Conn
- 'session判断
- MF_Session_TF
- if not MF_Check_Pop_TF("MF_sPublic") then Err_Show
- %>
- <html>
- <head>
- <title>新闻标签管理</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="../images/skin/Css_<%=Session("Admin_Style_Num")%>/<%=Session("Admin_Style_Num")%>.css" rel="stylesheet" type="text/css">
- <base target=self>
- </head>
- <body class="hback">
- <script language="JavaScript" src="../../FS_Inc/PublicJS.js" type="text/JavaScript"></script>
- <form name="form1" method="post">
- <table width="98%" height="29" border="0" align=center cellpadding="3" cellspacing="1" class="table" valign=absmiddle>
- <tr class="hback" >
- <td height="27" align="Left" class="xingmu"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="41%" class="xingmu"><strong>常规标签创建</strong></td>
- <td width="59%"><div align="right">
- <input name="button4" type="button" onClick="window.returnValue='';window.close();" value="关闭">
- </div></td>
- </tr>
- </table></td>
- </tr>
- </table>
- <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
- <tr class="hback">
- <td width="50%"><div align="center"><a href="FL_C_Label.asp?type=PicFL" target="_self">图片友情连接</a></div></td>
- <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>
- </tr>
- </table>
- <%
- dim str_type
- str_type = Request.QueryString("type")
- select case str_type
- case "PicFL"
- Call PicFL()
- Case "WordFL"
- Call WordFL()
- Case else
- Call PicFL()
- end select
- Sub PicFL()
- %>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr>
- <td colspan="2" class="xingmu">图片友情连接</td>
- </tr>
- <tr>
- <td width="19%" class="hback"><div align="right">调用数量</div></td>
- <td width="81%" class="hback"><input name="CodeNumber" type="text" id="CodeNumber" value="12" size="10">
- 请用正整数</td>
- </tr>
- <tr>
- <td class="hback"><div align="right">站点名称</div></td>
- <td class="hback"><select name="ShowTitle" id="ShowTitle">
- <option value="1">显示</option>
- <option value="0" selected>不显示</option>
- </select>
- </td>
- </tr>
- <tr>
- <td class="hback"><div align="right">每行数量</div></td>
- <td class="hback"><input name="ColsNumber" type="text" id="ColsNumber" value="1" size="10">
- 尺寸
- <input name="NcharCSS" type="text" id="PicSize" value="88,31" size="12">
- (宽,高)</td>
- </tr>
- <tr>
- <td class="hback"><div align="right">输出格式</div></td>
- <td class="hback">
- <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
- <option value="out_Table">普通格式</option>
- <option value="out_DIV">DIV+CSS格式</option>
- <option>RSS格式保留</option>
- </select></td>
- </tr>
- <tr class="hback" id="div_id" style="font-family:宋体;display:none;" >
- <td rowspan="3" align="center" class="hback"><div align="right"></div>
- <div align="right">DIV控制</div></td>
- <td colspan="3" class="hback" ><div id=" <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中预先定义。不能为空">
- " class=" <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中预先定义。可以为空!!">
- "></td>
- </tr>
- <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
- <td colspan="3" class="hback" ><ul id=" <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中预先定义。可以为空!!">
- " class=" <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中预先定义。可以为空!!">
- "></td>
- </tr>
- <tr class="hback" id="li_id" style="font-family:宋体;display:none;">
- <td colspan="3" class="hback" ><li id="
- <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中预先定义。可以为空!!"> " class=" <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中预先定义。可以为空!!">
- "></td>
- </tr>
- <tr>
- <td class="hback"><div align="right"></div></td>
- <td class="hback"><input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
- <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 "></td>
- </tr>
- </table>
- <script language="JavaScript" type="text/JavaScript">
- function ok(obj)
- {
- var retV = '{FS:FL=PicFL┆';
- retV+='调用数量$' + obj.CodeNumber.value + '┆';
- retV+='站点名称$' + obj.ShowTitle.value + '┆';
- retV+='每行数量$' + obj.ColsNumber.value + '┆';
- retV+='图片尺寸$' + obj.PicSize.value + '┆';
- retV+='输出方式$' + obj.out_char.value + '┆';
- retV+='DivID$' + obj.DivID.value + '┆';
- retV+='Divclass$' + obj.Divclass.value + '┆';
- retV+='ulid$' + obj.ulid.value + '┆';
- retV+='ulclass$' + obj.ulclass.value + '┆';
- retV+='liid$' + obj.liid.value + '┆';
- retV+='liclass$' + obj.liclass.value;
- retV+='}';
- window.parent.returnValue = retV;
- window.close();
- }
- </script>
- <%End Sub%>
- <%Sub WordFL()%>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr>
- <td colspan="2" class="xingmu">文字友情连接</td>
- </tr>
- <tr>
- <td width="21%" class="hback"><div align="right">调用数量</div></td>
- <td width="79%" class="hback"><input name="CodeNumber" type="text" id="CodeNumber" value="12" size="10">
- 请用正整数</td>
- </tr>
- <tr>
- <td class="hback"><div align="right">每行数量</div></td>
- <td class="hback"><input name="ColsNumber" type="text" id="ColsNumber" value="1" size="10">
- 对DIV+CSS框架无效 </td>
- </tr>
- <tr>
- <td class="hback"><div align="right">站点显示字数</div></td>
- <td class="hback"><input name="leftTitle" type="text" id="leftTitle" value="20" size="10"></td>
- </tr>
- <tr>
- <td class="hback"><div align="right">标题CSS</div></td>
- <td class="hback"><input name="TitleCSS" type="text" id="TitleCSS" size="10">
- 对DIV+CSS框架无效 </td>
- </tr>
- <tr>
- <td class="hback"><div align="right">输出格式</div></td>
- <td class="hback">
- <select name="out_char" id="out_char" onChange="selectHtml_express(this.options[this.selectedIndex].value);">
- <option value="out_Table">普通格式</option>
- <option value="out_DIV">DIV+CSS格式</option>
- <option>RSS格式保留</option>
- </select></td>
- </tr>
- <tr class="hback" id="div_id" style="font-family:宋体;display:none;" >
- <td rowspan="3" align="center" class="hback"><div align="right"></div>
- <div align="right">DIV控制</div></td>
- <td colspan="3" class="hback" ><div id=" <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中预先定义。不能为空">
- " class=" <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中预先定义。可以为空!!">
- "></td>
- </tr>
- <tr class="hback" id="ul_id" style="font-family:宋体;display:none;">
- <td colspan="3" class="hback" ><ul id=" <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中预先定义。可以为空!!">
- " class=" <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中预先定义。可以为空!!">
- "></td>
- </tr>
- <tr class="hback" id="li_id" style="font-family:宋体;display:none;">
- <td colspan="3" class="hback" ><li id="
- <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中预先定义。可以为空!!"> " class=" <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中预先定义。可以为空!!">
- "></td>
- </tr>
- <tr>
- <td class="hback"><div align="right"></div></td>
- <td class="hback"><input name="button" type="button" onClick="ok(this.form);" value="确定创建此标签">
- <input name="button" type="button" onClick="window.returnValue='';window.close();" value=" 取 消 "></td>
- </tr>
- </table>
- <script language="JavaScript" type="text/JavaScript">
- function ok(obj)
- {
- var retV = '{FS:FL=WordFL┆';
- retV+='调用数量$' + obj.CodeNumber.value + '┆';
- retV+='每行数量$' + obj.ColsNumber.value + '┆';
- retV+='标题CSS$' + obj.TitleCSS.value + '┆';
- retV+='站点显示字数$' + obj.leftTitle.value + '┆';
- retV+='输出方式$' + obj.out_char.value + '┆';
- retV+='DivID$' + obj.DivID.value + '┆';
- retV+='Divclass$' + obj.Divclass.value + '┆';
- retV+='ulid$' + obj.ulid.value + '┆';
- retV+='ulclass$' + obj.ulclass.value + '┆';
- retV+='liid$' + obj.liid.value + '┆';
- retV+='liclass$' + obj.liclass.value;
- retV+='}';
- window.parent.returnValue = retV;
- window.close();
- }
- </script>
- <%End Sub%>
- </form>
- </body>
- </html>
- <script language="JavaScript" type="text/JavaScript">
- function SelectClass()
- {
- var ReturnValue='',TempArray=new Array();
- ReturnValue = OpenWindow('../News/lib/SelectClassFrame.asp',400,300,window);
- if (ReturnValue.indexOf('***')!=-1)
- {
- TempArray = ReturnValue.split('***');
- document.all.ClassID.value=TempArray[0]
- document.all.ClassName.value=TempArray[1]
- }
- }
- function selectHtml_express(Html_express)
- {
- switch (Html_express)
- {
- case "out_Table":
- document.getElementById('div_id').style.display='none';
- document.getElementById('li_id').style.display='none';
- document.getElementById('ul_id').style.display='none';
- document.getElementById('DivID').disabled=true;
- break;
- case "out_DIV":
- document.getElementById('div_id').style.display='';
- document.getElementById('li_id').style.display='';
- document.getElementById('ul_id').style.display='';
- document.getElementById('DivID').disabled=false;
- break;
- }
- }
- </script>