Iron Speed Designer
9.2.0
Print
Master
DotNet
Master Pages
Master Pages\Print.html
Print
Master Page with a Printable Header.
PageContent
Aspx
System.Web.UI.WebControls.ContentPlaceHolder
PageFooter
Footer
..\Header and Footer\Footer.ascx
PageHeader
Header
..\Header and Footer\EmailHeader.ascx
<?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><!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">{ScriptDirectionTemplate}</script>
<asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" />
</Value>
</Prolog>
<Row>
<Cell>
<Value><GEN:HEADER NAME="PageHeader"/></Value>
<CellAttributes>
<Attribute>
<Name>class</Name>
<AttributeValue>pcT</AttributeValue>
</Attribute>
</CellAttributes>
</Cell>
</Row>
<Row>
<Cell>
<Value><asp:ContentPlaceHolder id="PageContent" Runat="server"/></Value>
<CellAttributes>
<Attribute>
<Name>class</Name>
<AttributeValue>pcC</AttributeValue>
</Attribute>
</CellAttributes>
</Cell>
</Row>
<Row>
<Cell>
<Value><GEN:FOOTER NAME="PageFooter"/></Value>
<CellAttributes>
<Attribute>
<Name>class</Name>
<AttributeValue>pcB</AttributeValue>
</Attribute>
</CellAttributes>
</Cell>
</Row>
<Epilog>
<Value>
</form>
</body>
</html>
</Value>
</Epilog>
</Layout>
</LayoutDefinition>