📄 insertgallery.frame.aspx
字号:
<%@ Register TagPrefix="CC1" TagName="ThumbList" Src="ThumbList.ascx" %>
<%@ Page Language="C#" Inherits="CuteEditor.Dialogs.InsertGalleryFrame" %>
<HTML>
<HEAD>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)">
<link rel="stylesheet" href='style.css'>
<script src=dialog.js></script><script src=../_shared.js></script>
<script language="JavaScript">
var OxOafd1=[]; function cancel(){ top.close() ;} ;
</script>
<style>
INPUT { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FONT-SIZE: 8pt; VERTICAL-ALIGN: middle; BORDER-LEFT: black 1px solid; CURSOR: hand; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: MS Sans Serif }
A:link { COLOR: #000099 }
A:visited { COLOR: #000099 }
A:active { COLOR: #000099 }
A:hover { COLOR: darkred }
</style>
</HEAD>
<body bottommargin="0" margin="0" marginheight="0" marginwidth="0" style="overflow:auto">
<form runat="server" enctype="multipart/form-data" ID="Form1">
<fieldset align="center">
<legend>
[[ImageGalleryByBrowsing]]
</legend>
<div>
<asp:Table runat="server" Width="100%" ID="FoldersAndFiles">
<asp:TableRow>
<asp:TableCell Width="20" HorizontalAlign="right">
<asp:Image runat="server" ImageUrl="../images/openfolder.gif" ID="Image1"></asp:Image>
</asp:TableCell>
<asp:TableCell HorizontalAlign="left" ColumnSpan="2">
<asp:Label runat="server" ID="FolderDescription"></asp:Label>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</div>
<table width="100%" cellspacing="2" cellpadding="0" border="0" align="center">
<tr>
<td class="normal" style="padding-left:3px">
[[Size]]: <asp:DropDownList id="cbThumbSize" runat="server" AutoPostBack="True"></asp:DropDownList>
[[Columns]]: <asp:DropDownList id="cbColumns" runat="server" AutoPostBack="True"></asp:DropDownList>
[[Rows]]: <asp:DropDownList id="cbRows" runat="server" AutoPostBack="True"></asp:DropDownList>
[[Type]]: <asp:DropDownList id="cbTypes" runat="server" AutoPostBack="True"></asp:DropDownList>
</td>
<tr>
<td class="normal" style="padding-left:3px">
<asp:Panel id="uploadpanel" runat="server" Font-Name="MS Sans Serif" Font-Size="9pt" Visible="False">
<asp:label CssClass="normal" id="Label_PictureUpload" runat="server">: </asp:label>
<input id="myuploadFile" size="20" type="file" runat="server" name="myuploadFile" />
<asp:button id="uploadButton" runat="server" />
<asp:Label id="uploadResult" runat="server"></asp:Label>
</asp:Panel>
</td>
</tr>
<tr>
<td>
<CC1:ThumbList id="ThumbList1" runat="server"></CC1:ThumbList>
</td>
</tr>
</table>
</fieldset>
<p align=right>
<BUTTON type="reset" onclick="cancel()">[[Cancel]] </BUTTON>
</p>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -