- <%@ Page Language="C#" Inherits="CuteEditor.Dialogs.FileBrowserPage" %>
- <%@ Register TagPrefix="CE" Assembly="CuteEditor" Namespace="CuteEditor" %>
- <script runat="server">
- override protected void OnInit(EventArgs args)
- {
- if(Context.Request.QueryString["IsFrame"]==null)
- {
- string FrameSrc="Gecko_InsertDocument.Aspx?IsFrame=1&"+Request.ServerVariables["QUERY_STRING"];
- CuteEditor.CEU.WriteDialogOuterFrame(Context,"[[InsertDocument]]",FrameSrc);
- Context.Response.End();
- }
- base.OnInit(args);
- }
- </script>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)" />
- <meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)" />
- <link href="Load.ashx?type=style&file=dialog.css" type="text/css" rel="stylesheet" />
- <!--[if IE]>
- <link href="Load.ashx?type=style&file=IE.css" type="text/css" rel="stylesheet" />
- <![endif]-->
- <script type="text/javascript" src="Load.ashx?type=dialogscript&file=DialogHead.js"></script>
- <script type="text/javascript">
- var OxOb2f6=[]; function PostBackAction(){ <%=Page.ClientScript.GetPostBackEventReference(hiddenAction,"")%> ;} ;
- </script>
- <title></title>
- <style type="text/css">
- .row { HEIGHT: 22px }
- .cb { VERTICAL-ALIGN: middle }
- .itemimg { VERTICAL-ALIGN: middle }
- .editimg { VERTICAL-ALIGN: middle }
- .cell1 { VERTICAL-ALIGN: middle }
- .cell2 { VERTICAL-ALIGN: middle }
- .cell3 { PADDING-RIGHT: 4px; VERTICAL-ALIGN: middle; TEXT-ALIGN: right }
- .cb { }
- </style>
- </head>
- <body>
- <form runat="server" enctype="multipart/form-data" id="Form1">
- <!-- start hidden -->
- <input type="hidden" runat="server" id="hiddenDirectory" name="hiddenDirectory" />
- <input type="hidden" runat="server" id="hiddenFile" name="hiddenFile" /> <input type="hidden" runat="server" enableviewstate="false" id="hiddenAlert" name="hiddenAlert" />
- <input type="hidden" runat="server" enableviewstate="false" id="hiddenAction" onserverchange="hiddenAction_ServerChange"
- name="hiddenAction" /> <input type="hidden" runat="server" enableviewstate="false" id="hiddenActionData" name="hiddenActionData" />
- <!-- end hidden -->
- <table border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr>
- <td style="width:20">
- <asp:Image id="Image1" Runat="server" ImageUrl="../Load.ashx?type=image&file=openfolder.gif"></asp:Image>
- </td>
- <td style="width:240" class="normal">
- <asp:Label Runat="server" id="FolderDescription"></asp:Label>
- </td>
- <td>
- <asp:ImageButton id="CreateDir" BorderWidth="1" Runat="server" AlternateText="[[Createdirectory]]" ImageUrl="../Load.ashx?type=image&file=newfolder.gif"
- onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="true" OnClick="CreateDir_Click" />
- <asp:ImageButton id="Copy" BorderWidth="1" Runat="server" AlternateText="[[Copyfiles]]" ImageUrl="../Load.ashx?type=image&file=Copy.gif"
- onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="true" OnClick="Copy_Click" />
- <asp:ImageButton id="Move" BorderWidth="1" Runat="server" AlternateText="[[Movefiles]]" ImageUrl="../Load.ashx?type=image&file=move.gif"
- onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="true" OnClick="Move_Click" />
- <img style="display:none" src="../Load.ashx?type=image&file=zoom_in.gif" onclick="Zoom_In();" alt="[[ZoomIn]]"
- class="dialogButton" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" />
- <img style="display:none" src="../Load.ashx?type=image&file=zoom_out.gif" onclick="Zoom_Out();" alt="[[ZoomOut]]"
- class="dialogButton" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" />
- <img style="display:none" src="../Load.ashx?type=image&file=Actualsize.gif" onclick="Actualsize();" alt="[[ActualSize]]"
- class="dialogButton" onmouseover="CuteEditor_ColorPicker_ButtonOver(this);" />
- </td>
- </tr>
- </table>
- <table border="0" cellspacing="0" cellpadding="2" width="100%">
- <tr>
- <td valign="top" style="white-space:nowrap; width:270">
- <div style="BORDER: 1.5pt inset; VERTICAL-ALIGN: middle; OVERFLOW: auto; WIDTH: 270; HEIGHT: 240px; BACKGROUND-COLOR: white">
- <asp:Table id="FoldersAndFiles" Runat="server" CellSpacing="1" CellPadding="1" Width="100%"
- CssClass="sortable">
- <asp:TableRow BackColor="#f0f0f0">
- <asp:TableHeaderCell Width="16px">
- <asp:ImageButton id="Delete" Runat="server" AlternateText="[[Deletefiles]]" onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);"
- ImageUrl="../Load.ashx?type=image&file=s_cut.gif" Visible="true" OnClick="Delete_Click" />
- </asp:TableHeaderCell>
- <asp:TableHeaderCell Width="16px">
- <asp:ImageButton id="DoRefresh" Runat="server" AlternateText="[[Refresh]]" ImageUrl="../Load.ashx?type=image&file=s_refresh.gif"
- onMouseOver="CuteEditor_ColorPicker_ButtonOver(this);" Visible="true" OnClick="DoRefresh_Click" />
- </asp:TableHeaderCell>
- <asp:TableHeaderCell id="name_Cell" Width="136px" CssClass="filelistHeadCol" Font-Bold="False">[[Name]]</asp:TableHeaderCell>
- <asp:TableHeaderCell id="size_Cell" Width="72px" CssClass="filelistHeadCol" Font-Bold="False">[[Count]]/[[Size]]</asp:TableHeaderCell>
- <asp:TableHeaderCell id="op_Cell" Width="16px"> </asp:TableHeaderCell>
- </asp:TableRow>
- </asp:Table>
- </div>
- </td>
- <td valign="top">
- <div style="padding: 0; BORDER: 1.5pt inset; VERTICAL-ALIGN: top; OVERFLOW: auto; WIDTH: 300px; BORDER-BOTTOM: 1.5pt inset; HEIGHT: 240px; BACKGROUND-COLOR: white; TEXT-ALIGN: left">
- <div id="divpreview" style="BACKGROUND-COLOR: white">
- </div>
- </div>
- </td>
- </tr>
- </table>
- <table border="0" cellspacing="2" cellpadding="0" width="98%">
- <tr>
- <td valign="top">
- <fieldset>
- <legend>
- [[Properties]]</legend>
- <table border="0" cellpadding="4" cellspacing="0" id="Table3">
- <tr>
- <td>
- <table border="0" cellpadding="1" cellspacing="0" id="Table4" class="normal">
- <tr>
- <td>[[Target]]</td>
- <td><select id="sel_target">
- <option value="">[[NotSet]]</option>
- <option value="_blank">[[Newwindow]]</option>
- <option value="_self">[[Samewindow]]</option>
- <option value="_top">[[Topmostwindow]]</option>
- <option value="_parent">[[Parentwindow]]</option>
- </select>
- </td>
- </tr>
- <tr>
- <td>[[Color]]:</td>
- <td>
- <input autocomplete="off" type="text" id="inp_color" name="inp_color" size="7" style="WIDTH:57px" />
- <img alt="" id="inp_color_preview" src="../images/colorpicker.gif" />
- </td>
- </tr>
- <tr>
- <td>[[CssClass]]:</td>
- <td><input id="inc_class" type="text" size="14" style="WIDTH:80px" name="inc_class" /></td>
- </tr>
- <tr>
- <td>[[ID]]:</td>
- <td><input id="inp_id" type="text" size="14" style="WIDTH:80px" name="inp_id" /></td>
- </tr>
- <tr>
- <td>[[TabIndex]]:</td>
- <td><input id="inp_index" type="text" size="14" maxlength="5" style="WIDTH:80px" name="inp_index"
- onkeypress="return CancelEventIfNotDigit()" /></td>
- </tr>
- <tr>
- <td>[[AccessKey]]:</td>
- <td><input id="inp_access" type="text" size="14" maxlength="1" style="WIDTH:80px" name="inp_access"
- onkeypress="return CancelEventIfNotDigit()" /></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </fieldset>
- </td>
- <td style="width:10">
- </td>
- <td valign="top">
- <fieldset>
- <legend>[[Insert]]</legend>
- <table border="0" cellpadding="4" cellspacing="0">
- <tr>
- <td>
- <table id="Table8" cellspacing="0" cellpadding="1" border="0" class="normal">
- <tr>
- <td valign="middle">[[Url]]:</td>
- <td><input id="TargetUrl" onpropertychange="do_preview()" type="text" size="40" name="TargetUrl"
- runat="server" /></td>
- </tr>
- <tr>
- <td valign="middle">[[Title]]:</td>
- <td valign="middle"><input id="inp_title" type="text" size="40" name="inp_title" /></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </fieldset>
- <fieldset id="fieldsetUpload">
- <legend>
- [[Upload]] ([[MaxFileSizeAllowed]]
- <%= CuteEditor.Impl.FileStorage.FormatSize(secset.MaxDocumentSize * 1024)%>
- )</legend>
- <table border="0" cellspacing="1" cellpadding="0" width="98%" class="normal">
- <tr>
- <td valign="top" style="width:54%; FONT-SIZE: 8pt; VERTICAL-ALIGN: middle; FONT-FAMILY: MS Sans Serif">
- <CE:UploadSingleFile id="InputFile" runat="server"></CE:UploadSingleFile>
- </td>
- </tr>
- <tr>
- <td style="width:8">
- </td>
- </tr>
- <tr>
- <td style="width:5">
- </td>
- </tr>
- <tr>
- <td style="white-space:nowrap">
- [[MaxFolderSizeAllowed]]:
- <%= CuteEditor.Impl.FileStorage.FormatSize(secset.MaxDocumentFolderSize * 1024)%>.
- [[Used]]:<%= CuteEditor.Impl.FileStorage.FormatSize(fs.GetDirectorySize(fs.VirtualRoot)) %>
- <span style="background-color:green;height:3px;width:40px;font-size:3px">
- <span style="background-color:red;height:3px;width:<%= GetUsedSpaceBarWidth() %>px;font-size:3px">
- </span>
- </span>
- </td>
- </tr>
- </table>
- </fieldset>
- <div style="padding-top:4px;">
- <input class="inputbuttoninsert" type="button" value="[[Insert]]" onclick="do_insert()" id="Button1" name="Button1" />
-
- <input class="inputbuttoncancel" type="button" value="[[Cancel]]" onclick="do_cancel()" id="Button2" name="Button2"/>
- </div>
- </td>
- </tr>
- </table>
- </form>
- <script runat="server">
- protected override void InitOfType()
- {
- fs.VirtualRoot=CuteEditor.EditorUtility.ProcessWebPath(Context,null,secset.FilesGalleryPath).TrimEnd('/')+"/";
- }
- protected override void GetFiles(ArrayList files)
- {
- foreach (string ext in secset.DocumentFilters)
- {
- if (ext == null || ext.Length == 0) continue;
- if ( ext.Length > 4 )
- {
- if ( !secset.DocumentFilters.Contains( ext.Substring( 0, 4 ) ) )
- {
- files.AddRange(fs.GetFileItems(CurrentDirectory, secset.FileNamePrefix + "*" + ext));
- }
- }
- else
- files.AddRange(fs.GetFileItems(CurrentDirectory, secset.FileNamePrefix + "*" + ext));
- }
- }
- protected override bool AllowFileName(string filename)
- {
- filename = filename.ToLower();
- foreach (string ext in secset.DocumentFilters)
- {
- if (ext == null || ext.Length == 0) continue;
- if(filename.EndsWith(ext.ToLower()))
- return true;
- }
- return false;
- }
- protected override string CheckUploadData(ref byte[] data)
- {
- if (fs.GetDirectorySize(fs.VirtualRoot) >= secset.MaxDocumentFolderSize * 1024)
- return "File folder size exceeds the limit: "+ CuteEditor.Impl.FileStorage.FormatSize(secset.MaxDocumentFolderSize * 1024);
- if (data.Length >= secset.MaxDocumentSize * 1024)
- return "File size exceeds "+CuteEditor.Impl.FileStorage.FormatSize(secset.MaxDocumentSize * 1024)+" limit: "+ CuteEditor.Impl.FileStorage.FormatSize(data.Length);
- return null;
- }
- protected int GetUsedSpaceBarWidth()
- {
- int w = Convert.ToInt32(40*fs.GetDirectorySize(fs.VirtualRoot)/(secset.MaxDocumentFolderSize * 1024));
- if(w<1)
- w=1;
- if(w>40)
- w=40;
- return w;
- }
- </script>
- </body>
- <script type="text/javascript" src="Load.ashx?type=dialogscript&file=DialogFoot.js"></script>
- <script type="text/javascript" src="Load.ashx?type=dialogscript&file=Dialog_InsertDocument.js"></script>
- </html>