Addd page div just inside 'body'

This commit is contained in:
sb 2009-05-01 08:58:44 +00:00
parent 82a01ce516
commit ca2ea6f98a

View file

@ -15,8 +15,8 @@
Transform ADL into velocity view templates Transform ADL into velocity view templates
$Author: sb $ $Author: sb $
$Revision: 1.42 $ $Revision: 1.43 $
$Date: 2009-05-01 08:46:45 $ $Date: 2009-05-01 08:58:44 $
--> -->
<!-- WARNING WARNING WARNING: Do NOT reformat this file! <!-- WARNING WARNING WARNING: Do NOT reformat this file!
Whitespace (or lack of it) is significant! --> Whitespace (or lack of it) is significant! -->
@ -166,11 +166,13 @@
<xsl:call-template name="install-scripts"/> <xsl:call-template name="install-scripts"/>
</head> </head>
<body> <body>
<div id="page">
<xsl:call-template name="top"/> <xsl:call-template name="top"/>
<xsl:call-template name="maybe-delete"> <xsl:call-template name="maybe-delete">
<xsl:with-param name="entity" select="."/> <xsl:with-param name="entity" select="."/>
</xsl:call-template> </xsl:call-template>
<xsl:call-template name="foot"/> <xsl:call-template name="foot"/>
</div>
</body> </body>
</html> </html>
</xsl:template> </xsl:template>
@ -337,11 +339,13 @@
</style> </style>
</head> </head>
<body onload="performInitialisation()"> <body onload="performInitialisation()">
<div id="page">
<xsl:call-template name="top"/> <xsl:call-template name="top"/>
<xsl:call-template name="form-content"> <xsl:call-template name="form-content">
<xsl:with-param name="form" select="."/> <xsl:with-param name="form" select="."/>
</xsl:call-template> </xsl:call-template>
<xsl:call-template name="foot"/> <xsl:call-template name="foot"/>
</div>
</body> </body>
</html> </html>
</xsl:template> </xsl:template>
@ -984,11 +988,13 @@
<xsl:call-template name="install-scripts"/> <xsl:call-template name="install-scripts"/>
</head> </head>
<body> <body>
<div id="page">
<xsl:call-template name="top"/> <xsl:call-template name="top"/>
<xsl:call-template name="list"> <xsl:call-template name="list">
<xsl:with-param name="list" select="."/> <xsl:with-param name="list" select="."/>
</xsl:call-template> </xsl:call-template>
<xsl:call-template name="foot"/> <xsl:call-template name="foot"/>
</div>
</body> </body>
</html> </html>
</xsl:template> </xsl:template>
@ -1753,7 +1759,7 @@
Auto generated Velocity macro for <xsl:value-of select="@name"/>, Auto generated Velocity macro for <xsl:value-of select="@name"/>,
generated from ADL. generated from ADL.
Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.42 $', 10)"/> Generated using adl2views.xslt <xsl:value-of select="substring( '$Revision: 1.43 $', 10)"/>
Generation parameters were: Generation parameters were:
area-name: <xsl:value-of select="$area-name"/> area-name: <xsl:value-of select="$area-name"/>
default-url: <xsl:value-of select="$default-url"/> default-url: <xsl:value-of select="$default-url"/>