admin_res_yea_add.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:2k
- <%@ page language="C#" autoeventwireup="true" inherits="Admin_admin_res_yea_add, App_Web_nv4v7tk7" enableeventvalidation="false" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title>学生系统后台管理</title>
-
- <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
-
- <link href="images/css.css" type="text/css" rel="stylesheet" />
- <link href="images/admin_file_css.css" type="text/css" rel="stylesheet" />
- </head>
- <body>
-
- <form id="form1" runat="server">
- <h1>
- <%= message+"年届信息"%></h1>
- <h4>
- <b>相关操作:</b> <a href="admin_res_yea_add.aspx">添加新年届</a> | <a href="admin_res_yea.aspx">年届列表管理</a>
- </h4>
- <div style="height: 3px; width: 100%; background: #fff;">
- </div>
- <table width="100%" cellspacing="1" cellpadding="0" class="info_tab">
- <tr>
- <td class="zq" width="20%">
- 年届
- </td>
- <td>
- <asp:TextBox ID="txtnianJie" runat="server"></asp:TextBox>
-
- <span id="message"></span><br>
- <span id="lj_txt">* </span>说明:如2005年入学的则填写“2005”
- </td>
- </tr>
- <tr>
- <td>
-
- </td>
- <td>
-
- <asp:Button ID="btnsubd" runat="server" Text="提交" OnClick="Submit1_ServerClick" />
-
-
- </td>
- </tr>
- </table>
- <h1>
- </h1>
- </form>
- <%-- <script src="js/JScript.js" type="text/javascript"></script>--%>
- </body>
- </html>