From c441d6167487df134232f235ab42e2e57a352a97 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Sat, 27 Nov 2004 08:32:21 +0000 Subject: INTEGRATION: CWS qwizardsbf1 (1.1.2); FILE ADDED 2004/11/17 09:51:05 ih 1.1.2.1: layout templates for web wizard --- .../wizard/web/layouts/frame_bottom/index.html.xsl | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 extras/source/misc_config/wizard/web/layouts/frame_bottom/index.html.xsl (limited to 'extras/source/misc_config') diff --git a/extras/source/misc_config/wizard/web/layouts/frame_bottom/index.html.xsl b/extras/source/misc_config/wizard/web/layouts/frame_bottom/index.html.xsl new file mode 100644 index 000000000000..9e6a892ffcdb --- /dev/null +++ b/extras/source/misc_config/wizard/web/layouts/frame_bottom/index.html.xsl @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + <body> + </body> + </xsl:template> + + + <!-- ============================= + HTML HEAD + + this section should not be changed + ================================== --> + + <xsl:template name="head"> + <head> + <title> + <xsl:value-of select="/session/general-info/@title"/> + </title> + <!-- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> --> + <meta name="description" content="{/session/general-info/@description}"/> + <meta name="keywords" content="{/session/general-info/@keywords}"/> + <meta name="author" content="{/session/general-info/@author}"/> + <meta name="email" content="{/session/general-info/@email}"/> + <meta name="copyright" content="{/session/general-info/@copyright}"/> + <!-- create date? + update date? + fav icon? + --> + <link REL="shortcut icon" href="images/favicon.ico" type="image/ico"/> + <link href="style.css" rel="stylesheet" type="text/css"/> + + </head> + </xsl:template> + +</xsl:stylesheet> -- cgit