📄 tp.asp
字号:
<%
bg_id="1"
%>
<!--#include file="../main/conn.asp" -->
<!--#include file="admin_session.asp" -->
<%
web_id1="../language/"
web_id=web_id1&l_id&"/ADMIN.ASP"
call include(web_id)
web_id1="../language/"
web_id=web_id1&l_id&"/CHECK.ASP"
call include(web_id)
response.write "<table border=1 width=100% bgcolor='"&top_bg_color&"' bordercolor='"&top_borderbg_color&"'>"
response.write "<form method=post action=admin_classinfo.asp>"
response.write "<tr><td width=100% colspan=2 align=center height=40>:::"&L_ADMIN_TP&":::</td>"
response.write "</tr><tr><td width=17% height=23>"&L_ADMIN_TP0&":</td>"
response.write "<td width=83% height=23>"
%>
<input type="text" name="s_title" value="<%=s_title%>" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">(<font color="#FF0000"><%=L_CHECK_USER8%></font>)
</td>
</tr>
<tr>
<td width="17%" height="23"><%=L_ADMIN_TP1%>:</td>
<td width="83%" height="23">
<input type="text" name="s_1" value="<%=s_1%>" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">(<font color="#FF0000"><%=L_CHECK_USER8%></font>)</td>
</tr>
<tr>
<td width="17%" height="23"><%=L_ADMIN_TP2%>:</td>
<td width="83%" height="23">
<input type="text" name="s_2" value="<%=s_2%>" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">(<font color="#FF0000"><%=L_CHECK_USER8%></font>)</td>
</tr>
<tr>
<td width="17%" height="23"><%=L_ADMIN_TP3%>:</td>
<td width="83%" height="23">
<input type="text" name="s_3" value="<%=s_3%>" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">(<font color="#FF0000"><%=L_CHECK_USER8%></font>)</td>
</tr>
<tr>
<td width="17%" height="23"><%=L_ADMIN_TP4%>:</td>
<td width="83%" height="23">
<input type="text" name="s_4" value="<%=s_4%>" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">(<font color="#FF0000"><%=L_CHECK_USER8%></font>)</td>
</tr>
<tr>
<td width="17%" height="23"><%=L_ADMIN_TP5%>:</td>
<td width="83%" height="23">
<input type="text" name="s_5" value="<%=s_5%>" size="20" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" maxlength="20">(<font color="#FF0000"><%=L_CHECK_USER8%></font>)</td>
</tr>
<tr>
<td colspan="2" height="25">
<center>
<input type="hidden" name="admin_info_id" value="2">
<input type="Submit" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" name="Submit" value="<%=L_ADMIN_TP6%>">
</center>
</td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -