📄 gg.asp
字号:
<%
bg_id=1
%>
<!--#include file="../main/conn.asp" -->
<!--#include file="admin_session.asp" -->
<!--#include file="../function/ubb.asp" -->
<%
web_id1="../language/"
web_id=web_id1&l_id&"/ADMIN.ASP"
call include(web_id)
web_id="../language/"&l_id
web_id=web_id&"/CHECK.ASP"
call include(web_id)
%>
<table border="1" width="100%" bgcolor=<%=top_bg_color%> bordercolor=<%=top_borderbg_color%>>
<tr>
<td width="20%" align="center" colspan="2" height="40">
<form method="post" action="admin_classinfo.asp">
::: <%=L_ADMIN_G1%> :::</td>
</tr>
<tr>
<td width="20%" align="center" height="23">
<%=L_ADMIN_G2%></td>
<td height="23">
<input type="text" name="info1" value="<%=classname%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="50">
<%=L_ADMIN_G3%>(<font color="#FF0000"><%=L_CHECK_USER31%></font>)</td>
</tr>
<tr>
<td width="20%" align="center" height="23"><%=L_ADMIN_G4%></td>
<td height="23">
<input type="text" name="info2" value="<%=classname_2%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="30"> <%=L_ADMIN_G5%>(<font color="#FF0000"><%=L_CHECK_USER25%></font>)</td></tr>
<tr>
<td width="20%" align="center" height="23"><%=L_ADMIN_G6%></td>
<td height="23">
<input type="text" name="info3" value="<%=url_yes3000%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="50"> <%=L_ADMIN_G7%>(<font color="#FF0000"><%=L_CHECK_USER31%></font>)</td></tr>
<tr>
<td width="20%" align="center" height="23"><%=L_ADMIN_G15%></td>
<td height="23">
<input type="text" name="info4" value="<%=mailto3000%>" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" size="20" maxlength="50"> <%=L_ADMIN_G15%>(<font color="#FF0000"><%=L_CHECK_USER31%></font>)</td></tr>
<td height="155" align="center"><b><%=L_ADMIN_G10%></b><br>
(<font color="#FF0000"><%=L_CHECK_USER32%></font>)</td><td>
<textarea style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" name="infogg" cols="66" rows="7">
<%=myinfo%>
</textarea>
<tr>
<td colspan="2" height="1">
<center>
<input type="hidden" name="admin_info_id" value="0">
<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_G11%>"></center>
</td>
</tr>
</form>
</table>
<table border="1" width="100%" bgcolor=<%=top_bg_color%> bordercolor=<%=top_borderbg_color%>>
<tr>
<form name="form2" method="post" action="admin_up_sytle_all.asp">
<td align="center" height="40" colspan=2>:::<%= L_ADMIN_G12%> :::</td></tr>
<tr><td height="25" width="300"><%=L_ADMIN_G13%>:
<select name="style" style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'">
<%
msytle="select name,id from style"
set rstyle=conn.execute(msytle)
Do while not rstyle.eof
%>
<option value="<%=rstyle("id")%>">- <%=rstyle("name")%> -</option>
<%
rstyle.movenext
loop
rstyle.close
set rrstyle=nothing
%>
%>
</select>
<input type="hidden" name="admin_info_id" value="1">
<input style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" type="submit" name="Submit" value="<%=L_ADMIN_G14%>">
</form>
<form method=post action=../class_admin/admin_uplang.asp>
</td><td>
<%
RESPONSE.WRITE l_right_language_def&"<select name=lang>"
RESPONSE.WRITE "<option value=china>"& l_right_lang1 &"</option>"
RESPONSE.WRITE "<option value=en>"& l_right_lang3 &"</option>"
RESPONSE.WRITE "</select>"
%>
<input style="background-color: <%=test_style_onMouseOut%>" onMouseOver = "this.style.backgroundColor = '<%=test_style_onMouseOver%>'" onMouseOut = "this.style.backgroundColor = '<%=test_style_onMouseOut%>'" type="submit" name="Submit" value="<%=L_ADMIN_G14%>">
</td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -