<%@ Page Language="C#" Inherits="CuteEditor.Dialogs.TemplateBrowserPage" %> <%@ Register TagPrefix="CE" Assembly="CuteEditor" Namespace="CuteEditor" %> [[InsertTemplate]]
[[Name]] [[Size]]    

[[Upload]] ([[MaxFileSizeAllowed]] <%= CuteEditor.Impl.FileStorage.FormatSize(secset.MaxTemplateSize * 1024)%> )
<%if(secset.MaxTemplateFolderSize>0){%>
[[MaxFolderSizeAllowed]]: <%= CuteEditor.Impl.FileStorage.FormatSize(secset.MaxTemplateFolderSize * 1024)%>.   [[Used]]: <%= CuteEditor.Impl.FileStorage.FormatSize(RootDirectorySize) %>
<%}%>