added Umbraco.Web.UI containing only web rendering files
This commit is contained in:
208
src/Umbraco.Web.UI/umbraco/developer/Macros/editMacro.aspx
Normal file
208
src/Umbraco.Web.UI/umbraco/developer/Macros/editMacro.aspx
Normal file
@@ -0,0 +1,208 @@
|
||||
<%@ Page Language="c#" MasterPageFile="../../masterpages/umbracoPage.Master" Title="Edit macro"
|
||||
CodeBehind="editMacro.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.developer.editMacro" %>
|
||||
|
||||
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
|
||||
<asp:Content ContentPlaceHolderID="head" runat="server">
|
||||
<script language="javascript">
|
||||
function doSubmit() {
|
||||
document.forms.aspnetForm.submit();
|
||||
}
|
||||
</script>
|
||||
</asp:Content>
|
||||
<asp:Content ContentPlaceHolderID="body" runat="server">
|
||||
<cc1:TabView ID="TabView1" runat="server" Width="552px" Height="392px"></cc1:TabView>
|
||||
<cc1:Pane ID="Pane1" runat="server">
|
||||
<table id="macroPane" cellspacing="0" cellpadding="4" width="98%" border="0" runat="server">
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Name
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="macroName" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Alias
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="macroAlias" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</cc1:Pane>
|
||||
<cc1:Pane ID="Pane1_2" BackColor="mediumaquamarine" runat="server">
|
||||
<table id="Table2" cellspacing="0" cellpadding="4" width="98%" border="0" runat="server">
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
<img alt="Xslt Icon" src="../../images/umbraco/developerXslt.gif" align="absMiddle">
|
||||
Use XSLT file
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="macroXslt" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
<asp:DropDownList ID="xsltFiles" runat="server">
|
||||
</asp:DropDownList>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
<img alt="User control Icon" src="../../images/developer/userControlIcon.png" align="absMiddle">
|
||||
or .NET User Control
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="macroUserControl" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
<asp:DropDownList ID="userControlList" runat="server">
|
||||
</asp:DropDownList>
|
||||
<asp:PlaceHolder ID="assemblyBrowserUserControl" runat="server"></asp:PlaceHolder>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" valign="top" width="30%">
|
||||
<img alt="Custom Control Icon" src="../../images/developer/customControlIcon.png"
|
||||
align="absMiddle">
|
||||
or .NET Custom Control
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="macroAssembly" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
(Assembly)<br />
|
||||
<asp:TextBox ID="macroType" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
(Type)
|
||||
<asp:PlaceHolder ID="assemblyBrowser" runat="server"></asp:PlaceHolder>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
<img alt="python Icon" src="../../images/umbraco/developerScript.gif" align="absMiddle">
|
||||
or script file
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="macroPython" runat="server" Width="230px" CssClass="guiInputText"></asp:TextBox>
|
||||
<asp:DropDownList ID="pythonFiles" runat="server">
|
||||
</asp:DropDownList>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</cc1:Pane>
|
||||
<cc1:Pane ID="Pane1_3" runat="server">
|
||||
<table id="Table1" cellspacing="0" cellpadding="4" width="98%" border="0" runat="server">
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Use in editor
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:CheckBox ID="macroEditor" runat="server" Text="Yes"></asp:CheckBox>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Render content in editor
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:CheckBox ID="macroRenderContent" runat="server" Text="Yes"></asp:CheckBox>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</cc1:Pane>
|
||||
<cc1:Pane ID="Pane1_4" runat="server">
|
||||
<table id="Table3" cellspacing="0" cellpadding="4" width="98%" border="0" runat="server">
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Cache Period
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox ID="cachePeriod" Width="60px" runat="server" CssClass="guiInputText"></asp:TextBox>Seconds
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Cache By Page
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:CheckBox ID="cacheByPage" runat="server" Text="Yes"></asp:CheckBox>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="propertyHeader" width="30%">
|
||||
Cache Personalized
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:CheckBox ID="cachePersonalized" runat="server" Text="Yes"></asp:CheckBox>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</cc1:Pane>
|
||||
<cc1:Pane ID="Panel2" runat="server">
|
||||
<asp:Repeater ID="macroProperties" runat="server">
|
||||
<HeaderTemplate>
|
||||
<table cellspacing="0" cellpadding="2" width="98%" border="0">
|
||||
<tr>
|
||||
<td class="propertyHeader">
|
||||
<%=umbraco.ui.Text("show",this.getUser())%>
|
||||
</td>
|
||||
<td class="propertyHeader">
|
||||
<%=umbraco.ui.Text("general", "alias",this.getUser())%>
|
||||
</td>
|
||||
<td class="propertyHeader">
|
||||
<%=umbraco.ui.Text("general", "name",this.getUser())%>
|
||||
</td>
|
||||
<td class="propertyHeader">
|
||||
<%=umbraco.ui.Text("general", "type",this.getUser())%>
|
||||
</td>
|
||||
<td class="propertyHeader" />
|
||||
</tr>
|
||||
</HeaderTemplate>
|
||||
<ItemTemplate>
|
||||
<tr>
|
||||
<td class="propertyContent">
|
||||
<asp:CheckBox runat="server" ID="macroPropertyHidden" Checked='<%# macroIsVisible (DataBinder.Eval(Container.DataItem, "Public"))%>' />
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<input type="hidden" id="macroPropertyID" runat="server" value='<%#DataBinder.Eval(Container.DataItem, "id")%>'
|
||||
name="macroPropertyID" />
|
||||
<asp:TextBox runat="server" ID="macroPropertyAlias" Text='<%#DataBinder.Eval(Container.DataItem, "Alias")%>' />
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox runat="server" ID="macroPropertyName" Text='<%#DataBinder.Eval(Container.DataItem, "Name")%>' />
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:DropDownList OnPreRender="AddChooseList" runat="server" ID="macroPropertyType"
|
||||
DataTextFormatString="" DataTextField='macroPropertyTypeAlias' DataValueField="id"
|
||||
DataSource='<%# GetMacroPropertyTypes()%>' SelectedValue='<%# ((umbraco.cms.businesslogic.macro.MacroPropertyType) DataBinder.Eval(Container.DataItem,"Type")).Id %>'>
|
||||
</asp:DropDownList>
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:Button OnClick="deleteMacroProperty" ID="delete" Text="Delete" runat="server"
|
||||
CssClass="guiInputButton" />
|
||||
</td>
|
||||
</tr>
|
||||
</ItemTemplate>
|
||||
<FooterTemplate>
|
||||
<tr>
|
||||
<td class="propertyContent">
|
||||
<asp:CheckBox runat="server" ID="macroPropertyHiddenNew" />
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox runat="server" ID="macroPropertyAliasNew" Text='New Alias' OnTextChanged="macroPropertyCreate" />
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:TextBox runat="server" ID="macroPropertyNameNew" Text='New Name' />
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:DropDownList OnPreRender="AddChooseList" runat="server" ID="macroPropertyTypeNew"
|
||||
DataTextField="macroPropertyTypeAlias" DataValueField="id" DataSource='<%# GetMacroPropertyTypes()%>'>
|
||||
</asp:DropDownList>
|
||||
</td>
|
||||
<td class="propertyContent">
|
||||
<asp:Button ID="createNew" Text="Add" runat="server" CssClass="guiInputButton" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</FooterTemplate>
|
||||
</asp:Repeater>
|
||||
</cc1:Pane>
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function () {
|
||||
UmbClientMgr.appActions().bindSaveShortCut();
|
||||
});
|
||||
</script>
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user