📄 newworkrep.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" ValidateRequest="false" CodeFile="newWorkRep.aspx.vb" Inherits="GZHB_newWorkRep" %>
<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="../js/js_shared.js" type="text/javascript"></script>
<link href="../css/css_leave.css" rel="stylesheet" type="text/css" />
<link href="../css/css_shared.css" rel="stylesheet" type="text/css" />
<link href="../css/css_form.css" rel="stylesheet" type="text/css" />
<script src="../js/calendar.js" type="text/javascript"></script>
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:94px;
top:200px;
width:247px;
height:144px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:93px;
top:200px;
width:214px;
height:125px;
z-index:1;
}
-->
</style>
</head>
<body onload="MM_preloadImages('../images/submit_hover.gif')">
<table id="Table1" border="0" cellspacing="0" cellpadding="0" runat="server" style="width: 504px;">
<tr>
<td style="width: 16px"><img src="../images/spacer.gif" width="15" height="1" alt="" /></td>
<td style="width:100%"><img src="../images/spacer.gif" width="100%" height="1" alt="" /></td>
<td><img src="../images/spacer.gif" width="14" height="1" alt="" /></td>
<td><img src="../images/spacer.gif" width="1" height="1" alt="" /></td>
</tr>
<tr>
<td style="height: 709px; width: 16px;"> </td>
<td style="width: 508px; height: 709px" valign="top"><form id="NewMessage" method="post" action="" runat="server" title="个人工作汇报">
<table id="Table2" border="0" cellspacing="0" cellpadding="0" runat="server" style="width: 100%;">
<tr>
<td colspan="3"><img src="../images/titles/psnWrkRep.gif" alt="title" height="55"/></td>
</tr>
<tr>
<td colspan="3" style="height: 12px"></td>
</tr>
<tr>
<td style="width: 13px; height: 0px;"></td>
<td style="height: 0px; width: 506px;" valign="top">
<table border="0" cellpadding="0" cellspacing="0" id="Table_inputInfo" runat="server" style="width: 100%" navigateurl="messageNew.aspx" class="inputInfo">
<tr bgcolor="#E0D6C0">
<td style="height: 20px; width:84px" ><center><a href="workRep.aspx">文件列表</a></center></td>
<td style="height: 20px; width:84px" bgcolor="#EFE9DE"><center><a href="newWorkRep.aspx">汇报工作</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="draftWorkRep.aspx">草稿箱</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="WorkRepSend.aspx">已汇报工作</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="WorkRepSearch.aspx">文件搜索</a></center></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="height: 35px;width:202px">
工作主题:</td>
<td colspan="3" style="height: 35px;width:303px"><asp:TextBox ID="textbox_title" runat="server" Width="208px" CssClass="INPUT"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="height: 35px;width:202px">
类别:</td>
<td colspan="3" style="height: 35px;width:303px">
<asp:TextBox ID="TextBox_Sort" runat="server" CssClass="INPUT" Width="168px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="height: 35px;width:202px">
时间:</td>
<td colspan="3" style="height: 35px;width:303px">
<asp:TextBox ID="TextBox_FinishTime" onfocus="calendar()" runat="server" CssClass="INPUT" Width="168px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="height: 35px;width:202px">
地点:</td>
<td colspan="3" style="height: 35px;width:303px">
<asp:TextBox ID="TextBox_Where" runat="server" CssClass="INPUT" Width="168px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="height: 30px;width:202px" valign="top">
汇报内容:</td>
<td colspan="3" style="height: 30px;width:303px"><asp:TextBox ID="textbox_contents" runat="server" Height="144px" Width="280px" TextMode="MultiLine"></asp:TextBox></td>
</tr><tr>
<td colspan="2" class="ItemName" style="height: 35px;width:202px">
汇报对象:</td>
<td colspan="3" style="height: 35px;width:303px"> <asp:DropDownList ID="DropDownList_Receiver" runat="server" CssClass="BUTTON" Width="136px" AutoPostBack="True">
<asp:ListItem>请选择汇报对象....</asp:ListItem>
<asp:ListItem>指定对象</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Button1" runat="server" CssClass="BUTTON" Text="查看选择对象" Width="104px" Height="20px" /></td>
</tr>
<tr>
<td colspan="2" class="ItemName" style="width:202px; height: 35px;">
附件:</td>
<td colspan="3" style="width:303px; height: 35px;">
<asp:FileUpload ID="FileUpload_file" runat="server" Height="18px" Width="200px" CssClass="INPUT" />
<asp:Button ID="Button_addFile" runat="server" CssClass="BUTTON" Height="20px" Text="增加"
Width="60px" /></td>
</tr>
<tr>
<td colspan="2"></td>
<td colspan="3">
<asp:ListBox ID="ListBox_FileList" runat="server" CssClass="INPUT" Visible="False" Width="216px" Height="112px">
</asp:ListBox>
<asp:Button ID="Button_delFile" runat="server" Height="20px" Text="删除" Visible="False" Width="60px" CssClass="BUTTON" />
</td>
</tr>
<tr><td colspan="5" style="height: 20px">
<asp:CheckBox ID="CheckBox_DraftOrNo" runat="server" Text="不发送,保存至草稿箱" Width="160px" /></td></tr>
<tr>
<td colspan="5" style="height: 30px">
<div align="center">
<label>
<asp:Button ID="Button_Submit" runat="server" Text="提交" Width="80px" CssClass="BUTTON" />
<asp:Button ID="Button_Reset" runat="server" Text="重置"
Width="80px" CssClass="BUTTON" /></label></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 11px; height: 0px;"></td>
<td style="height: 0px; width: 506px;" valign="top">
<table border="0" cellpadding="0" cellspacing="0" id="Table_AddReceiver" runat="server" style="width: 100%" visible="false" class="inputInfo">
<tr bgcolor="#E0D6C0">
<td style="height: 20px; width:84px" ><center><a href="workRep.aspx">文件列表</a></center></td>
<td style="height: 20px; width:84px" bgcolor="#EFE9DE"><center><a href="newWorkRep.aspx">汇报工作</a></center></td>
<td style="height: 20px; width:101px" ><center><a href="draftWorkRep.aspx">草稿箱</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="WorkRepSend.aspx">已汇报工作</a></center></td>
<td style="height: 20px; width:84px" ><center><a href="WorkRepSearch.aspx">文件搜索</a></center></td>
</tr>
<tr>
<td class="ItemName" style="width: 506px; height: 35px;" colspan="5">
请选择发送对象:(最多50人)</td>
</tr>
<tr>
<td class="ItemName" style="width: 202px; height: 35px;" colspan="2">
所有用户:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" CssClass="BUTTON"
Width="117px">
</asp:DropDownList></td>
<td style="width: 101px; height: 35px;" colspan="1"></td>
<td class="ItemName" style="width: 202px; height: 35px;" colspan="2">
已选择用户:</td>
</tr>
<tr>
<td class="ItemName" colspan="2" valign="top"><asp:ListBox ID="ListBox_UserSource" runat="server" Height="280px" Width="200px" BackColor="#EFE9DE" DataTextField="username" DataValueField="userId">
</asp:ListBox>
</td>
<td style="width:101px; vertical-align: middle; text-align: center;" colspan="1">
<asp:Button ID="Button_addUser" runat="server" Height="24px" Text="添加" Width="56px" CssClass="BUTTON" /><br />
<br />
<br />
<asp:Button ID="Button_delUser" runat="server" Height="24px" Text="移除" Width="56px" CssClass="BUTTON" /></td>
<td class="ItemName" colspan="2" valign="top">
<asp:ListBox ID="ListBox_UserSelect" runat="server" Height="280px" Width="200px" BackColor="#EFE9DE"></asp:ListBox>
</td>
</tr>
<tr><td colspan="6" style="height: 11px; text-align:right;" >
<asp:LinkButton ID="LinkButton2" runat="server"></asp:LinkButton>
<asp:LinkButton ID="LinkButton1" runat="server"></asp:LinkButton>
<asp:Button ID="Button_Confirm" runat="server" Height="24px" Text="确认" Width="72px" CssClass="BUTTON" />
</td></tr>
</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -