summaryrefslogtreecommitdiff
path: root/docs/newapi.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-01-21 23:34:36 +0000
committerDaniel Veillard <veillard@redhat.com>2006-01-21 23:34:36 +0000
commitff97523083461d798ef774ae6c02d21afb98949f (patch)
tree2f84fc0ba782c9c2ca72926d5d129b8a267bd1ab /docs/newapi.xsl
parent76777c51f7668d52e0a2d12846408e9b6918ffa6 (diff)
downloadlibvirt-ff97523083461d798ef774ae6c02d21afb98949f.tar.gz
* doc//*: mostly finished the revamp in the plane, starts to look good
Daniel
Diffstat (limited to 'docs/newapi.xsl')
-rw-r--r--docs/newapi.xsl44
1 files changed, 26 insertions, 18 deletions
diff --git a/docs/newapi.xsl b/docs/newapi.xsl
index 05c8331cf0..d21bb969c2 100644
--- a/docs/newapi.xsl
+++ b/docs/newapi.xsl
@@ -507,13 +507,15 @@
<xsl:value-of select="$title"/>
</xsl:element>
</head>
- <body>
- <div id="main">
- <xsl:call-template name="top"/>
- <div id="left">
- <xsl:call-template name="mainmenu"/>
- </div>
- <div id="right">
+ <body>
+ <div id="container">
+ <div id="intro">
+ <div id="adjustments"/>
+ <div id="pageHeader"/>
+ <div id="content2">
+ <xsl:call-template name="titlebox">
+ <xsl:with-param name="title" select="$title"/>
+ </xsl:call-template>
<xsl:call-template name="navbar"/>
<xsl:call-template name="description"/>
<xsl:choose>
@@ -565,9 +567,11 @@
</xsl:otherwise>
</xsl:choose>
</div>
- <xsl:call-template name="bottom"/>
</div>
- </body>
+ <xsl:call-template name="linkList2"/>
+ <xsl:call-template name="bottom"/>
+ </div>
+ </body>
</html>
</xsl:document>
</xsl:template>
@@ -594,21 +598,25 @@
<xsl:value-of select="$title"/>
</xsl:element>
</head>
- <body>
- <div id="main">
- <xsl:call-template name="top"/>
- <div id="left">
- <xsl:call-template name="mainmenu"/>
- </div>
- <div id="right">
+ <body>
+ <div id="container">
+ <div id="intro">
+ <div id="adjustments"/>
+ <div id="pageHeader"/>
+ <div id="content2">
+ <xsl:call-template name="titlebox">
+ <xsl:with-param name="title" select="$title"/>
+ </xsl:call-template>
<h2>Table of Contents</h2>
<ul>
<xsl:apply-templates select="/api/files/file" mode="toc"/>
</ul>
</div>
- <xsl:call-template name="bottom"/>
</div>
- </body>
+ <xsl:call-template name="linkList2"/>
+ <xsl:call-template name="bottom"/>
+ </div>
+ </body>
</html>
</xsl:document>
</xsl:template>