?? worldec_help.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="30%" class="forumRowHighlight"><strong>操作選項:</strong></td>
<td width="70%" class="forumRowHighlight"><a href="worldec_index.asp">返回總類模板</a> | [<a href="javascript:location.reload()">刷新頁面</a>] </td>
</tr>
</table>
<%
If request("action")="" Then
sql="select help_detail,help_list from worldec_Temp where id=1"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
help_detail=rs("help_detail")
help_list=rs("help_list")
%>
<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="help_list" id="help_list" cols="100" rows="5"><%=help_list%></textarea></td>
<td width="3%" class="forumRowHighlight"><a href="javascript:admin_Size(-5,'help_list')"><img src="../images/minus.gif" width="20" height="20" border='0' unselectable="on"></a> <a href="javascript:admin_Size(5,'help_list')"><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="help_detail" id="help_detail" cols="100" rows="5"><%=help_detail%></textarea></td>
<td width="3%" class="forumRowHighlight"><a href="javascript:admin_Size(-5,'help_detail')"><img src="../images/minus.gif" width="20" height="20" border='0' unselectable="on"></a> <a href="javascript:admin_Size(5,'help_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
help_detail=Request.Form("help_detail")
help_list=Request.Form("help_list")
sql="select help_detail,help_list from worldec_Temp where id=1"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,3
rs("help_detail")=help_detail
rs("help_list")=help_list
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_help.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 + -