admin_res_yea_add.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:2k
源码类别:

行业应用

开发平台:

JavaScript

  1. <%@ page language="C#" autoeventwireup="true" inherits="Admin_admin_res_yea_add, App_Web_nv4v7tk7" enableeventvalidation="false" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5.  <title>学生系统后台管理</title>
  6.   
  7.     <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
  8.    
  9.     <link href="images/css.css" type="text/css" rel="stylesheet" />
  10.     <link href="images/admin_file_css.css" type="text/css" rel="stylesheet" />
  11. </head>
  12. <body>
  13.     
  14.     <form id="form1" runat="server">
  15.      <h1>
  16.         <%= message+"年届信息"%></h1>
  17.             <h4>
  18.         <b>相关操作:</b> <a href="admin_res_yea_add.aspx">添加新年届</a> | <a href="admin_res_yea.aspx">年届列表管理</a>
  19.     </h4>
  20.     <div style="height: 3px; width: 100%; background: #fff;">
  21.     </div>
  22.     <table width="100%" cellspacing="1" cellpadding="0" class="info_tab">
  23.         <tr>
  24.             <td class="zq" width="20%">
  25.                 年届
  26.             </td>
  27.             <td>
  28.                 <asp:TextBox ID="txtnianJie" runat="server"></asp:TextBox>
  29.       
  30.                 <span id="message"></span><br>
  31.                 &nbsp;<span id="lj_txt">*&nbsp;</span>说明:如2005年入学的则填写“2005”
  32.             </td>
  33.         </tr>
  34.         <tr>
  35.             <td>
  36.                 &nbsp;
  37.             </td>
  38.             <td>
  39.                 &nbsp;
  40.                 <asp:Button ID="btnsubd" runat="server" Text="提交" OnClick="Submit1_ServerClick" />
  41.                 
  42.             
  43.             </td>
  44.         </tr>
  45.     </table>
  46.     <h1>
  47.         &nbsp;</h1>
  48.     </form>
  49.      <%--   <script src="js/JScript.js" type="text/javascript"></script>--%>
  50. </body>
  51. </html>