fmSelFolder.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:7k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="fmSelFolder.aspx.vb" Inherits="ioffice.fmSelFolder"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
- <TR>
- <TD style="WIDTH: 100%; HEIGHT: 10px" vAlign="top" noWrap align="left">
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <TABLE style="WIDTH: 466px; HEIGHT: 398px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="top" noWrap>
- <FONT face="宋体">
- <TABLE class="boxform" style="WIDTH: 100%; HEIGHT: 340px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="top" noWrap align="left">
- <TABLE style="WIDTH: 100%; HEIGHT: 10px" bgColor="#000080">
- <TR>
- <TD class="uname">
- <asp:image id="Image1" runat="server" ImageUrl="../../img/fm.gif" ImageAlign="AbsBottom"></asp:image>
- 选取文件夹
- </TD>
- <TD class="uname" align="right">
- </TD>
- </TR>
- </TABLE>
- <TABLE class="" borderColor="#cccccc" cellSpacing="0" cellPadding="0" width="100%" bgColor="#d4d0c8" border="0">
- <TR>
- <TD style="WIDTH: 1px" noWrap>
- <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>
- </TD>
- <TD style="WIDTH: 1px" noWrap>
- <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>
- </TD>
- <TD style="WIDTH: 1px" noWrap>
- <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>
- </TD>
- <TD style="WIDTH: 1px" noWrap>
- </TD>
- <TD style="WIDTH: 33px" noWrap align="middle">
- </TD>
- <TD style="WIDTH: 33px" noWrap align="middle">
- </TD>
- <TD style="WIDTH: 1px" noWrap>
- </TD>
- <TD noWrap>
- </TD>
- <TD noWrap width="100%">
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- </TABLE>
- <TABLE class="" style="WIDTH: 100%; HEIGHT: 20px" borderColor="gainsboro" cellSpacing="0" cellPadding="0" bgColor="#d4d0c8" border="0">
- <TR>
- <TD style="WIDTH: 50px" noWrap>
- <asp:label id="lblAddress" runat="server" CssClass="tttable" Height="22px"> 地址(D)</asp:label>
- </TD>
- <TD noWrap width="100%">
- <DIV style="WIDTH: 100%; POSITION: relative; HEIGHT: 25px" ms_positioning="GridLayout">
- <FONT face="宋体">
- <asp:textbox id="txtFolderPath" style="Z-INDEX: 101; LEFT: 2px; POSITION: absolute; TOP: 1px" runat="server" Height="23px" Width="100%">--- C:</asp:textbox>
- <asp:image id="imgDrive" style="Z-INDEX: 102; LEFT: 4px; POSITION: absolute; TOP: 5px" runat="server" ImageUrl="../../img/img-folder.gif"></asp:image>
- </FONT>
- </DIV>
- </TD>
- <TD noWrap width="15">
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- </TABLE>
- <asp:datagrid id="dgdFolder" runat="server" CssClass="td" Width="100%" DataKeyField="id" BorderWidth="0px" AutoGenerateColumns="False" AllowSorting="True">
- <FooterStyle Wrap="False"></FooterStyle>
- <HeaderStyle BorderWidth="1px" BorderColor="DarkGray" CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
- <Columns>
- <asp:ButtonColumn DataTextField="name" SortExpression="ordercol" HeaderText="名称" CommandName="Select"></asp:ButtonColumn>
- <asp:BoundColumn DataField="note" ReadOnly="True" HeaderText="备注">
- <HeaderStyle Wrap="False" HorizontalAlign="Left">
- </HeaderStyle>
- <ItemStyle HorizontalAlign="Left" VerticalAlign="Top">
- </ItemStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="empname" SortExpression="empname" ReadOnly="True" HeaderText="所有者">
- <HeaderStyle Wrap="False" HorizontalAlign="Left" VerticalAlign="Top">
- </HeaderStyle>
- <ItemStyle Wrap="False" HorizontalAlign="Left" VerticalAlign="Top">
- </ItemStyle>
- </asp:BoundColumn>
- </Columns>
- </asp:datagrid>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 14px" vAlign="top" noWrap align="left" bgColor="#d4d0c8">
- <FONT face="宋体">
- <asp:label id="Label1" runat="server" CssClass="tttable">选定的文件夹:</asp:label>
- <asp:textbox id="txtSelFolder" runat="server" Width="168px" ReadOnly="True"></asp:textbox>
- </FONT>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap height="10">
- <FONT face="宋体"></FONT>
- </TD>
- </TR>
- <TR>
- <TD noWrap align="right">
- <FONT face="宋体">
- <asp:imagebutton id="cmdOK" runat="server" ImageUrl="../../img/button/ok.gif"></asp:imagebutton>
- <asp:imagebutton id="cmdCancel" runat="server" ImageUrl="../../img/button/cancel.gif"></asp:imagebutton>
- </FONT>
- </TD>
- </TR>
- </TABLE>
- <asp:label id="lblID" runat="server" Visible="False"></asp:label>
- <asp:label id="lblSelID" runat="server" Visible="False"></asp:label>
- <asp:Label id="lblOpt" runat="server" Visible="False"></asp:Label>
- <asp:Label id="lblBfolder" runat="server" Visible="False"></asp:Label>
- <asp:Label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:Label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </form>
- </body>
- </HTML>