Schedule.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:10k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Schedule.aspx.vb" Inherits="ioffice.Schedule"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <FONT face="宋体">
  15. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TR>
  17. <TD style="HEIGHT: 30px" vAlign="top" noWrap>
  18. <TABLE style="WIDTH: 100%; HEIGHT: 18px" cellSpacing="1" cellPadding="1" width="100%" bgColor="#887858" border="0">
  19. <TR>
  20. <TD class="titlebar" style="WIDTH: 469px">
  21. &nbsp;日程任务:我的日程
  22. </TD>
  23. <TD noWrap align="right">
  24. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  25. </TD>
  26. </TR>
  27. </TABLE>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD style="HEIGHT: 5px" vAlign="top" noWrap align="middle">
  32. <TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
  33. <TR>
  34. <TD vAlign="center" noWrap>
  35. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
  36. <TR>
  37. <TD style="WIDTH: 55px" noWrap align="right">
  38. 日期:年
  39. </TD>
  40. <TD style="WIDTH: 95px">
  41. <asp:textbox id="txtYear" runat="server" Width="100px"></asp:textbox>
  42. </TD>
  43. <TD style="WIDTH: 26px" noWrap align="right">
  44. </TD>
  45. <TD style="WIDTH: 72px">
  46. <asp:dropdownlist id="dropMonth" runat="server" Height="23px" Width="142px" AutoPostBack="True">
  47. <asp:ListItem Value="一月">一月</asp:ListItem>
  48. <asp:ListItem Value="二月">二月</asp:ListItem>
  49. <asp:ListItem Value="三月">三月</asp:ListItem>
  50. <asp:ListItem Value="四月">四月</asp:ListItem>
  51. <asp:ListItem Value="五月">五月</asp:ListItem>
  52. <asp:ListItem Value="六月">六月</asp:ListItem>
  53. <asp:ListItem Value="七月">七月</asp:ListItem>
  54. <asp:ListItem Value="八月">八月</asp:ListItem>
  55. <asp:ListItem Value="九月">九月</asp:ListItem>
  56. <asp:ListItem Value="十月">十月</asp:ListItem>
  57. <asp:ListItem Value="十一月">十一月</asp:ListItem>
  58. <asp:ListItem Value="十二月">十二月</asp:ListItem>
  59. </asp:dropdownlist>
  60. </TD>
  61. <TD style="WIDTH: 29px" noWrap align="right">
  62. 日&nbsp;
  63. </TD>
  64. <TD style="WIDTH: 86px">
  65. <asp:dropdownlist id="dropDay" runat="server" Width="84px" Enabled="False">
  66. <asp:ListItem Value="1">1</asp:ListItem>
  67. <asp:ListItem Value="2">2</asp:ListItem>
  68. <asp:ListItem Value="3">3</asp:ListItem>
  69. <asp:ListItem Value="4">4</asp:ListItem>
  70. <asp:ListItem Value="5">5</asp:ListItem>
  71. <asp:ListItem Value="6">6</asp:ListItem>
  72. <asp:ListItem Value="7">7</asp:ListItem>
  73. <asp:ListItem Value="8">8</asp:ListItem>
  74. <asp:ListItem Value="9">9</asp:ListItem>
  75. <asp:ListItem Value="10">10</asp:ListItem>
  76. <asp:ListItem Value="11">11</asp:ListItem>
  77. <asp:ListItem Value="12">12</asp:ListItem>
  78. <asp:ListItem Value="13">13</asp:ListItem>
  79. <asp:ListItem Value="14">14</asp:ListItem>
  80. <asp:ListItem Value="15">15</asp:ListItem>
  81. <asp:ListItem Value="16">16</asp:ListItem>
  82. <asp:ListItem Value="17">17</asp:ListItem>
  83. <asp:ListItem Value="18">18</asp:ListItem>
  84. <asp:ListItem Value="19">19</asp:ListItem>
  85. <asp:ListItem Value="20">20</asp:ListItem>
  86. <asp:ListItem Value="21">21</asp:ListItem>
  87. <asp:ListItem Value="22">22</asp:ListItem>
  88. <asp:ListItem Value="23">23</asp:ListItem>
  89. <asp:ListItem Value="24">24</asp:ListItem>
  90. <asp:ListItem Value="25">25</asp:ListItem>
  91. <asp:ListItem Value="26">26</asp:ListItem>
  92. <asp:ListItem Value="27">27</asp:ListItem>
  93. <asp:ListItem Value="28">28</asp:ListItem>
  94. <asp:ListItem Value="29">29</asp:ListItem>
  95. <asp:ListItem Value="30">30</asp:ListItem>
  96. <asp:ListItem Value="31">31</asp:ListItem>
  97. </asp:dropdownlist>
  98. </TD>
  99. <TD>
  100. <asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../../img/button/query.gif" ImageAlign="AbsMiddle"></asp:imagebutton>
  101. <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
  102. </TD>
  103. </TR>
  104. </TABLE>
  105. </TD>
  106. </TR>
  107. </TABLE>
  108. </TD>
  109. </TR>
  110. <TR>
  111. <TD vAlign="top" noWrap align="middle">
  112. <TABLE style="WIDTH: 95%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  113. <TR>
  114. <TD vAlign="top" noWrap>
  115. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  116. <TR>
  117. <TD class="tttable" noWrap height="10">
  118. </TD>
  119. <TD style="WIDTH: 1px" noWrap height="10">
  120. </TD>
  121. <TD class="td" noWrap align="right" height="10">
  122. </TD>
  123. </TR>
  124. <TR>
  125. <TD class="tttable" noWrap>
  126. 日程列表
  127. <asp:label id="lblYear" runat="server"></asp:label>
  128. <asp:linkbutton id="cmdToday" runat="server" ToolTip="查看今日[我的日程]"></asp:linkbutton>
  129. <asp:Label id="lblDate" runat="server" Visible="False"></asp:Label>
  130. </TD>
  131. <TD style="WIDTH: 1px" noWrap>
  132. </TD>
  133. <TD class="td" noWrap align="right">
  134. <asp:linkbutton id="cmdMonth" runat="server" Enabled="False"><img src="../../img/month.gif" border="0" align="absbottom">&nbsp;按月</asp:linkbutton>&nbsp;
  135. <asp:linkbutton id="cmdWeek" runat="server"><img src="../../img/week.gif" border="0" align="absbottom">&nbsp;按周</asp:linkbutton>&nbsp;
  136. <asp:linkbutton id="cmdDay" runat="server"><img src="../../img/day.gif" border="0" align="absbottom">&nbsp;按天</asp:linkbutton>
  137. </TD>
  138. </TR>
  139. </TABLE>
  140. <asp:calendar id="calSchedule" runat="server" Width="100%" BackColor="#F8F4E4" BorderColor="#999999" Height="92%" ShowGridLines="True" PrevMonthText="&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<img src=../../img/left_arrow.gif alt=上一月 border=0 />上一月" NextMonthText="下一月<img src=../../img/right_arrow.gif alt=下一月 border=0 />&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;" BorderStyle="None" DayNameFormat="Full">
  141. <TodayDayStyle BorderWidth="2px" BorderStyle="Solid" BorderColor="CornflowerBlue" BackColor="#F0F0E8"></TodayDayStyle>
  142. <DayStyle Font-Bold="True" HorizontalAlign="Left" VerticalAlign="Top"></DayStyle>
  143. <NextPrevStyle ForeColor="#223399" CssClass="td"></NextPrevStyle>
  144. <DayHeaderStyle Font-Size="13px" Height="10px" CssClass="tttable" BackColor="#F0F0E8"></DayHeaderStyle>
  145. <TitleStyle Font-Bold="True" Height="10px" BackColor="#D8C8A8"></TitleStyle>
  146. <WeekendDayStyle ForeColor="Red"></WeekendDayStyle>
  147. </asp:calendar>
  148. </TD>
  149. </TR>
  150. <TR>
  151. <TD vAlign="top" noWrap>
  152. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 15px" cellSpacing="0" cellPadding="0" border="0">
  153. <TR>
  154. <TD class="tttable" style="WIDTH: 56px" noWrap>
  155. 交通费:
  156. </TD>
  157. <TD class="" style="WIDTH: 29px" noWrap>
  158. <asp:Label id="lblJt" runat="server">0</asp:Label>
  159. </TD>
  160. <TD class="tttable" style="WIDTH: 54px" noWrap>
  161. 住宿费:
  162. </TD>
  163. <TD style="WIDTH: 29px" noWrap>
  164. <asp:Label id="lblJs" runat="server">0</asp:Label>
  165. </TD>
  166. <TD class="tttable" style="WIDTH: 55px" noWrap>
  167. 餐饮费:
  168. </TD>
  169. <TD style="WIDTH: 29px" noWrap>
  170. <asp:Label id="lblCf" runat="server">0</asp:Label>
  171. </TD>
  172. <TD class="tttable" style="WIDTH: 53px" noWrap>
  173. 其它费:
  174. </TD>
  175. <TD style="WIDTH: 37px" noWrap>
  176. <asp:Label id="lblOther" runat="server">0</asp:Label>
  177. </TD>
  178. <TD class="tttable" style="WIDTH: 40px" noWrap>
  179. 总计:
  180. </TD>
  181. <TD noWrap>
  182. <asp:Label id="lblSum" runat="server">0</asp:Label>
  183. </TD>
  184. <TD noWrap>
  185. </TD>
  186. <TD noWrap>
  187. </TD>
  188. <TD noWrap>
  189. </TD>
  190. </TR>
  191. <TR>
  192. <TD class="tttable" style="WIDTH: 56px" noWrap height="20">
  193. </TD>
  194. <TD style="WIDTH: 29px" noWrap height="20">
  195. </TD>
  196. <TD class="tttable" style="WIDTH: 54px" noWrap height="20">
  197. </TD>
  198. <TD style="WIDTH: 29px" noWrap height="20">
  199. </TD>
  200. <TD class="tttable" style="WIDTH: 55px" noWrap height="20">
  201. </TD>
  202. <TD style="WIDTH: 29px" noWrap height="20">
  203. </TD>
  204. <TD class="tttable" style="WIDTH: 53px" noWrap height="20">
  205. </TD>
  206. <TD style="WIDTH: 37px" noWrap height="20">
  207. </TD>
  208. <TD class="tttable" style="WIDTH: 40px" noWrap height="20">
  209. </TD>
  210. <TD noWrap height="20">
  211. </TD>
  212. <TD noWrap height="20">
  213. </TD>
  214. <TD noWrap height="20">
  215. </TD>
  216. <TD noWrap height="20">
  217. </TD>
  218. </TR>
  219. </TABLE>
  220. </TD>
  221. </TR>
  222. </TABLE>
  223. </TD>
  224. </TR>
  225. </TABLE>
  226. </FONT>
  227. </form>
  228. </body>
  229. </HTML>