improving table; more comments

svn path=/branches/test/; revision=31232
This commit is contained in:
Max Mehl 2015-05-12 10:31:04 +00:00
parent 7f4c957310
commit 27b1890daf
5 changed files with 24 additions and 5 deletions

View File

@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Please fill out the necessary fields for every supporting organisation or similar.
"id" should be a short unique identifying string. It's not visible on the website
"order" defines the placement in the list of logos or the table
"image" is a link to the image file. Please use small logos, they won't be shrinked automatically
"link" defines the destination when clicking on the image
"descr" is currently only used when using the table-type. It defines the text on the right hand side in the table
-->
<supporterset>
<supporter id="dc" order="1">
<name>DC</name>
<image>/campaigns/android/foebud.png</image>

View File

@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Please fill out the necessary fields for every supporting organisation or similar.
"id" should be a short unique identifying string. It's not visible on the website
"order" defines the placement in the list of logos or the table
"image" is a link to the image file. Please use small logos, they won't be shrinked automatically
"link" defines the destination when clicking on the image
"descr" is currently only used when using the table-type. It defines the text on the right hand side in the table
-->
<supporterset>
<supporter id="dc" order="1">
<name>DC</name>
<image>/campaigns/android/foebud.png</image>

View File

@ -155,10 +155,10 @@
-->
<h2>Teilnehmende Organisationen (Tabelle)</h2>
<supporters type="table"/>
<supporters type="table"/> <!-- possible values for type=: "table" or "logos" -->
<h2>Teilnehmende Organisationen (Logos)</h2>
<supporters type="logos"/>
<supporters type="logos"/> <!-- possible values for type=: "table" or "logos" -->

View File

@ -198,10 +198,10 @@
<h2>Participating Organisations (Table)</h2>
<supporters type="table"/>
<supporters type="table"/> <!-- possible values for type=: "table" or "logos" -->
<h2>Participating Organisations (Logos)</h2>
<supporters type="logos"/>
<supporters type="logos"/> <!-- possible values for type=: "table" or "logos" -->
<!--
<p>
<div class="image">

View File

@ -32,7 +32,7 @@
<!-- alt -->
<xsl:attribute name="alt">
<xsl:value-of select="/buildinfo/document/set/supporter[@id=$id]/descr" />
<xsl:value-of select="/buildinfo/document/set/supporter[@id=$id]/name" />
</xsl:attribute>
<!-- title -->
@ -96,6 +96,7 @@
<!-- Description -->
<xsl:element name="td">
<xsl:attribute name="style">vertical-align: middle;</xsl:attribute>
<xsl:value-of select="/buildinfo/document/set/supporter[@id=$id]/descr" />
</xsl:element>
<!-- /Description -->