Trying tables.
svn path=/trunk/; revision=7241
This commit is contained in:
@@ -20,9 +20,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<xsl:apply-templates />
|
<xsl:apply-templates />
|
||||||
<h3><xsl:value-of select="/html/text[@id='patrons']" /></h3>
|
<h3><xsl:value-of select="/html/text[@id='patrons']" /></h3>
|
||||||
<ul>
|
<xsl:apply-templates select="/html/set/patrons/node()" />
|
||||||
<xsl:apply-templates select="/html/set/patrons/node()" />
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3><xsl:value-of select="/html/text[@id='sustaining']" /></h3>
|
<h3><xsl:value-of select="/html/text[@id='sustaining']" /></h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
@@ -4,11 +4,16 @@
|
|||||||
|
|
||||||
<donorset>
|
<donorset>
|
||||||
<patrons>
|
<patrons>
|
||||||
<li>
|
<table>
|
||||||
<img src="thankgnus/freiheit.png" alt="freiheit.com"/>
|
<tr>
|
||||||
freiheit.com technologies
|
<td><img src="thankgnus/freiheit.png" alt="freiheit.com"/></td>
|
||||||
</li>
|
<td>freiheit.com technologies</td>
|
||||||
<li>Reinhard Wiesemann</li>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> </td>
|
||||||
|
<td>Reinhard Wiesemann</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</patrons>
|
</patrons>
|
||||||
|
|
||||||
<sustainingcontributors>
|
<sustainingcontributors>
|
||||||
|
Reference in New Issue
Block a user