📄 iteam_update.aspx
字号:
<td height="28">
<span style="font-size: 9pt"> 资助经费:</span></td>
<td> <asp:TextBox ID="TextBox6" runat="server" Width="175px"></asp:TextBox>
<span style="font-size: 9pt"> 万元</span>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2"
Runat="server" ControlToValidate="TextBox6" Display="Dynamic"
ValidationExpression="^[0-9]+\.{0,1}[0-9]{0,2}$"> * 正确格式 整数或1、2位小数
</asp:RegularExpressionValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" ControlToValidate="TextBox6" runat="server" ErrorMessage="必填"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="height: 30px">
<span style="font-size: 9pt"> 项目进度:</span></td>
<td style="height: 30px"> <asp:DropDownList ID="DropDownList4" runat="server" Width="186px">
<asp:ListItem></asp:ListItem>
<asp:ListItem>在研</asp:ListItem>
<asp:ListItem>结题</asp:ListItem>
<asp:ListItem>验收</asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="RequiredFieldValidator9" ControlToValidate="DropDownList4" runat="server" ErrorMessage="必选"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="28">
<span style="font-size: 9pt"> 结题时间:</span></td>
<td> <asp:TextBox ID="TextBox7" runat="server" Width="182px"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator3"
Runat="server" ControlToValidate="TextBox7" Display="Dynamic"
ValidationExpression="^\d{4}-\d{1,2}-\d{1,2}$"> *日期格式“2007-11-02”
</asp:RegularExpressionValidator>
<asp:RequiredFieldValidator ID="RequiredFieldValidator8" ControlToValidate="TextBox7" runat="server" ErrorMessage="*日期格式“2007-11-2"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="height: 30px">
<span style="font-size: 9pt"> 结题形式:</span></td>
<td style="height: 30px"> <asp:DropDownList ID="DropDownList5" runat="server" Width="183px">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="1">鉴定</asp:ListItem>
<asp:ListItem Value="2">验收</asp:ListItem>
<asp:ListItem Value="3">结题报告</asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="RequiredFieldValidator10" ControlToValidate="DropDownList5" runat="server" ErrorMessage="必选"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td height="28">
<span style="font-size: 9pt"> 结题意见:</span></td>
<td> <asp:TextBox ID="TextBox8" runat="server" Width="307px"></asp:TextBox></td>
</tr>
<tr>
<td width="20%" style="height: 30px">
<span style="font-size: 9pt"> 项目级别:</span></td>
<td width="80%" style="height: 30px"> <asp:DropDownList ID="DropDownList6" runat="server" Width="183px">
<asp:ListItem></asp:ListItem>
<asp:ListItem Value="1">国家级</asp:ListItem>
<asp:ListItem Value="2">省部级</asp:ListItem>
<asp:ListItem Value="3">厅局级</asp:ListItem>
<asp:ListItem Value="4">校级</asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="RequiredFieldValidator11" ControlToValidate="DropDownList6" runat="server" ErrorMessage="必选"></asp:RequiredFieldValidator></td>
</tr>
</table>
<asp:Button ID="Button1" runat="server" Text="提 交" Width="137px" OnClick="Button1_Click" /></td>
<td align="left" valign="top" style="height: 746px">
<div>
<table width="258" border="0" bgcolor="#f0f0f0">
<tr>
<td width="74">
<span style="font-size: 9pt"> 教师姓名</span></td>
<td style="width: 95px">
<asp:UpdatePanel ID="UpdatePanel4" runat="server">
<ContentTemplate> <asp:TextBox ID="TextBox9" runat="server" Width="82px"></asp:TextBox>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button4" />
</Triggers>
</asp:UpdatePanel></td>
<td width="60"> <asp:Button ID="Button3" runat="server" Text="Button" Width="55px" OnClick="Button3_Click" /></td>
</tr>
<tr>
<td height="32">
<span style="font-size: 9pt"> 所在部门</span></td>
<td colspan="2">
<asp:UpdatePanel ID="UpdatePanel2" runat="server">
<ContentTemplate>
<asp:DropDownList ID="DropDownList10" runat="server" Width="178px" OnSelectedIndexChanged="DropDownList10_SelectedIndexChanged" AutoPostBack="True">
</asp:DropDownList>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button3" />
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button4" />
</Triggers>
</asp:UpdatePanel></td>
</tr>
<tr>
<td height="32">
<span style="font-size: 9pt"> 教师编号</span></td>
<td colspan="2">
<asp:UpdatePanel ID="UpdatePanel3" runat="server">
<ContentTemplate>
<asp:TextBox ID="TextBox11" runat="server" Width="157px"></asp:TextBox>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button3" />
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button4" />
</Triggers>
</asp:UpdatePanel>
</td>
</tr>
<tr>
<td height="32"> <span style="font-size: 9pt">论文位次</span></td>
<td colspan="2"> <asp:DropDownList ID="DropDownList7" runat="server" CausesValidation="True">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem>
<asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem>
<asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem>
<asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td height="18"> </td>
<td colspan="2"> -------------------</td>
</tr>
<tr>
<td height="26" align="center" colspan="3">
<asp:Button ID="Button4" runat="server" Text="Button" OnClick="Button4_Click" />
<asp:Button ID="Button5" runat="server" Text="Button" OnClick="Button5_Click" /></td>
</tr>
</table>
</div>
<table width="98%" height="294" border="0">
<tr>
<td style="height: 120px">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:ListBox ID="ListBox1" runat="server" Height="253px" Width="258px">
</asp:ListBox>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button4" />
<asp:AsyncPostBackTrigger EventName="Click" ControlID="Button5" />
</Triggers>
</asp:UpdatePanel></td>
</tr>
</table></td>
<td style="height: 746px"> </td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -