📄 mpbaaaaa.b
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CreateNewFile.aspx.cs" Inherits="File_FileManage_CreateNewFile" %>
<!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">
<table border="0" cellpadding="1" cellspacing="0" width="700px">
<tr>
<td align="left" nowrap="nowrap" style="width: 650px; height: 944px" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td nowrap="nowrap">
<img align="absBottom" alt="" src="../../images/file/filepro.gif" />
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td align="left" nowrap="nowrap" style="padding-right: 15px; padding-left: 20px;
padding-bottom: 15px; width: 59800%; padding-top: 20px" valign="top">
<div style="z-index: 100; width: 100%; position: relative; height: 168px">
<asp:Label ID="Label1" runat="server" Height="20px" Style="z-index: 101; left: 1px;
position: absolute; top: 1px" Width="57px">文件名</asp:Label>
<asp:TextBox ID="txtFileName" runat="server" CssClass="inputCss" Height="23px" Style="z-index: 102;
left: 64px; position: absolute; top: 1px" Width="430px"></asp:TextBox>
<asp:Label ID="Label2" runat="server" Style="z-index: 103; left: 2px; position: absolute;
top: 30px" Width="47px">位置</asp:Label>
<asp:Label ID="Label4" runat="server" Style="z-index: 104; left: 3px; position: absolute;
top: 81px" Width="39px">备注</asp:Label>
<asp:TextBox ID="txtRemark" runat="server" CssClass="textArea" Height="41px" Style="z-index: 105;
left: 64px; position: absolute; top: 70px" TextMode="MultiLine" Width="435px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtFileName"
CssClass="err" ErrorMessage="文件名不能为空" Style="z-index: 120; left: 500px; position: absolute;
top: 5px" Width="11px">*</asp:RequiredFieldValidator>
<asp:Label ID="lblFileLocation" runat="server" Style="z-index: 121; left: 64px; position: absolute;
top: 29px" Width="309px"></asp:Label>
<hr size="1" style="z-index: 123; width: 100%; position: absolute; top: 136px; height: 1px"
width="100" />
<asp:Label ID="Label6" runat="server" CssClass="tttable" Style="z-index: 124; left: 1px;
position: absolute; top: 145px">创建时间</asp:Label>
<asp:Label ID="lblCreateDate" runat="server" Style="z-index: 125; left: 65px; position: absolute;
top: 146px" Width="192px"></asp:Label>
<asp:Label ID="Label7" runat="server" Style="z-index: 126; left: 350px; position: absolute;
top: 145px">所有者</asp:Label>
<asp:Label ID="lblFileOwner" runat="server" Style="z-index: 127; left: 404px; position: absolute;
top: 143px"></asp:Label>
</div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 10px">
<tr>
<td nowrap="nowrap" style="width: 72px; height: 47px" valign="top" width="72">
<asp:LinkButton ID="lnkbtnFileIco" runat="server" CausesValidation="False" Height="26px"
Width="84px">文件图标>></asp:LinkButton></td>
<td nowrap="nowrap" style="height: 47px" width="100%">
<asp:RadioButtonList ID="rdolstFileType" runat="server" RepeatColumns="6" Style="z-index: 100;
left: 122px; position: absolute; top: 227px" Width="104px">
</asp:RadioButtonList>
</td>
</tr>
</table>
<hr id="HR1" color="#0000ff" size="1" width="100%" />
<asp:GridView ID="gvAccessoryFileInfo" runat="server" AutoGenerateColumns="False"
BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" DataKeyNames="accessoryid"
PageSize="5" Width="99%">
<FooterStyle BackColor="#F7DFB5" ForeColor="#000066" />
<RowStyle HorizontalAlign="Center" />
<SelectedRowStyle ForeColor="White" />
<PagerStyle ForeColor="#8C4510" HorizontalAlign="Center" />
<HeaderStyle BackColor="#66CCFF" HorizontalAlign="Center" />
<Columns>
<asp:TemplateField HeaderText="名称">
<ItemTemplate>
<asp:Label ID="lblLinkAccessoryName" runat="server"></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="AccessorySize" HeaderText="大小(KB)" />
<asp:BoundField DataField="AccessoryType" HeaderText="类型" />
<asp:BoundField DataField="createdate" HeaderText="创建日期" />
<asp:TemplateField>
<ItemTemplate>
<asp:ImageButton ID="imgbtnDelete" runat="server" AlternateText="删除" CommandName="remove"
Height="13px" ImageUrl="~/images/file/delete.gif" Width="13px" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 15px">
<tr>
<td align="left" nowrap="nowrap" style="color: #009999" valign="top">
操作提示:请在文件名处单击右键,并选取"目标另存为"以下载文件!</td>
</tr>
<tr>
<td height="10" valign="top">
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 1px">
<tr>
<td align="left" class="tttable" nowrap="nowrap" style="width: 56px; height: 1px"
valign="top">
<asp:Label ID="lblFileName" runat="server">文件名:</asp:Label></td>
<td align="left" nowrap="nowrap" style="width: 365px; height: 20px" valign="top">
<asp:FileUpload ID="fileBrowser" runat="server" CssClass="buttonCss" Width="371px" /></td>
<td align="left" nowrap="nowrap" style="width: 74px; height: 1px" valign="top">
<asp:Button ID="btnUpFile" runat="server" CausesValidation="False" CssClass="buttonCss"
Height="20px" Text="上传" Width="61px" /></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td nowrap="nowrap">
<hr color="blue" size="1" style="width: 100%; height: 1px" width="1" />
<input id="hidFileId" runat="server" style="z-index: 101; left: 35px; width: 57px;
position: absolute; top: 562px" type="hidden" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center">
<input id="hidAccessoryCount" runat="server" style="z-index: 102; left: 120px; width: 57px;
position: absolute; top: 560px" type="hidden" />
<asp:ImageButton ID="imgbtnSaveExit" runat="server" Height="20px" ImageUrl="../../images/file/saveexi.gif"
Width="64px" />
<asp:ImageButton ID="imgbtnExit" runat="server" CausesValidation="False" Height="20px"
ImageUrl="../../images/file/exit.gif" Width="40px" /></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -