⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opbaaaaa.b

📁 人事管理系统
💻 B
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CreateNewFolder.aspx.cs" Inherits="File_FileManage_CreateNewFolder" %>

<!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 runat="server">
    <title>添加新文件夹</title>
<link href="../../css/childrenMainDivCss.css" rel="stylesheet" type="text/css" />
    <link href="../../css/StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
    <div id="page">
        <div style="text-align: left">
            <img align="absBottom" alt="" src="../../images/file/fmfolder.gif" />
        </div>
        <div style="padding-top: 25px; height: 50px; text-align: left">
            <img alt="" src="../../images/file/folderbig.gif" />
            <asp:TextBox ID="txtFolderName" runat="server" CssClass="inputCss" Height="23px"
                Width="387px"></asp:TextBox>
            <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtFolderName"
                CssClass="err" ErrorMessage="文件名不能为空" Width="11px">*</asp:RequiredFieldValidator>
        </div>
        <div style="padding-top: 25px; height: 50px; text-align: left">
            位置:<asp:Label ID="lblFileLocation" runat="server" Width="417px"></asp:Label>
        </div>
        <div style="padding-top: 25px; height: 50px; text-align: left">
            备注:<asp:TextBox ID="txtRemark" runat="server" CssClass="textArea" Height="46px" TextMode="MultiLine"
                Width="382px"></asp:TextBox>
        </div>
        <div style="padding-top: 25px; height: 50px; text-align: left">
            创建时间:<asp:Label ID="lblCreateDate" runat="server" Width="274px"></asp:Label>
            &nbsp; &nbsp; 所有者:<asp:Label ID="lblFileOwner" runat="server" Width="133px"></asp:Label>
        </div>
        <div>
            <hr id="HR2" color="#0000ff" size="1" width="100%" />
        </div>
        <div>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp;&nbsp;
            <asp:ImageButton ID="imgbtnSaveExit" runat="server" Height="20px" ImageUrl="../../images/file/saveexi.gif" Width="64px" />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <asp:ImageButton ID="imgbtnExit" runat="server" CausesValidation="False" Height="20px"
                ImageUrl="../../images/file/exit.gif" Width="40px" />
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -