initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
23
Master Pages/Blank.master
Normal file
23
Master Pages/Blank.master
Normal file
|
@ -0,0 +1,23 @@
|
|||
<%@ Master Language="vb" %>
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><!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 id="Head1" runat="server">
|
||||
<meta name="keywords" content="Persons" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body id="Body1" runat="server" class="pBack">
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"></BaseClasses:ScrollCoordinates>
|
||||
<BaseClasses:BasePageSettings id="PageSettings" runat="server"></BaseClasses:BasePageSettings>
|
||||
<script language="JavaScript" type="text/javascript">clearRTL()</script>
|
||||
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True">
|
||||
<Scripts> <asp:ScriptReference Path="~/SetFocus.js" /> </Scripts> </asp:ScriptManager>
|
||||
<script type="text/javascript" language="javascript"> Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); </script>
|
||||
<table><tr><td class="pcC"><asp:ContentPlaceHolder id="PageContent" Runat="server" /></td></tr></table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
61
Master Pages/Blank.xml
Normal file
61
Master Pages/Blank.xml
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ComponentDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ironspeed.com/designer">
|
||||
<Generator>Iron Speed Designer</Generator>
|
||||
<Version>9.2.0</Version>
|
||||
<Self>
|
||||
<Name>Blank</Name>
|
||||
<Type>Master</Type>
|
||||
<SubType>DotNet</SubType>
|
||||
<GenerateDirectory>Master Pages</GenerateDirectory>
|
||||
<Layout>Master Pages\Blank.html</Layout>
|
||||
<DisplayName>Blank</DisplayName>
|
||||
<Description>Blank Master Page.</Description>
|
||||
</Self>
|
||||
<ComposedOf>
|
||||
<ContainedComponent>
|
||||
<Name>PageContent</Name>
|
||||
<Type>Aspx</Type>
|
||||
<ControlClass>System.Web.UI.WebControls.ContentPlaceHolder</ControlClass>
|
||||
</ContainedComponent>
|
||||
</ComposedOf>
|
||||
<LayoutDefinition><?xml version="1.0" encoding="utf-16"?>
|
||||
<LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Layout Name="Master" Type="RootLayout">
|
||||
<Prolog>
|
||||
<Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
|
||||
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
|
||||
&lt;head id="Head1" runat="server"&gt;
|
||||
&lt;meta name="keywords" content="Persons"/&gt;
|
||||
&lt;title&gt;&lt;/title&gt;
|
||||
&lt;/head&gt;
|
||||
&lt;body id="Body1" runat="server" class="pBack"&gt;
|
||||
&lt;form id="Form1" method="post" runat="server"&gt;
|
||||
&lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt;
|
||||
&lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt;
|
||||
&lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt;
|
||||
&lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" &gt;
|
||||
&lt;Scripts&gt; &lt;asp:ScriptReference Path="~/SetFocus.js" /&gt; &lt;/Scripts&gt; &lt;/asp:ScriptManager&gt;
|
||||
&lt;script type="text/javascript" language="javascript"&gt; Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); &lt;/script&gt;
|
||||
</Value>
|
||||
</Prolog>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Epilog>
|
||||
<Value>
|
||||
&lt;/form&gt;
|
||||
&lt;/body&gt;
|
||||
&lt;/html&gt;
|
||||
</Value>
|
||||
</Epilog>
|
||||
</Layout>
|
||||
</LayoutDefinition></LayoutDefinition>
|
||||
</ComponentDefinition>
|
25
Master Pages/Email.master
Normal file
25
Master Pages/Email.master
Normal file
|
@ -0,0 +1,25 @@
|
|||
<%@ Register Tagprefix="Persons" TagName="Footer" Src="../Header and Footer/Footer.ascx" %>
|
||||
|
||||
<%@ Master Language="vb" %>
|
||||
<%@ Register Tagprefix="Persons" TagName="EmailHeader" Src="../Header and Footer/EmailHeader.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><!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 id="Head1" runat="server">
|
||||
<meta name="keywords" content="Persons" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body id="Body1" runat="server" class="pBack">
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"></BaseClasses:ScrollCoordinates>
|
||||
<BaseClasses:BasePageSettings id="PageSettings" runat="server"></BaseClasses:BasePageSettings>
|
||||
<script language="JavaScript" type="text/javascript">clearRTL()</script>
|
||||
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" />
|
||||
<table><tr><td class="pcT"><Persons:EmailHeader runat="server" id="_PageHeader"></Persons:EmailHeader></td></tr><tr><td class="pcC"><asp:ContentPlaceHolder id="PageContent" Runat="server" /></td></tr><tr><td class="pcB"><Persons:Footer runat="server" id="_PageFooter"></Persons:Footer></td></tr></table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
91
Master Pages/Email.xml
Normal file
91
Master Pages/Email.xml
Normal file
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ComponentDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ironspeed.com/designer">
|
||||
<Generator>Iron Speed Designer</Generator>
|
||||
<Version>9.2.0</Version>
|
||||
<Self>
|
||||
<Name>Email</Name>
|
||||
<Type>Master</Type>
|
||||
<SubType>DotNet</SubType>
|
||||
<GenerateDirectory>Master Pages</GenerateDirectory>
|
||||
<Layout>Master Pages\Email.html</Layout>
|
||||
<DisplayName>Email</DisplayName>
|
||||
<Description>Master Page with a Emailable Header.</Description>
|
||||
</Self>
|
||||
<ComposedOf>
|
||||
<ContainedComponent>
|
||||
<Name>PageContent</Name>
|
||||
<Type>Aspx</Type>
|
||||
<ControlClass>System.Web.UI.WebControls.ContentPlaceHolder</ControlClass>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageFooter</Name>
|
||||
<Type>Footer</Type>
|
||||
<Layout>..\Header and Footer\Footer.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageHeader</Name>
|
||||
<Type>Header</Type>
|
||||
<Layout>..\Header and Footer\EmailHeader.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
</ComposedOf>
|
||||
<LayoutDefinition><?xml version="1.0" encoding="utf-16"?>
|
||||
<LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Layout Name="Master" Type="RootLayout">
|
||||
<Prolog>
|
||||
<Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
|
||||
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
|
||||
&lt;head id="Head1" runat="server"&gt;
|
||||
&lt;meta name="keywords" content="Persons"/&gt;
|
||||
&lt;title&gt;&lt;/title&gt;
|
||||
&lt;/head&gt;
|
||||
&lt;body id="Body1" runat="server" class="pBack"&gt;
|
||||
&lt;form id="Form1" method="post" runat="server"&gt;
|
||||
&lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt;
|
||||
&lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt;
|
||||
&lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt;
|
||||
&lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" /&gt;
|
||||
</Value>
|
||||
</Prolog>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:HEADER NAME="PageHeader"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcT</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:FOOTER NAME="PageFooter"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcB</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Epilog>
|
||||
<Value>
|
||||
&lt;/form&gt;
|
||||
&lt;/body&gt;
|
||||
&lt;/html&gt;
|
||||
</Value>
|
||||
</Epilog>
|
||||
</Layout>
|
||||
</LayoutDefinition></LayoutDefinition>
|
||||
</ComponentDefinition>
|
29
Master Pages/HorPersonalmenu.master
Normal file
29
Master Pages/HorPersonalmenu.master
Normal file
|
@ -0,0 +1,29 @@
|
|||
<%@ Register Tagprefix="Persons" TagName="Footer" Src="../Header and Footer/Footer.ascx" %>
|
||||
|
||||
<%@ Master Language="vb" %>
|
||||
<%@ Register Tagprefix="Persons" TagName="Header" Src="../Header and Footer/Header.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Tagprefix="Persons" TagName="Menu1" Src="../Menu Panels/Menu1.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><!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 id="Head1" runat="server">
|
||||
<meta name="keywords" content="Persons" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body id="Body1" runat="server" class="pBack">
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"></BaseClasses:ScrollCoordinates>
|
||||
<BaseClasses:BasePageSettings id="PageSettings" runat="server"></BaseClasses:BasePageSettings>
|
||||
<script language="JavaScript" type="text/javascript">clearRTL()</script>
|
||||
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True">
|
||||
<Scripts> <asp:ScriptReference Path="~/SetFocus.js" /> </Scripts> </asp:ScriptManager>
|
||||
<script type="text/javascript" language="javascript"> Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); </script>
|
||||
<table><tr><td class="pcC"><Persons:Header runat="server" id="_Headers"></Persons:Header></td></tr><tr><td class="pcC"><Persons:Menu1 runat="server" id="_Menu"></Persons:Menu1></td></tr><tr><td class="pcC"><asp:ContentPlaceHolder id="PageContent" Runat="server" /></td></tr><tr><td class="pcC"><Persons:Footer runat="server" id="_Footers"></Persons:Footer></td></tr></table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
134
Master Pages/HorPersonalmenu.xml
Normal file
134
Master Pages/HorPersonalmenu.xml
Normal file
|
@ -0,0 +1,134 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ComponentDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ironspeed.com/designer">
|
||||
<Generator>Iron Speed Designer</Generator>
|
||||
<Version>9.2.0</Version>
|
||||
<Self>
|
||||
<Name>HorPersonalmenu</Name>
|
||||
<Type>Master</Type>
|
||||
<SubType>DotNet</SubType>
|
||||
<GenerateDirectory>Master Pages</GenerateDirectory>
|
||||
<Layout>Master Pages\HorPersonalmenu.xml</Layout>
|
||||
<DisplayName>HorPersonalmenu</DisplayName>
|
||||
<Description>Blank Master Page.</Description>
|
||||
</Self>
|
||||
<ComposedOf>
|
||||
<ContainedComponent>
|
||||
<Name>Footers</Name>
|
||||
<Type>Footer</Type>
|
||||
<Layout>..\Header and Footer\Footer.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>Headers</Name>
|
||||
<Type>Header</Type>
|
||||
<Layout>..\Header and Footer\Header.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>Menu</Name>
|
||||
<Type>Menu</Type>
|
||||
<Layout>..\Menu Panels\Menu1.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageContent</Name>
|
||||
<Type>Aspx</Type>
|
||||
<ControlClass>System.Web.UI.WebControls.ContentPlaceHolder</ControlClass>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageTitle</Name>
|
||||
<Type>Literal</Type>
|
||||
<PassthroughAttributes>
|
||||
<Attribute>
|
||||
<Name>Text</Name>
|
||||
<Value />
|
||||
</Attribute>
|
||||
</PassthroughAttributes>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>UpdatePanel1</Name>
|
||||
<Type>UpdatePanel</Type>
|
||||
<PassthroughAttributes>
|
||||
<Attribute>
|
||||
<Name>SmoothPanelUpdate</Name>
|
||||
<Value>True</Value>
|
||||
</Attribute>
|
||||
</PassthroughAttributes>
|
||||
</ContainedComponent>
|
||||
</ComposedOf>
|
||||
<LayoutDefinition><?xml version="1.0" encoding="utf-16"?>
|
||||
<LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Layout Name="Master" Type="RootLayout">
|
||||
<Prolog>
|
||||
<Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
|
||||
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
|
||||
&lt;head id="Head1" runat="server"&gt;
|
||||
&lt;meta name="keywords" content="Persons"/&gt;
|
||||
&lt;title&gt;&lt;/title&gt;
|
||||
&lt;/head&gt;
|
||||
&lt;body id="Body1" runat="server" class="pBack"&gt;
|
||||
&lt;form id="Form1" method="post" runat="server"&gt;
|
||||
&lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt;
|
||||
&lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt;
|
||||
&lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt;
|
||||
&lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" &gt;
|
||||
&lt;Scripts&gt; &lt;asp:ScriptReference Path="~/SetFocus.js" /&gt; &lt;/Scripts&gt; &lt;/asp:ScriptManager&gt;
|
||||
&lt;script type="text/javascript" language="javascript"&gt; Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); &lt;/script&gt;
|
||||
</Value>
|
||||
</Prolog>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:HEADER Name="Headers" /&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:MENU Name="Menu" /&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server" /&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:FOOTER Name="Footers" /&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Epilog>
|
||||
<Value>
|
||||
&lt;/form&gt;
|
||||
&lt;/body&gt;
|
||||
&lt;/html&gt;
|
||||
</Value>
|
||||
</Epilog>
|
||||
<TableAttributes />
|
||||
</Layout>
|
||||
</LayoutDefinition></LayoutDefinition>
|
||||
</ComponentDefinition>
|
29
Master Pages/HorizontalMenu.master
Normal file
29
Master Pages/HorizontalMenu.master
Normal file
|
@ -0,0 +1,29 @@
|
|||
<%@ Register Tagprefix="Persons" TagName="Footer" Src="../Header and Footer/Footer.ascx" %>
|
||||
|
||||
<%@ Master Language="vb" %>
|
||||
<%@ Register Tagprefix="Persons" TagName="Header" Src="../Header and Footer/Header.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="Persons" TagName="Menu" Src="../Menu Panels/Menu.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><!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 id="Head1" runat="server">
|
||||
<meta name="keywords" content="Persons" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body id="Body1" runat="server" class="pBack">
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"></BaseClasses:ScrollCoordinates>
|
||||
<BaseClasses:BasePageSettings id="PageSettings" runat="server"></BaseClasses:BasePageSettings>
|
||||
<script language="JavaScript" type="text/javascript">clearRTL()</script>
|
||||
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True">
|
||||
<Scripts> <asp:ScriptReference Path="~/SetFocus.js" /> </Scripts> </asp:ScriptManager>
|
||||
<script type="text/javascript" language="javascript"> Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); </script>
|
||||
<table cellpadding="0" cellspacing="0" border="0"><tr><td class="pcT"><Persons:Header runat="server" id="_PageHeader"></Persons:Header></td></tr><tr><td><Persons:Menu runat="server" id="_Menu"></Persons:Menu></td></tr><tr><td></td></tr><tr><td class="pcC"><asp:ContentPlaceHolder id="PageContent" Runat="server" /></td></tr><tr><td class="pcB"><Persons:Footer runat="server" id="_PageFooter"></Persons:Footer></td></tr></table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
148
Master Pages/HorizontalMenu.xml
Normal file
148
Master Pages/HorizontalMenu.xml
Normal file
|
@ -0,0 +1,148 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ComponentDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ironspeed.com/designer">
|
||||
<Generator>Iron Speed Designer</Generator>
|
||||
<Version>9.2.0</Version>
|
||||
<Self>
|
||||
<Name>HorizontalMenu</Name>
|
||||
<Type>Master</Type>
|
||||
<SubType>DotNet</SubType>
|
||||
<GenerateDirectory>Master Pages</GenerateDirectory>
|
||||
<Layout>Master Pages\HorizontalMenu.html</Layout>
|
||||
<DisplayName>HorizontalMenu</DisplayName>
|
||||
<Description>Master Page with a Horizontal Menu.</Description>
|
||||
</Self>
|
||||
<ComposedOf>
|
||||
<ContainedComponent>
|
||||
<Name>Menu</Name>
|
||||
<Type>Menu</Type>
|
||||
<Layout>..\Menu Panels\Menu.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageContent</Name>
|
||||
<Type>Aspx</Type>
|
||||
<ControlClass>System.Web.UI.WebControls.ContentPlaceHolder</ControlClass>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageFooter</Name>
|
||||
<Type>Footer</Type>
|
||||
<Layout>..\Header and Footer\Footer.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageHeader</Name>
|
||||
<Type>Header</Type>
|
||||
<Layout>..\Header and Footer\Header.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageTitle</Name>
|
||||
<Type>Literal</Type>
|
||||
<PassthroughAttributes>
|
||||
<Attribute>
|
||||
<Name>Text</Name>
|
||||
<Value />
|
||||
</Attribute>
|
||||
</PassthroughAttributes>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>UpdatePanel1</Name>
|
||||
<Type>UpdatePanel</Type>
|
||||
<PassthroughAttributes>
|
||||
<Attribute>
|
||||
<Name>SmoothPanelUpdate</Name>
|
||||
<Value>True</Value>
|
||||
</Attribute>
|
||||
</PassthroughAttributes>
|
||||
</ContainedComponent>
|
||||
</ComposedOf>
|
||||
<LayoutDefinition><?xml version="1.0" encoding="utf-16"?>
|
||||
<LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Layout Name="Master" Type="RootLayout">
|
||||
<Prolog>
|
||||
<Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
|
||||
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
|
||||
&lt;head id="Head1" runat="server"&gt;
|
||||
&lt;meta name="keywords" content="Persons"/&gt;
|
||||
&lt;title&gt;&lt;/title&gt;
|
||||
&lt;/head&gt;
|
||||
&lt;body id="Body1" runat="server" class="pBack"&gt;
|
||||
&lt;form id="Form1" method="post" runat="server"&gt;
|
||||
&lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt;
|
||||
&lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt;
|
||||
&lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt;
|
||||
&lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" &gt;
|
||||
&lt;Scripts&gt; &lt;asp:ScriptReference Path="~/SetFocus.js" /&gt; &lt;/Scripts&gt; &lt;/asp:ScriptManager&gt;
|
||||
&lt;script type="text/javascript" language="javascript"&gt; Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); &lt;/script&gt;
|
||||
</Value>
|
||||
</Prolog>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:HEADER NAME="PageHeader"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcT</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:MENU Name="Menu" /&gt;</Value>
|
||||
<CellAttributes />
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<CellAttributes />
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:FOOTER NAME="PageFooter"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcB</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<RowAttributes />
|
||||
</Row>
|
||||
<Epilog>
|
||||
<Value>
|
||||
&lt;/form&gt;
|
||||
&lt;/body&gt;
|
||||
&lt;/html&gt;
|
||||
</Value>
|
||||
</Epilog>
|
||||
<TableAttributes>
|
||||
<Attribute>
|
||||
<Name>cellpadding</Name>
|
||||
<AttributeValue>0</AttributeValue>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<Name>cellspacing</Name>
|
||||
<AttributeValue>0</AttributeValue>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<Name>border</Name>
|
||||
<AttributeValue>0</AttributeValue>
|
||||
</Attribute>
|
||||
</TableAttributes>
|
||||
</Layout>
|
||||
</LayoutDefinition></LayoutDefinition>
|
||||
</ComponentDefinition>
|
25
Master Pages/Print.master
Normal file
25
Master Pages/Print.master
Normal file
|
@ -0,0 +1,25 @@
|
|||
<%@ Register Tagprefix="Persons" TagName="Footer" Src="../Header and Footer/Footer.ascx" %>
|
||||
|
||||
<%@ Master Language="vb" %>
|
||||
<%@ Register Tagprefix="Persons" TagName="EmailHeader" Src="../Header and Footer/EmailHeader.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><!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 id="Head1" runat="server">
|
||||
<meta name="keywords" content="Persons" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body id="Body1" runat="server" class="pBack">
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"></BaseClasses:ScrollCoordinates>
|
||||
<BaseClasses:BasePageSettings id="PageSettings" runat="server"></BaseClasses:BasePageSettings>
|
||||
<script language="JavaScript" type="text/javascript">clearRTL()</script>
|
||||
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" />
|
||||
<table><tr><td class="pcT"><Persons:EmailHeader runat="server" id="_PageHeader"></Persons:EmailHeader></td></tr><tr><td class="pcC"><asp:ContentPlaceHolder id="PageContent" Runat="server" /></td></tr><tr><td class="pcB"><Persons:Footer runat="server" id="_PageFooter"></Persons:Footer></td></tr></table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
91
Master Pages/Print.xml
Normal file
91
Master Pages/Print.xml
Normal file
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ComponentDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ironspeed.com/designer">
|
||||
<Generator>Iron Speed Designer</Generator>
|
||||
<Version>9.2.0</Version>
|
||||
<Self>
|
||||
<Name>Print</Name>
|
||||
<Type>Master</Type>
|
||||
<SubType>DotNet</SubType>
|
||||
<GenerateDirectory>Master Pages</GenerateDirectory>
|
||||
<Layout>Master Pages\Print.html</Layout>
|
||||
<DisplayName>Print</DisplayName>
|
||||
<Description>Master Page with a Printable Header.</Description>
|
||||
</Self>
|
||||
<ComposedOf>
|
||||
<ContainedComponent>
|
||||
<Name>PageContent</Name>
|
||||
<Type>Aspx</Type>
|
||||
<ControlClass>System.Web.UI.WebControls.ContentPlaceHolder</ControlClass>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageFooter</Name>
|
||||
<Type>Footer</Type>
|
||||
<Layout>..\Header and Footer\Footer.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageHeader</Name>
|
||||
<Type>Header</Type>
|
||||
<Layout>..\Header and Footer\EmailHeader.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
</ComposedOf>
|
||||
<LayoutDefinition><?xml version="1.0" encoding="utf-16"?>
|
||||
<LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Layout Name="Master" Type="RootLayout">
|
||||
<Prolog>
|
||||
<Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
|
||||
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
|
||||
&lt;head id="Head1" runat="server"&gt;
|
||||
&lt;meta name="keywords" content="Persons"/&gt;
|
||||
&lt;title&gt;&lt;/title&gt;
|
||||
&lt;/head&gt;
|
||||
&lt;body id="Body1" runat="server" class="pBack"&gt;
|
||||
&lt;form id="Form1" method="post" runat="server"&gt;
|
||||
&lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt;
|
||||
&lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt;
|
||||
&lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt;
|
||||
&lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" /&gt;
|
||||
</Value>
|
||||
</Prolog>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:HEADER NAME="PageHeader"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcT</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:FOOTER NAME="PageFooter"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcB</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Epilog>
|
||||
<Value>
|
||||
&lt;/form&gt;
|
||||
&lt;/body&gt;
|
||||
&lt;/html&gt;
|
||||
</Value>
|
||||
</Epilog>
|
||||
</Layout>
|
||||
</LayoutDefinition></LayoutDefinition>
|
||||
</ComponentDefinition>
|
27
Master Pages/VerticalMenu.master
Normal file
27
Master Pages/VerticalMenu.master
Normal file
|
@ -0,0 +1,27 @@
|
|||
<%@ Register Tagprefix="Persons" TagName="Footer" Src="../Header and Footer/Footer.ascx" %>
|
||||
|
||||
<%@ Master Language="vb" %>
|
||||
<%@ Register Tagprefix="Persons" TagName="Header" Src="../Header and Footer/Header.ascx" %>
|
||||
|
||||
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
||||
|
||||
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
||||
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %><!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 id="Head1" runat="server">
|
||||
<meta name="keywords" content="Persons" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body id="Body1" runat="server" class="pBack">
|
||||
<form id="Form1" method="post" runat="server">
|
||||
<BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"></BaseClasses:ScrollCoordinates>
|
||||
<BaseClasses:BasePageSettings id="PageSettings" runat="server"></BaseClasses:BasePageSettings>
|
||||
<script language="JavaScript" type="text/javascript">clearRTL()</script>
|
||||
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True">
|
||||
<Scripts> <asp:ScriptReference Path="~/SetFocus.js" /> </Scripts> </asp:ScriptManager>
|
||||
<script type="text/javascript" language="javascript"> Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); </script>
|
||||
<table><tr><td class="pcT" colspan="2"><Persons:Header runat="server" id="_PageHeader"></Persons:Header></td></tr><tr><td class="pcL">Vertical Menu goes here</td><td class="pcC"><asp:ContentPlaceHolder id="PageContent" Runat="server" /></td></tr><tr><td></td><td class="pcB"><Persons:Footer runat="server" id="_PageFooter"></Persons:Footer></td></tr></table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
107
Master Pages/VerticalMenu.xml
Normal file
107
Master Pages/VerticalMenu.xml
Normal file
|
@ -0,0 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<ComponentDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ironspeed.com/designer">
|
||||
<Generator>Iron Speed Designer</Generator>
|
||||
<Version>9.2.0</Version>
|
||||
<Self>
|
||||
<Name>VerticalMenu</Name>
|
||||
<Type>Master</Type>
|
||||
<SubType>DotNet</SubType>
|
||||
<GenerateDirectory>Master Pages</GenerateDirectory>
|
||||
<Layout>Master Pages\VerticalMenu.html</Layout>
|
||||
<DisplayName>VerticalMenu</DisplayName>
|
||||
<Description>Master Page with a Vertical Menu.</Description>
|
||||
</Self>
|
||||
<ComposedOf>
|
||||
<ContainedComponent>
|
||||
<Name>PageContent</Name>
|
||||
<Type>Aspx</Type>
|
||||
<ControlClass>System.Web.UI.WebControls.ContentPlaceHolder</ControlClass>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageFooter</Name>
|
||||
<Type>Footer</Type>
|
||||
<Layout>..\Header and Footer\Footer.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
<ContainedComponent>
|
||||
<Name>PageHeader</Name>
|
||||
<Type>Header</Type>
|
||||
<Layout>..\Header and Footer\Header.ascx</Layout>
|
||||
</ContainedComponent>
|
||||
</ComposedOf>
|
||||
<LayoutDefinition><?xml version="1.0" encoding="utf-16"?>
|
||||
<LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Layout Name="Master" Type="RootLayout">
|
||||
<Prolog>
|
||||
<Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
|
||||
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
|
||||
&lt;head id="Head1" runat="server"&gt;
|
||||
&lt;meta name="keywords" content="Persons"/&gt;
|
||||
&lt;title&gt;&lt;/title&gt;
|
||||
&lt;/head&gt;
|
||||
&lt;body id="Body1" runat="server" class="pBack"&gt;
|
||||
&lt;form id="Form1" method="post" runat="server"&gt;
|
||||
&lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt;
|
||||
&lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt;
|
||||
&lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt;
|
||||
&lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" &gt;
|
||||
&lt;Scripts&gt; &lt;asp:ScriptReference Path="~/SetFocus.js" /&gt; &lt;/Scripts&gt; &lt;/asp:ScriptManager&gt;
|
||||
&lt;script type="text/javascript" language="javascript"&gt; Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoadedHandler); &lt;/script&gt;
|
||||
</Value>
|
||||
</Prolog>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>&lt;GEN:HEADER NAME="PageHeader"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcT</AttributeValue>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<Name>colspan</Name>
|
||||
<AttributeValue>2</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell>
|
||||
<Value>Vertical Menu goes here</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcL</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
<Cell>
|
||||
<Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcC</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Row>
|
||||
<Cell />
|
||||
<Cell>
|
||||
<Value>&lt;GEN:FOOTER NAME="PageFooter"/&gt;</Value>
|
||||
<CellAttributes>
|
||||
<Attribute>
|
||||
<Name>class</Name>
|
||||
<AttributeValue>pcB</AttributeValue>
|
||||
</Attribute>
|
||||
</CellAttributes>
|
||||
</Cell>
|
||||
</Row>
|
||||
<Epilog>
|
||||
<Value>
|
||||
&lt;/form&gt;
|
||||
&lt;/body&gt;
|
||||
&lt;/html&gt;
|
||||
</Value>
|
||||
</Epilog>
|
||||
</Layout>
|
||||
</LayoutDefinition></LayoutDefinition>
|
||||
</ComponentDefinition>
|
Loading…
Add table
Add a link
Reference in a new issue