﻿<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="Us.Web._default" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="admin/js/SystemUserLogin.js" type="text/javascript"></script>
<title>
<% = sGet.sSchoolName+" - "+sGet.sSoftName%>
</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}
.STYLE1 {
	font-size: 12px;
	color: #a1c8c6;
}
.STYLE4 {
	color: #FFFFFF;
	font-size: 12px;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="035551">&nbsp;</td>
  </tr>
  <tr>
    <td height="311" background="admin/skin/green/login_03.gif"><table width="758" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="210" background="admin/skin/green/login1.jpg">&nbsp;</td>
        </tr>
        <tr>
          <td height="101"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="446" height="101" background="admin/skin/green/login_06.gif">&nbsp;</td>
                <td width="200"><form name="FrmReg" method="post" target="_self" action="admin/skyLogin.aspx" id="FrmReg">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="60" height="22"><span class="STYLE4">身&nbsp;&nbsp;&nbsp;&nbsp;份：</span></td>
                        <td height="22"><select name="DrpUserType" id="DrpUserType" onchange="changeForm(this.value)" style="width:100px; height:16px; border:solid 1px #000000; color:#666666">
                           <%=getroleInfoString()%>
                          </select></td>
                        <td width="60" align="center">&nbsp;</td>
                      </tr>
                      <tr>
                        <td id="tdUserName" width="60">学生编号：</td>
                        <td width="71" height="22"><input name="UserID1" type="text" id="UserID1" style="width:100px; height:16px; border:solid 1px #000000; color:#666666"></td>
                        <td width="60" align="center"><input type="image" name="imageField" id="imageField" src="admin/skin/green/dl.gif" onClick="return SkyUserLogin();" title="进入高校教务管理系统"></td>
                      </tr>
                      <tr>
                        <td width="60" height="22"><span class="STYLE4">密&nbsp;&nbsp;&nbsp;&nbsp;码：</span></td>
                        <td height="22"><input name="UserPwd1" type="password" id="UserPwd1" style="width:100px; height:16px; border:solid 1px #000000; color:#666666"></td>
                        <td width="60" align="center"><img src="admin/skin/green/qx.gif" width="37" height="19" onClick="window.close()"></td>
                      </tr>
                    </table>
                  </form></td>
                <td width="156" background="admin/skin/green/login_09.gif">&nbsp;</td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
  <tr>
    <td bgcolor="1f7d78">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="1f7d78"><div align="center"><span class="STYLE1">
        <% = sGet.sSoftCopyRight %>
        </span></div></td>
  </tr>
</table>
</body>
</html>
