photo_C_label.asp
资源名称:eat.rar [点击查看]
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:15k
源码类别:
数据库编程
开发平台:
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="57" 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>
- <tr class="hback" >
- <td height="27" align="Left" class="hback"><a href="photo_C_Label.asp?type=Photo_List" target="_self">常规标签</a>┆<a href="photo_C_Label.asp?type=PhotoClassList" target="_self">终极分类</a>┆<a href="photo_C_Label.asp?type=ShowPhoto" target="_self">图片浏览</a></td>
- </tr>
- </table>
- <%
- if Request.QueryString("type")="PhotoClassList" then
- call PhotoClassList()
- elseif request.QueryString("type")="ShowPhoto" then
- call ShowPhoto()
- else
- call Photo_List()
- end if
- Sub Photo_List()
- %>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr>
- <td width="19%" class="hback"><div align="right">类型</div></td>
- <td width="81%" class="hback">
- <select name="BookPop" id="BookPop">
- <option value="0">正常</option>
- <option value="1">推荐</option>
- <option value="1">点击</option>
- </select> </td>
- </tr>
- <tr>
- <td class="hback"><div align="right">调用数量</div></td>
- <td class="hback"><input name="TitleNumber" type="text" id="TitleNumber" value="10"></td>
- </tr>
- <tr>
- <td class="hback"><div align="right">显示字数</div></td>
- <td class="hback"><input name="leftTitle" type="text" id="leftTitle" value="30">
- 如果为0则不显示标题</td>
- </tr>
- <tr>
- <td class="hback"><div align="right">图片大小</div></td>
- <td class="hback"><input name="picsize" type="text" id="picsize" value="100,80" size="8">
- (高,宽),图片CSS
- <label>
- <input name="PicCSS" type="text" id="PicCSS" size="5">
- </label></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">标题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:ME=Photo_List┆';
- retV+='类型$' + obj.BookPop.value + '┆';
- retV+='数量$' + obj.TitleNumber.value + '┆';
- retV+='列数$' + obj.ColsNumber.value + '┆';
- retV+='字数$' + obj.leftTitle.value + '┆';
- retV+='图片大小$' + obj.picsize.value + '┆';
- retV+='图片CSS$' + obj.PicCSS.value + '┆';
- retV+='标题CSS$' + obj.TitleCSS.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+='输入格式$' + obj.out_char.value;
- retV+='}';
- window.parent.returnValue = retV;
- window.close();
- }
- </script>
- <%End Sub%>
- <%Sub PhotoClassList()%>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr>
- <td width="19%" class="hback"><div align="right">调用数量</div></td>
- <td width="81%" class="hback"><input name="TitleNumber" type="text" id="TitleNumber" value="10"></td>
- </tr>
- <tr>
- <td class="hback"><div align="right">显示字数</div></td>
- <td class="hback"><input name="leftTitle" type="text" id="leftTitle" value="30">
- 如果为0则不显示标题</td>
- </tr>
- <tr>
- <td class="hback"><div align="right">图片大小</div></td>
- <td class="hback"><input name="picsize" type="text" id="picsize" value="100,80" size="8">
- (高,宽),可以填写格式(100,0),表示高度为100,宽度不限制,保证了图片不变形;,(0,100)则表示不限制高度
- <label></label></td>
- </tr>
- <tr>
- <td class="hback"><div align="right">图片CSS </div></td>
- <td class="hback"><input name="PicCSS" type="text" id="PicCSS" size="5"></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">标题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:ME=PhotoClassList┆';
- retV+='数量$' + obj.TitleNumber.value + '┆';
- retV+='列数$' + obj.ColsNumber.value + '┆';
- retV+='字数$' + obj.leftTitle.value + '┆';
- retV+='图片大小$' + obj.picsize.value + '┆';
- retV+='图片CSS$' + obj.PicCSS.value + '┆';
- retV+='标题CSS$' + obj.TitleCSS.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+='输入格式$' + obj.out_char.value;
- retV+='}';
- window.parent.returnValue = retV;
- window.close();
- }
- </script>
- <%End Sub%>
- <%Sub ShowPhoto()%>
- <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
- <tr>
- <td width="19%" class="hback"><div align="right">显示字数</div></td>
- <td width="81%" class="hback"><input name="leftTitle" type="text" id="leftTitle" value="30">
- 如果为0则不显示标题</td>
- </tr>
- <tr>
- <td class="hback"><div align="right">图片大小</div></td>
- <td class="hback"><input name="picsize" type="text" id="picsize" value="300,200" size="8">
- (高,宽),可以填写格式(100,0),表示高度为100,宽度不限制,保证了图片不变形;,(0,100)则表示不限制高度
- <label></label></td>
- </tr>
- <tr>
- <td class="hback"><div align="right">图片CSS </div></td>
- <td class="hback"><input name="PicCSS" type="text" id="PicCSS" size="5"></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"><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:ME=ShowPhoto┆';
- retV+='字数$' + obj.leftTitle.value + '┆';
- retV+='图片大小$' + obj.picsize.value + '┆';
- retV+='图片CSS$' + obj.PicCSS.value + '┆';
- retV+='标题CSS$' + obj.TitleCSS.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('../Supply/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>