initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
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>
|
Loading…
Add table
Add a link
Reference in a new issue