forked from undefinedv/ZF-system
-
Notifications
You must be signed in to change notification settings - Fork 2
/
default2.aspx
52 lines (52 loc) · 2.74 KB
/
default2.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="default2.aspx.vb" Inherits="zjdx.default2" enableViewState="False"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML lang="gb2312">
<HEAD>
<title>现代教学管理信息系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="gb2312">
<meta content="all" name="robots">
<meta content="sunleoo@gmail.com" name="author">
<meta content="正方软件 zfsoft" name="Copyright">
<meta content="教务软件 学分制 教学管理" name="description">
<meta content="教务软件 学分制 教学管理">
<LINK href="/favicon.ico" type="image/x-icon" rel="icon">
<LINK rev="stylesheet" media="all" href="style/login.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="form1" method="post" runat="server">
<div id="login">
<div id="img123"><IMG height="47" src="images/bslogin_01.gif" width="559"><IMG height="66" src="images/bslogin_02.gif" width="559"><IMG height="87" src="images/bslogin_03.gif" width="559"></div>
<div id="denglu">
<table cellSpacing="0" cellPadding="3" width="550" align="center" border="0">
<tr>
<td width="20%">
<div align="right"><IMG height="16" src="images/name.gif" width="11"> 用户名:</div>
</td>
<td width="18%"><asp:textbox id="TextBox1" tabIndex="1" runat="server" CssClass="textbox" Width="130px"></asp:textbox></td>
<td width="15%">
<div align="right"><IMG height="12" src="images/mm.gif" width="11"> 密 码:
</div>
</td>
<td align="left"><asp:textbox id="TextBox2" tabIndex="2" runat="server" CssClass="textbox" Width="130px" TextMode="Password"></asp:textbox></td>
</tr>
<tr>
<td> </td>
<td colSpan="2"><asp:radiobuttonlist id="RadioButtonList1" tabIndex="3" runat="server" Width="100%" RepeatColumns="4">
<asp:listitem Value="部门">部门</asp:listitem>
<asp:listitem Value="教师">教师</asp:listitem>
<asp:listitem Value="学生" Selected="True">学生</asp:listitem>
<asp:listitem Value="访客">访客</asp:listitem>
</asp:radiobuttonlist></td>
<td align="left"><asp:button id="Button1" runat="server" CssClass="button" Text=" 登 录 "></asp:button><asp:button id="Button2" runat="server" CssClass="button" Text=" 关 闭 "></asp:button></td>
</tr>
</table>
</div>
<IMG height="30" src="images/bslogin_05.gif" width="559" useMap="#Map" border="0">
<map id="Map" name="Map">
<area shape="RECT" target="_blank" alt="访问正方软件!" coords="1,2,89,29" href="http://www.zfsoft.com">
</map>
</div>
</form>
</body>
</HTML>