📄 worldec_corporation.asp
字号:
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../inc/safe.asp"-->
<%
if Request.Cookies("globalec")("globalecmaster")="" or Request.Cookies("globalec")("masterflag")="" then
response.write "<script language='javascript'>"
response.write"this.location.href='../login.asp';</SCRIPT>"
response.end
end if
if instr(Request.Cookies("globalec")("masterflag"),"121")=0 then
response.redirect "../err.asp"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网站HTML模版信息设置</title>
<LINK href="../css/style.css" rel=stylesheet type=text/css>
</head>
<body>
<SCRIPT language=javascript>
<!--
function admin_Size(num,objname)
{
var obj=document.getElementById(objname)
if (parseInt(obj.rows)+num>=3) {
obj.rows = parseInt(obj.rows) + num;
}
if (num>0)
{
obj.width="90%";
}
}
//-->
</SCRIPT>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th height=25 colspan="2" class="tableHeaderText">网站HTML模板管理</th>
</tr>
<tr>
<td colspan="2" class="forumRowHighlight"><p><B>注意</B>:<BR>
①在这里,您可以修改模板,可以编辑风格,操作时请按照相关页面提示完整填写表单信息。<BR>
②执行删除时要慎重,任何的删除操作都是不可逆的。<br>
</td>
</tr>
<tr>
<td width="120" class="forumRowHighlight"><strong>操作选项:</strong></td>
<td width="92%" class="forumRowHighlight"><a href="worldec_index.asp">返回总类模板</a> | [<a href="javascript:location.reload()">刷新页面</a>] </td>
</tr>
</table>
<%
If request("action")="" Then
sql="select corporation_sort,corporation_type,corporation_type2,corporation_detail from worldec_Temp where id=1"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
corporation_sort=rs("corporation_sort")
corporation_type=rs("corporation_type")
corporation_type2=rs("corporation_type2")
corporation_detail=rs("corporation_detail")
%>
<form name="Form" action="?action=saveedit" method=post>
<table border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th class="tableHeaderText" colspan=3 height=25>公司库模板风格管理</th>
</tr>
<tr>
<td class="forumRowHighlight" width=33% height=40 align=left>公司库一级分类模版:<br></td>
<td class="forumRowHighlight" width=64% height=25 align=left><textarea name="corporation_sort" id="corporation_sort" cols="100" rows="5"><%=corporation_sort%></textarea></td>
<td width="3%" class="forumRowHighlight"><a href="javascript:admin_Size(-5,'corporation_sort')"><img src="../images/minus.gif" width="20" height="20" border='0' unselectable="on"></a> <a href="javascript:admin_Size(5,'corporation_sort')"><img src="../images/plus.gif" width="20" height="20" border='0' unselectable="on"></a> </td>
</tr>
<tr>
<td class="forumRowHighlight" width=33% height=40 align=left>公司库二级分类模版:<br></td>
<td class="forumRowHighlight" width=64% height=25 align=left><textarea name="corporation_type" id="corporation_type" cols="100" rows="5"><%=corporation_type%></textarea></td>
<td class="forumRowHighlight"><a href="javascript:admin_Size(-5,'corporation_type')"><img src="../images/minus.gif" width="20" height="20" border='0' unselectable="on"></a> <a href="javascript:admin_Size(5,'corporation_type')"><img src="../images/plus.gif" width="20" height="20" border='0' unselectable="on"></a> </td>
</tr>
<tr>
<td class="forumRowHighlight" width=33% height=40 align=left>公司库三级分类模版:<br></td>
<td class="forumRowHighlight" width=64% height=25 align=left><textarea name="corporation_type2" id="corporation_type2" cols="100" rows="5"><%=corporation_type2%></textarea></td>
<td class="forumRowHighlight"><a href="javascript:admin_Size(-5,'corporation_type2')"><img src="../images/minus.gif" width="20" height="20" border='0' unselectable="on"></a> <a href="javascript:admin_Size(5,'corporation_type2')"><img src="../images/plus.gif" width="20" height="20" border='0' unselectable="on"></a> </td>
</tr>
<tr>
<td class="forumRowHighlight" width=33% height=40 align=left>公司库详细信息模版:<br></td>
<td class="forumRowHighlight" width=64% height=25 align=left><textarea name="corporation_detail" id="corporation_detail" cols="100" rows="5"><%=corporation_detail%></textarea></td>
<td class="forumRowHighlight"><a href="javascript:admin_Size(-5,'corporation_detail')"><img src="../images/minus.gif" width="20" height="20" border='0' unselectable="on"></a> <a href="javascript:admin_Size(5,'corporation_detail')"><img src="../images/plus.gif" width="20" height="20" border='0' unselectable="on"></a> </td>
</tr>
<tr>
<td height="25" colspan="3" align="center" class="forumRowHighlight"><input type="submit" name="B1" value="确定修改设置"></td>
</tr>
</table>
</form>
<%
rs.close
set rs=nothing
end if
If request("action")="saveedit" Then
corporation_sort=Request.Form("corporation_sort")
corporation_type=Request.Form("corporation_type")
corporation_type2=Request.Form("corporation_type2")
corporation_detail=Request.Form("corporation_detail")
sql="select corporation_sort,corporation_type,corporation_type2,corporation_detail from worldec_Temp where id=1"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,3
rs("corporation_sort")=corporation_sort
rs("corporation_type")=corporation_type
rs("corporation_type2")=corporation_type2
rs("corporation_detail")=corporation_detail
rs.update
rs.close
set rs=noting
conn.close
set conn=nothing
response.write"<br><table cellpadding=2 cellspacing=1 border=0 width=400 class=tableBorder align=center>"
response.write"<TR>"
response.write"<TH class=tableHeaderText colSpan=2 height=25>保存网站模板信息</TH>"
response.write"<TR><tr><td height=85 valign=top class=forumRow><div align=center><br><br>公司库模板保存成功!</div></td></tr>"
response.write"<tr align=center><td height=30 class=forumRowHighlight><a href='worldec_corporation.asp'><< 返回上一页</a></td>"
response.write"</tr>"
response.write"</table>"
response.write"<br><br>"
end if
%>
</body>
</html>
<!--#include file="../copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -