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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="SchedByWeek.aspx.vb" Inherits="ioffice.ScheByWeek"%>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4. <HTML>
  5. <HEAD>
  6. <title></title>
  7. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  8. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  9. <meta content="JavaScript" name="vs_defaultClientScript">
  10. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  11. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  12. </HEAD>
  13. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  14. <form id="Form1" method="post" runat="server">
  15. <FONT face="宋体">
  16. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  17. <TR>
  18. <TD style="HEIGHT: 30px" vAlign="top" noWrap>
  19. <TABLE style="WIDTH: 100%; HEIGHT: 18px" cellSpacing="1" cellPadding="1" width="100%" bgColor="#887858" border="0">
  20. <TR>
  21. <TD class="titlebar" style="WIDTH: 469px">
  22. &nbsp;日程任务:我的日程
  23. </TD>
  24. <TD noWrap align="right">
  25. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  26. </TD>
  27. </TR>
  28. </TABLE>
  29. </TD>
  30. </TR>
  31. <TR>
  32. <TD style="HEIGHT: 5px" vAlign="top" noWrap align="middle">
  33. <TABLE class="querybox" style="WIDTH: 95%; HEIGHT: 40px" cellSpacing="0" cellPadding="0" border="0">
  34. <TR>
  35. <TD vAlign="center" noWrap>
  36. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 92.29%" cellSpacing="0" cellPadding="0" border="0">
  37. <TR>
  38. <TD style="WIDTH: 55px" noWrap align="right">
  39. 日期:年
  40. </TD>
  41. <TD style="WIDTH: 95px">
  42. <asp:textbox id="txtYear" runat="server" Width="100px"></asp:textbox>
  43. </TD>
  44. <TD style="WIDTH: 26px" noWrap align="right">
  45. </TD>
  46. <TD style="WIDTH: 72px">
  47. <asp:dropdownlist id="dropMonth" runat="server" Width="142px" Height="23px" AutoPostBack="True">
  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:ListItem Value="十二月">十二月</asp:ListItem>
  60. </asp:dropdownlist>
  61. </TD>
  62. <TD style="WIDTH: 29px" noWrap align="right">
  63. 日&nbsp;
  64. </TD>
  65. <TD style="WIDTH: 86px">
  66. <asp:dropdownlist id="dropDay" runat="server" Width="84px" AutoPostBack="True">
  67. <asp:ListItem Value="1">1</asp:ListItem>
  68. <asp:ListItem Value="2">2</asp:ListItem>
  69. <asp:ListItem Value="3">3</asp:ListItem>
  70. <asp:ListItem Value="4">4</asp:ListItem>
  71. <asp:ListItem Value="5">5</asp:ListItem>
  72. <asp:ListItem Value="6">6</asp:ListItem>
  73. <asp:ListItem Value="7">7</asp:ListItem>
  74. <asp:ListItem Value="8">8</asp:ListItem>
  75. <asp:ListItem Value="9">9</asp:ListItem>
  76. <asp:ListItem Value="10">10</asp:ListItem>
  77. <asp:ListItem Value="11">11</asp:ListItem>
  78. <asp:ListItem Value="12">12</asp:ListItem>
  79. <asp:ListItem Value="13">13</asp:ListItem>
  80. <asp:ListItem Value="14">14</asp:ListItem>
  81. <asp:ListItem Value="15">15</asp:ListItem>
  82. <asp:ListItem Value="16">16</asp:ListItem>
  83. <asp:ListItem Value="17">17</asp:ListItem>
  84. <asp:ListItem Value="18">18</asp:ListItem>
  85. <asp:ListItem Value="19">19</asp:ListItem>
  86. <asp:ListItem Value="20">20</asp:ListItem>
  87. <asp:ListItem Value="21">21</asp:ListItem>
  88. <asp:ListItem Value="22">22</asp:ListItem>
  89. <asp:ListItem Value="23">23</asp:ListItem>
  90. <asp:ListItem Value="24">24</asp:ListItem>
  91. <asp:ListItem Value="25">25</asp:ListItem>
  92. <asp:ListItem Value="26">26</asp:ListItem>
  93. <asp:ListItem Value="27">27</asp:ListItem>
  94. <asp:ListItem Value="28">28</asp:ListItem>
  95. <asp:ListItem Value="29">29</asp:ListItem>
  96. <asp:ListItem Value="30">30</asp:ListItem>
  97. <asp:ListItem Value="31">31</asp:ListItem>
  98. </asp:dropdownlist>
  99. </TD>
  100. <TD>
  101. <asp:imagebutton id="cmdQuery" runat="server" ImageUrl="../../img/button/query.gif" ImageAlign="AbsMiddle"></asp:imagebutton>
  102. <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
  103. </TD>
  104. </TR>
  105. </TABLE>
  106. </TD>
  107. </TR>
  108. </TABLE>
  109. </TD>
  110. </TR>
  111. <TR>
  112. <TD vAlign="top" noWrap align="middle">
  113. <TABLE class="td" style="WIDTH: 95%; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  114. <TR>
  115. <TD vAlign="top" noWrap>
  116. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  117. <TR>
  118. <TD class="tttable" noWrap height="10">
  119. </TD>
  120. <TD style="WIDTH: 1px" noWrap height="10">
  121. </TD>
  122. <TD class="td" noWrap align="right" height="10">
  123. </TD>
  124. </TR>
  125. <TR>
  126. <TD class="tttable" noWrap>
  127. 日程列表
  128. <asp:label id="lblYear" runat="server"></asp:label>
  129. <asp:label id="lblDate" runat="server" Visible="False"></asp:label>
  130. <asp:linkbutton id="cmdToday" runat="server" ToolTip="查看今日[我的日程]"></asp:linkbutton>
  131. </TD>
  132. <TD style="WIDTH: 1px" noWrap>
  133. </TD>
  134. <TD class="td" noWrap align="right">
  135. <asp:linkbutton id="cmdMonth" runat="server"><img src="../../img/month.gif" border="0" align="absbottom">&nbsp;按月</asp:linkbutton>&nbsp;
  136. <asp:linkbutton id="cmdWeek" runat="server" Enabled="False"><img src="../../img/week.gif" border="0" align="absbottom">&nbsp;按周</asp:linkbutton>&nbsp;
  137. <asp:linkbutton id="cmdDay" runat="server"><img src="../../img/day.gif" border="0" align="absbottom">&nbsp;按天</asp:linkbutton>
  138. </TD>
  139. </TR>
  140. </TABLE>
  141. <TABLE style="BORDER-RIGHT: #999999 1px; BORDER-TOP: #999999 1px; BORDER-LEFT: #999999 1px; WIDTH: 100%; BORDER-BOTTOM: #999999 1px; BORDER-COLLAPSE: collapse; HEIGHT: 92%; BACKGROUND-COLOR: #f8f4e4" borderColor="#999999" cellSpacing="0" cellPadding="0" rules="all" border="1">
  142. <TR>
  143. <TD style="HEIGHT: 1px" noWrap colSpan="1" height="1">
  144. <TABLE height="28" cellSpacing="0" cellPadding="0" width="100%" bgColor="#d8c8a8" border="0">
  145. <TR>
  146. <TD noWrap>
  147. &nbsp;&nbsp;&nbsp;&nbsp;
  148. <asp:LinkButton id="cmdLastDay" runat="server" CssClass="tttable"><img src="../../img/left_arrow.gif" alt="上一周" border="0" />上一周</asp:LinkButton>
  149. </TD>
  150. <TD noWrap align="middle">
  151. <asp:label id="lblHeader" runat="server" Font-Size="18px" Font-Bold="True">2001年11月28日 星期日</asp:label>
  152. </TD>
  153. <TD noWrap align="right">
  154. <asp:LinkButton id="cmdNextDay" runat="server" CssClass="tttable">下一周<img src="../../img/right_arrow.gif" alt="下一周" border="0" /></asp:LinkButton>
  155. &nbsp;&nbsp;&nbsp;&nbsp;
  156. </TD>
  157. </TR>
  158. </TABLE>
  159. </TD>
  160. </TR>
  161. <TR>
  162. <TD class="" vAlign="top" noWrap height="90%">
  163. <TABLE style="BORDER-RIGHT: #999999 1px; BORDER-TOP: #999999 1px; BORDER-LEFT: #999999 1px; WIDTH: 100%; BORDER-BOTTOM: #999999 1px; BORDER-COLLAPSE: collapse; HEIGHT: 100%; BACKGROUND-COLOR: #f8f4e4" borderColor="#999999" cellSpacing="0" cellPadding="0" rules="all" border="1">
  164. <TR style="FONT-WEIGHT: bold; FONT-SIZE: 13px" align="middle">
  165. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  166. 星期日
  167. </TD>
  168. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  169. 星期一
  170. </TD>
  171. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  172. 星期二
  173. </TD>
  174. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  175. 星期三
  176. </TD>
  177. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  178. 星期四
  179. </TD>
  180. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  181. 星期五
  182. </TD>
  183. <TD style="HEIGHT: 26px" bgColor="#f0f0e8">
  184. 星期六
  185. </TD>
  186. </TR>
  187. <TR>
  188. <TD class="td" vAlign="top" width="14.3%">
  189. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  190. <TR>
  191. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red" noWrap>
  192. <A style="COLOR: red" href="schedbyday.aspx?vdate=<% =sDate(0)%>">
  193. <% =day(sdate(0))%>
  194. </A>
  195. </TD>
  196. <TD noWrap align="right">
  197. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(0)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  198. </TD>
  199. </TR>
  200. </TABLE>
  201. <%=ssubject(0)%>
  202. </TD>
  203. <TD class="td" vAlign="top" width="14.3%">
  204. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  205. <TR>
  206. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: black" noWrap>
  207. <A style="COLOR: black" href="schedbyday.aspx?vdate=<% =sDate(1)%>">
  208. <% =day(sdate(1))%>
  209. </A>
  210. </TD>
  211. <TD noWrap align="right">
  212. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(1)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  213. </TD>
  214. </TR>
  215. </TABLE>
  216. <%=ssubject(1)%>
  217. </TD>
  218. <TD class="td" vAlign="top" width="14.3%">
  219. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  220. <TR>
  221. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: black" noWrap>
  222. <A style="COLOR: black" href="schedbyday.aspx?vdate=<% =sDate(2)%>">
  223. <% =day(sdate(2))%>
  224. </A>
  225. </TD>
  226. <TD noWrap align="right">
  227. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(2)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  228. </TD>
  229. </TR>
  230. </TABLE>
  231. <%=ssubject(2)%>
  232. </TD>
  233. <TD class="td" vAlign="top" width="14.3%">
  234. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  235. <TR>
  236. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: black" noWrap>
  237. <A style="COLOR: black" href="schedbyday.aspx?vdate=<% =sDate(3)%>">
  238. <% =day(sdate(3))%>
  239. </A>
  240. </TD>
  241. <TD noWrap align="right">
  242. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(3)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  243. </TD>
  244. </TR>
  245. </TABLE>
  246. <%=ssubject(3)%>
  247. </TD>
  248. <TD class="td" vAlign="top" width="14.3%">
  249. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  250. <TR>
  251. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: black" noWrap>
  252. <A style="COLOR: black" href="schedbyday.aspx?vdate=<% =sDate(4)%>">
  253. <% =day(sdate(4))%>
  254. </A>
  255. </TD>
  256. <TD noWrap align="right">
  257. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(4)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  258. </TD>
  259. </TR>
  260. </TABLE>
  261. <%=ssubject(4)%>
  262. </TD>
  263. <TD class="td" vAlign="top" width="14.3%">
  264. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  265. <TR>
  266. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: black" noWrap>
  267. <A style="COLOR: black" href="schedbyday.aspx?vdate=<% =sDate(5)%>">
  268. <% =day(sdate(5))%>
  269. </A>
  270. </TD>
  271. <TD noWrap align="right">
  272. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(5)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  273. </TD>
  274. </TR>
  275. </TABLE>
  276. <%=ssubject(5)%>
  277. </TD>
  278. <TD class="td" vAlign="top">
  279. <TABLE class="tttable" cellSpacing="0" cellPadding="0" width="100%" border="0">
  280. <TR>
  281. <TD style="FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red" noWrap>
  282. <A style="COLOR: red" href="schedbyday.aspx?vdate=<% =sDate(6)%>">
  283. <% =day(sdate(6))%>
  284. </A>
  285. </TD>
  286. <TD noWrap align="right">
  287. <A href="schaddup.aspx?reurl=schedbyweek.aspx&amp;day=<%=sdate(6)%>"><IMG alt="新增个人日程" src="../../img/add_small.gif" border="0"></A>
  288. </TD>
  289. </TR>
  290. </TABLE>
  291. <%=ssubject(6)%>
  292. </TD>
  293. </TR>
  294. </TABLE>
  295. </TD>
  296. </TR>
  297. <TR>
  298. <TD vAlign="top" noWrap>
  299. <TABLE class="td" style="WIDTH: 100%; HEIGHT: 15px" cellSpacing="0" cellPadding="0" border="0">
  300. <TR>
  301. <TD class="tttable" style="WIDTH: 56px" noWrap>
  302. 交通费:
  303. </TD>
  304. <TD class="" style="WIDTH: 29px" noWrap>
  305. <asp:label id="lblJt" runat="server">0</asp:label>
  306. </TD>
  307. <TD class="tttable" style="WIDTH: 54px" noWrap>
  308. 住宿费:
  309. </TD>
  310. <TD style="WIDTH: 29px" noWrap>
  311. <asp:label id="lblJs" runat="server">0</asp:label>
  312. </TD>
  313. <TD class="tttable" style="WIDTH: 55px" noWrap>
  314. 餐饮费:
  315. </TD>
  316. <TD style="WIDTH: 29px" noWrap>
  317. <asp:label id="lblCf" runat="server">0</asp:label>
  318. </TD>
  319. <TD class="tttable" style="WIDTH: 53px" noWrap>
  320. 其它费:
  321. </TD>
  322. <TD style="WIDTH: 37px" noWrap>
  323. <asp:label id="lblOther" runat="server">0</asp:label>
  324. </TD>
  325. <TD class="tttable" style="WIDTH: 40px" noWrap>
  326. 总计:
  327. </TD>
  328. <TD noWrap>
  329. <asp:label id="lblSum" runat="server">0</asp:label>
  330. </TD>
  331. <TD noWrap>
  332. </TD>
  333. <TD noWrap>
  334. </TD>
  335. <TD noWrap>
  336. </TD>
  337. </TR>
  338. <TR>
  339. <TD class="tttable" style="WIDTH: 56px" noWrap height="20">
  340. </TD>
  341. <TD style="WIDTH: 29px" noWrap height="20">
  342. </TD>
  343. <TD class="tttable" style="WIDTH: 54px" noWrap height="20">
  344. </TD>
  345. <TD style="WIDTH: 29px" noWrap height="20">
  346. </TD>
  347. <TD class="tttable" style="WIDTH: 55px" noWrap height="20">
  348. </TD>
  349. <TD style="WIDTH: 29px" noWrap height="20">
  350. </TD>
  351. <TD class="tttable" style="WIDTH: 53px" noWrap height="20">
  352. </TD>
  353. <TD style="WIDTH: 37px" noWrap height="20">
  354. </TD>
  355. <TD class="tttable" style="WIDTH: 40px" noWrap height="20">
  356. </TD>
  357. <TD noWrap height="20">
  358. </TD>
  359. <TD noWrap height="20">
  360. </TD>
  361. <TD noWrap height="20">
  362. </TD>
  363. <TD noWrap height="20">
  364. </TD>
  365. </TR>
  366. </TABLE>
  367. </TD>
  368. </TR>
  369. </TABLE>
  370. </TD>
  371. </TR>
  372. </TABLE>
  373. </TD>
  374. </TR>
  375. </TABLE>
  376. </FONT>
  377. </form>
  378. </body>
  379. </HTML>