?? admin_tempmake.asp
字號:
<!-- #include file="../conn.asp" -->
<!--#include file="../inc/config.asp"-->
<!-- #include file="session.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="34">
<tr bgcolor="#1C3566" valign="middle" align="center" height="22">
<td width="100%"><b>
<a href="admin_tempadd.asp"><font color="#FFFFFF">模版添加</font></a><font color="#FFFFFF"> | </font><a href="admin_tempload.asp"><font color="#FFFFFF">模版導入</font></a><font color="#FFFFFF"> | </font><a href="admin_templist.asp"><font color="#FFFFFF">模版列表</font></a><font color="#FFFFFF"> | </font><a href="admin_tempmake.asp"><font color="#FFFFFF">模板生成</font></a><font color="#FFFFFF"> | </font><a target="_blank" href="admin_temphelp.asp"><font color="#FFFFFF">模板設計說明</font></a></td>
</tr>
</table>
<br>
<table width="100%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#1f3566" bordercolordark="#FFFFFF">
<%
set rs=server.createobject("adodb.recordset")
sql="select top 1 id,Temp_Name,IsDefault from [Template] where IsDefault=1 order by id desc"
rs.open sql,connTemp,1,1
%><%if rs.eof and rs.bof then%>
<tr align="center">
<td height="34" colspan="7" valign="middle"><span class="style1">暫時沒有默認模版,請添加或設置!</span></td>
</tr>
<%else%>
<tr align="center">
<td height="34" valign="middle">
當前的默認模版為:
</td>
<td height="34" valign="middle">
<%=rs("Temp_Name")%>
</td>
<td height="34" valign="middle">
<a href="admin_tempmakeaboutbook.asp?id=<%=rs("id")%>">點此生成作品相關頁面</a>
</td>
<td height="34" valign="middle">
<a href="admin_tempmakeaboutuser.asp?id=<%=rs("id")%>">點此生成會員相關頁面
</a>
</td>
<td height="34" valign="middle">
<a href="admin_tempmakeaboutauthor.asp?id=<%=rs("id")%>">點此生成作家相關頁面
</a>
</td>
</tr>
<%end if
rs.close
set rs=nothing
%>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -