Updated website theme

This commit is contained in:
Christophe Riccio
2011-02-10 14:44:31 +00:00
parent 17e87c1476
commit 449c639404
3 changed files with 20 additions and 34 deletions

View File

@@ -2839,10 +2839,10 @@
</menu-group>
<menu-group name="Documentation">
<menu-entry name="GLM Manual" href="./glm-manual.pdf" />
<menu-entry name="GLM API" href="./html/index.html" />
<menu-entry name="GLM Manual" href="./glm-0.9.1.pdf" />
<menu-entry name="GLM API" href="./html-0.9.1/index.html" />
<menu-entry name="Code samples" href="./code.html" />
<menu-entry name="GLSL Specification" href="http://www.opengl.org/registry/doc/GLSLangSpec.4.00.8.clean.pdf" />
<menu-entry name="GLSL Specification" href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf" />
<menu-entry name="OpenGL.org Toolkits forum" href="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=postlist&amp;Board=10&amp;page=1" />
<!--menu-entry name="Usage" href="./usage.html" /-->
</menu-group>
@@ -2856,10 +2856,10 @@
</menu-group>
<menu-link>
<menu-pic name="G-Truc" image="./common/g-truc.jpg" href="http://www.g-truc.net" />
<menu-pic name="SourceForge" image="./common/sourceforge.gif" href="http://www.sourceforge.net" />
<menu-pic name="G-Truc" image="./common/g-truc.png" href="http://www.g-truc.net" />
<menu-pic name="OpenGL" image="./common/opengl.jpg" href="http://www.opengl.org" />
</menu-link>
<menu-pic name="SourceForge" image="./common/sourceforge.gif" href="http://www.sourceforge.net" />
</menu-link>
</menu>
</glm>

View File

@@ -56,9 +56,9 @@
<div class="title-date">
<xsl:value-of select="./@date" />
</div>
<div class="title4">
<xsl:value-of select="./@title" />
</div>
<h3>
<xsl:value-of select="./@title" />
</h3>
<div>
<xsl:if test="./paragraph">
<xsl:apply-templates select="./paragraph" />