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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="fmSelFolder.aspx.vb" Inherits="ioffice.fmSelFolder"%>
  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. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
  16. <TR>
  17. <TD style="WIDTH: 100%; HEIGHT: 10px" vAlign="top" noWrap align="left">
  18. <FONT face="宋体"></FONT>
  19. </TD>
  20. </TR>
  21. <TR>
  22. <TD vAlign="top" noWrap align="middle">
  23. <TABLE style="WIDTH: 466px; HEIGHT: 398px" cellSpacing="0" cellPadding="0" border="0">
  24. <TR>
  25. <TD vAlign="top" noWrap>
  26. <FONT face="宋体">
  27. <TABLE class="boxform" style="WIDTH: 100%; HEIGHT: 340px" cellSpacing="0" cellPadding="0" border="0">
  28. <TR>
  29. <TD vAlign="top" noWrap align="left">
  30. <TABLE style="WIDTH: 100%; HEIGHT: 10px" bgColor="#000080">
  31. <TR>
  32. <TD class="uname">
  33. <asp:image id="Image1" runat="server" ImageUrl="../../img/fm.gif" ImageAlign="AbsBottom"></asp:image>
  34. 选取文件夹
  35. </TD>
  36. <TD class="uname" align="right">
  37. </TD>
  38. </TR>
  39. </TABLE>
  40. <TABLE class="" borderColor="#cccccc" cellSpacing="0" cellPadding="0" width="100%" bgColor="#d4d0c8" border="0">
  41. <TR>
  42. <TD style="WIDTH: 1px" noWrap>
  43. <asp:imagebutton id="cmdBack" onmouseover="this.src='../../img/button/fmback1.gif';" onmouseout="this.src='../../img/button/fmback.gif';" runat="server" ImageUrl="../../img/button/fmback.gif" ImageAlign="AbsBottom" ToolTip="后退一步"></asp:imagebutton>
  44. </TD>
  45. <TD style="WIDTH: 1px" noWrap>
  46. <asp:imagebutton id="cmdForword" onmouseover="this.src='../../img/button/fmforword1.gif';" onmouseout="this.src='../../img/button/fmforword.gif';" runat="server" ImageUrl="../../img/button/fmforword.gif" ImageAlign="AbsBottom" ToolTip="向前一步"></asp:imagebutton>
  47. </TD>
  48. <TD style="WIDTH: 1px" noWrap>
  49. <asp:imagebutton id="cmdUp" onmouseover="this.src='../../img/button/fmup1.gif';" onmouseout="this.src='../../img/button/fmup.gif';" runat="server" ImageUrl="../../img/button/fmup.gif" ImageAlign="AbsBottom" ToolTip="向上一级"></asp:imagebutton>
  50. </TD>
  51. <TD style="WIDTH: 1px" noWrap>
  52. </TD>
  53. <TD style="WIDTH: 33px" noWrap align="middle">
  54. </TD>
  55. <TD style="WIDTH: 33px" noWrap align="middle">
  56. </TD>
  57. <TD style="WIDTH: 1px" noWrap>
  58. </TD>
  59. <TD noWrap>
  60. </TD>
  61. <TD noWrap width="100%">
  62. <FONT face="宋体"></FONT>
  63. </TD>
  64. </TR>
  65. </TABLE>
  66. <TABLE class="" style="WIDTH: 100%; HEIGHT: 20px" borderColor="gainsboro" cellSpacing="0" cellPadding="0" bgColor="#d4d0c8" border="0">
  67. <TR>
  68. <TD style="WIDTH: 50px" noWrap>
  69. <asp:label id="lblAddress" runat="server" CssClass="tttable" Height="22px"> 地址(D)</asp:label>
  70. </TD>
  71. <TD noWrap width="100%">
  72. <DIV style="WIDTH: 100%; POSITION: relative; HEIGHT: 25px" ms_positioning="GridLayout">
  73. <FONT face="宋体">
  74. <asp:textbox id="txtFolderPath" style="Z-INDEX: 101; LEFT: 2px; POSITION: absolute; TOP: 1px" runat="server" Height="23px" Width="100%">--- C:</asp:textbox>
  75. <asp:image id="imgDrive" style="Z-INDEX: 102; LEFT: 4px; POSITION: absolute; TOP: 5px" runat="server" ImageUrl="../../img/img-folder.gif"></asp:image>
  76. </FONT>
  77. </DIV>
  78. </TD>
  79. <TD noWrap width="15">
  80. <FONT face="宋体"></FONT>
  81. </TD>
  82. </TR>
  83. </TABLE>
  84. <asp:datagrid id="dgdFolder" runat="server" CssClass="td" Width="100%" DataKeyField="id" BorderWidth="0px" AutoGenerateColumns="False" AllowSorting="True">
  85. <FooterStyle Wrap="False"></FooterStyle>
  86. <HeaderStyle BorderWidth="1px" BorderColor="DarkGray" CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
  87. <Columns>
  88. <asp:ButtonColumn DataTextField="name" SortExpression="ordercol" HeaderText="名称" CommandName="Select"></asp:ButtonColumn>
  89. <asp:BoundColumn DataField="note" ReadOnly="True" HeaderText="备注">
  90. <HeaderStyle Wrap="False" HorizontalAlign="Left">
  91. </HeaderStyle>
  92. <ItemStyle HorizontalAlign="Left" VerticalAlign="Top">
  93. </ItemStyle>
  94. </asp:BoundColumn>
  95. <asp:BoundColumn DataField="empname" SortExpression="empname" ReadOnly="True" HeaderText="所有者">
  96. <HeaderStyle Wrap="False" HorizontalAlign="Left" VerticalAlign="Top">
  97. </HeaderStyle>
  98. <ItemStyle Wrap="False" HorizontalAlign="Left" VerticalAlign="Top">
  99. </ItemStyle>
  100. </asp:BoundColumn>
  101. </Columns>
  102. </asp:datagrid>
  103. </TD>
  104. </TR>
  105. <TR>
  106. <TD style="HEIGHT: 14px" vAlign="top" noWrap align="left" bgColor="#d4d0c8">
  107. <FONT face="宋体">
  108. <asp:label id="Label1" runat="server" CssClass="tttable">选定的文件夹:</asp:label>
  109. <asp:textbox id="txtSelFolder" runat="server" Width="168px" ReadOnly="True"></asp:textbox>
  110. </FONT>
  111. </TD>
  112. </TR>
  113. </TABLE>
  114. </FONT>
  115. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  116. <TR>
  117. <TD noWrap height="10">
  118. <FONT face="宋体"></FONT>
  119. </TD>
  120. </TR>
  121. <TR>
  122. <TD noWrap align="right">
  123. <FONT face="宋体">
  124. <asp:imagebutton id="cmdOK" runat="server" ImageUrl="../../img/button/ok.gif"></asp:imagebutton>
  125. <asp:imagebutton id="cmdCancel" runat="server" ImageUrl="../../img/button/cancel.gif"></asp:imagebutton>
  126. </FONT>
  127. </TD>
  128. </TR>
  129. </TABLE>
  130. <asp:label id="lblID" runat="server" Visible="False"></asp:label>
  131. <asp:label id="lblSelID" runat="server" Visible="False"></asp:label>
  132. <asp:Label id="lblOpt" runat="server" Visible="False"></asp:Label>
  133. <asp:Label id="lblBfolder" runat="server" Visible="False"></asp:Label>
  134. <asp:Label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:Label>
  135. </TD>
  136. </TR>
  137. </TABLE>
  138. </TD>
  139. </TR>
  140. </TABLE>
  141. </form>
  142. </body>
  143. </HTML>