Updated website theme
This commit is contained in:
@@ -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&Board=10&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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user