📄 sch_membersession.asp
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<% If IsArray(Session("Person")) Then %>
<tr align="center">
<td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("Person")(0) %></u></Font> 』</td>
</tr>
<tr align="center">
<td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
</tr>
<tr align="center">
<td height="27" colspan="2"><a href="../Person/Per_Logout.asp"><u>退出</u></a> <a href="../Person/User_Center.asp"><u>进入个人专区</u></a></td>
</tr>
<% ElseIf IsArray(Session("Company")) Then %>
<tr align="center">
<td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("Company")(0) %></u></Font> 』</td>
</tr>
<tr align="center">
<td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
</tr>
<tr align="center">
<td height="27" colspan="2"><a href="../Company/Com_Logout.asp"><u>退出</u></a> <a href="../Company/User_Center.asp"><u>进入企业专区</u></a></td>
</tr>
<% ElseIf IsArray(Session("School")) Then %>
<tr align="center">
<td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("School")(0) %></u></Font> 』</td>
</tr>
<tr align="center">
<td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
</tr>
<tr align="center">
<td height="27" colspan="2"><a href="../School/Sch_Logout.asp"><u>退出</u></a> <a href="../School/User_Center.asp"><u>进入院校专区</u></a></td>
</tr>
<% ElseIf IsArray(Session("Educate")) Then %>
<tr align="center">
<td height="27" colspan="2">『 <Font color="#ff0000"><u><%= Session("Educate")(0) %></u></Font> 』</td>
</tr>
<tr align="center">
<td height="27" colspan="2">欢迎使用<%= Cls_WebName %></td>
</tr>
<tr align="center">
<td height="27" colspan="2"><a href="../Educate/Sch_Logout.asp"><u>退出</u></a> <a href="../Educate/User_Center.asp"><u>进入培训专区</u></a></td>
</tr>
<%
Else
%>
<form name="login" method="post" action="../Public/login.asp" onSubmit="return login_check();">
<tr>
<td width="60" height="27" align="right">用户名:</td>
<td height="27"> <input name="username" type="text" class="login_03" size="16" style="width:80px;"></td>
</tr>
<tr>
<td width="60" height="27" align="right">密 码:</td>
<td height="27"> <input name="password" type="password" size="16" style="width:80px;" class="login_03"></td>
</tr>
<tr>
<td width="60" height="27" align="right">类 型:</td>
<td height="27"> <select name="usertype" style="width:80px;" class="login_03">
<option value="person">个人会员</option>
<option value="company">企业会员</option>
<option value="school" selected>院校会员</option>
<option value="educate">培训机构</option>
</select></td>
</tr>
<tr align="center">
<td height="27" colspan="2"> <input name="imageField" type="image" src="../Images/Person/login.jpg" width="45" height="19" border="0">
<a href="../Public/Register.asp"><img src="../Images/Person/reg.jpg" width="45" height="19" border="0"></a></td>
</tr>
<tr align="center">
<td height="20" colspan="2"><a href="#">找回密码</a> | <a href="../Public/Register.asp">免费注册</a></td>
</tr>
</form>
<%
End if
%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -