123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddOther.aspx.cs" Inherits="AddOther" %>
- <!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 id="Head1" runat="server">
- <title></title>
- <link href="js/tableCSS.css" rel="stylesheet" type="text/css" />
- <link href="js/ASPNET2BaseCss.css" rel="stylesheet" type="text/css" />
- <style>
- #maindiv{
- width:900px;
- height:auto;
- border:#06F 1px groove;
- margin:0 auto;
- margin-top:10px;
- border-radius:15px;
- box-shadow:#CCC 6px 6px;
- padding:10px;
- font-size:12px;
- background-color:White;
- }
- #menu1{
-
- background-color:#E7F4F8;
- border:#03C 1px dotted;
- border-radius:8px;
- color:#FFF;
- padding:3px;
- box-shadow:#859CAD 4px 4px;
- text-align:left;
- color:#333399;
-
- }
- #stNav
- {
- padding:5px;
- margin-top:6px;
- background-color:#87B6E9;
- text-align:center;
- border:#F00 1px thick;
- box-shadow:#859CAD 3px 3px;
- border-radius:10px;
- }
- table
- {box-shadow:#859CAD 3px 3px;
- border-radius:10px;
- }
- .style1
- {
- height: 12px;
- width: -255%;
- }
- .style2
- {
- height: 39px;
- }
- .Input3
- {}
- #XQ
- {
- width: 148px;
- }
- #JC
- {
- width: 132px;
- }
- .style3
- {
- height: 12px;
- width: 13%;
- }
- .style4
- {
- width: 13%;
- }
- </style>
- <script>
- function checkbox(checkbox_name, table_tr_name) {
- var ckData = []; //selection checkbox array
- var ckstr = ""; //selection checkbox string
- var ckArr = document.getElementsByName(checkbox_name);
- var text = document.getElementById("TextBox5");
- for (var i = 0; i < ckArr.length; i++) {
- if (ckArr[i].checked) {
- ckData.push(ckArr[i].value);
- ckstr += ckArr[i].value;
- }
- }
- if (ckstr.length > 0) {
- // document.getElementById(table_tr_name).style.backgroundColor = "#FB9C97";
- document.getElementById(table_tr_name).style.backgroundColor = "#86D0F9";
- }
- else
- { document.getElementById(table_tr_name).style.backgroundColor = ""; }
- text.value = text.value + ckstr;
- }
- </script>
- </head >
- <body bgcolor="#006666">
- <form id="form1" runat="server">
- <div id="maindiv">
- <div id="stNav">
- <table width='96%' height='111' border='1' align="center" cellspacing='1' bordercolor="#C1E7FD" bgcolor="#F4FCFF">
- <!--DWLayoutTable-->
- <tr bgcolor="#E2F2FC" >
- <td height='33' colspan="2" align="center">
- <font color="#FF0000" size="4" face="黑体">督导项目记录</font> </td>
- </tr>
- <TR>
- <TD colspan="2"><!--DWLayoutEmptyCell--> </TD>
- </TR>
- <tr align='center'>
- <td align='center' valign='middle' nowrap class="style3">
- 督导姓名 </td>
- <td width=85% align='left' valign='middle' class="style1">
- <asp:TextBox ID="TextBox1" runat="server" Width="120px" Height="26px" CssClass="Input3"></asp:TextBox>
- 督导时间:<asp:TextBox ID="ZJ" Width="120px" Height="26px" runat="server"></asp:TextBox>
- 督导地点:<asp:TextBox ID="DD" Width="120px" Height="26px" runat="server"></asp:TextBox>
- 系部:<asp:DropDownList ID="XB" Width="120px" Height="26px" CssClass="Input3" runat="server">
- <asp:ListItem>计算机系</asp:ListItem>
- <asp:ListItem>机械系</asp:ListItem>
- <asp:ListItem>电气系</asp:ListItem>
- <asp:ListItem>外语系</asp:ListItem>
- <asp:ListItem>经管系</asp:ListItem>
- <asp:ListItem>基础部</asp:ListItem>
- </asp:DropDownList>
- </td>
- </tr>
-
- <tr align='center'>
- <td align='center' valign='middle' class="style3"> 内容</td>
- <td width=85% align='left' valign='middle' class="style1">
- <asp:DropDownList ID="DropDProg" Width="150px" Height="26px"
- CssClass="Input3" runat="server">
-
- <asp:ListItem>督导会议</asp:ListItem>
- <asp:ListItem>教学评课</asp:ListItem>
- <asp:ListItem>督学情况</asp:ListItem>
- <asp:ListItem>教学检查</asp:ListItem>
- <asp:ListItem>项目评审</asp:ListItem>
- <asp:ListItem>培训交流</asp:ListItem>
- <asp:ListItem>其它</asp:ListItem>
- </asp:DropDownList>
- 主要参与人员:<asp:TextBox ID="BJ" Width="480px" Height="26px" runat="server"></asp:TextBox>
- </td>
- </tr>
- <tr align='center'>
- <td height='12' align='center' valign='middle' class="style4"> 星期</td>
- <td align='left' valign='middle'>
- <label>
- <asp:DropDownList ID="XQ" runat="server" Width="120px" Height="26px" >
- <asp:ListItem>一</asp:ListItem>
- <asp:ListItem>二</asp:ListItem>
- <asp:ListItem>三</asp:ListItem>
- <asp:ListItem>四</asp:ListItem>
- <asp:ListItem>五</asp:ListItem>
- <asp:ListItem>六</asp:ListItem>
- <asp:ListItem>日</asp:ListItem>
- </asp:DropDownList>
-
- 节 次 :
- <asp:DropDownList ID="JC" runat="server" Width="120px" Height="26px" >
- <asp:ListItem>第1-2节</asp:ListItem>
- <asp:ListItem>第3-4节</asp:ListItem>
- <asp:ListItem>第5-6节</asp:ListItem>
- <asp:ListItem>第7-8节</asp:ListItem>
- <asp:ListItem>第9-10节</asp:ListItem>
- <asp:ListItem>第11-12节</asp:ListItem>
- <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:DropDownList>
-
- 说明
- <asp:TextBox ID="PF" Width="320px" Height="26px"
- runat="server"></asp:TextBox>
- </label>
- </td>
- </tr>
-
- <tr align='center'>
- <td height='12' align='center' valign='middle' class="style4"><p>内容记录</p>
- </td>
- <td width=85% align='left' valign='middle'>
-
- <asp:TextBox ID="TextBox5" runat="server" TextMode="MultiLine"
- Width="663px" CssClass="Input3" Height="107px"></asp:TextBox>
- <BR> </td>
- </tr>
-
- <tr align='center'>
- <td height='12' align='center' valign='middle' class="style4"><p>图片附件1</p> </td>
- <td width=85% align='left' valign='middle'> 在保存文本信息后上传 </td>
- </tr>
-
- <tr align='center'>
- <td height='12' align='center' valign='middle' class="style4"><p>图片附件2</p> </td>
- <td width=85% align='left' valign='middle'> 在保存文本信息后上传 </td>
- </tr>
-
- <tr align='center'>
- <td height='12' align='center' valign='middle' class="style4"><p>文件附件</p> </td>
- <td width=85% align='left' valign='middle'> 在保存文本信息后上传 </td>
- </tr>
- <tr align='center'>
- <td height='12' align='center' valign='middle' class="style4"><p>建议或结果</p>
- </td>
- <td width=85% align='left' valign='middle'>
-
- <asp:TextBox ID="TextBox2" runat="server" TextMode="MultiLine"
- Width="663px" CssClass="Input3" Height="107px"></asp:TextBox>
- <br />
- <asp:Image ID="Image1" runat="server" ImageUrl="~/images/sg.png" />
- <BR>
- </td>
- </tr>
- <tr align='center'>
- <td colspan="2" align='center' valign='middle' class="style2"> <asp:Button
- ID="Button1" runat="server" CssClass="Input3" Height="26px"
- Text=" 保存记录 " onclick="Button1_Click" />
- <asp:Button ID="Button2" runat="server" CssClass="Input3" Height="26px"
- Text="上传附件" Width="99px" onclick="Button2_Click" />
- </td>
- </tr>
- </table><br />
- </div>
- <div id="menu1">
- <asp:Literal ID="Literal1" runat="server"></asp:Literal>
- </div>
-
- </form>
- </body>
- </html>
-
-
-
-
-
|