library-web r517 - in trunk: . data/skin data/xslt
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: library-web r517 - in trunk: . data/skin data/xslt
- Date: Wed, 15 Oct 2008 16:42:32 +0000 (UTC)
Author: fpeters
Date: Wed Oct 15 16:42:32 2008
New Revision: 517
URL: http://svn.gnome.org/viewvc/library-web?rev=517&view=rev
Log:
* data/skin/lgo.css, data/xslt/db2html.xsl: display document status
on nightly builds, if available.
Modified:
trunk/ChangeLog
trunk/data/skin/lgo.css
trunk/data/xslt/db2html.xsl
Modified: trunk/data/skin/lgo.css
==============================================================================
--- trunk/data/skin/lgo.css (original)
+++ trunk/data/skin/lgo.css Wed Oct 15 16:42:32 2008
@@ -655,4 +655,5 @@
padding: 2px 2px 2px 50px;
text-align: center;
margin-bottom: 2em;
+ min-height: 50px;
}
Modified: trunk/data/xslt/db2html.xsl
==============================================================================
--- trunk/data/xslt/db2html.xsl (original)
+++ trunk/data/xslt/db2html.xsl Wed Oct 15 16:42:32 2008
@@ -186,7 +186,16 @@
<div class="sidenav">
<xsl:if test="$libgo.nightly">
<p class="caution-nightly">
- Nightly Build<br/>Work In Progress
+ Nightly Build
+ <br/>
+ <xsl:choose>
+ <xsl:when test="//releaseinfo/@role">
+ Status: <xsl:value-of select="//releaseinfo/@role"/>
+ </xsl:when>
+ <xsl:otherwise>
+ Work In Progress
+ </xsl:otherwise>
+ </xsl:choose>
</p>
</xsl:if>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]