temporary home
diff --git a/planning/EclipseSimultaneousRelease.php b/planning/EclipseSimultaneousRelease.php
index a6536ec..6dc39e5 100644
--- a/planning/EclipseSimultaneousRelease.php
+++ b/planning/EclipseSimultaneousRelease.php
@@ -11,6 +11,7 @@
$pageKeywords = "Eclispe Simultaneous Release";
$pageAuthor = "David Williams";
$root = $_SERVER['DOCUMENT_ROOT'];
+$theme = "Nova";
$xhtmlFile="EclipseSimultaneousRelease.html";
diff --git a/planning/planningnova.xsl b/planning/planningnova.xsl
index 91b2731..cb7c5d3 100644
--- a/planning/planningnova.xsl
+++ b/planning/planningnova.xsl
@@ -3,34 +3,9 @@
<xsl:output omit-xml-declaration="yes" />
<xsl:template match="html">
<div id="midcolumn">
- <xsl:apply-templates select="body/h1" mode="banner" />
<xsl:apply-templates select="body/*" />
</div>
</xsl:template>
- <xsl:template match="h1" mode="banner">
- <div class="wtpbanner">
- <table>
- <tr>
- <td width="60%">
- <h1>
- <xsl:value-of select="." />
- </h1>
- <div class="wtpsubtitle">
- <xsl:value-of select="/html/head/title" />
- </div>
- </td>
- <td>
- <img src="/webtools/images/wtplogosmall.jpg" alt="WTP Logo" align="middle" height="129"
- hspace="50" width="207" usemap="logomap" />
- <map id="logomap" name="logomap">
- <area coords="0,0,207,129" href="/webtools/" alt="WTP Home" />
- </map>
- </td>
- </tr>
- </table>
- </div>
- </xsl:template>
- <xsl:template match="h1" />
<xsl:template match="*|@*|text()">
<xsl:copy>
<xsl:apply-templates select="*|@*|text()" />