Changeset 3447 for WAeUP_SRP/uniben/profiles/default/layouts
- Timestamp:
- 17 Apr 2008, 14:11:43 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/uniben/profiles/default/layouts/layout.xsl
r1417 r3447 66 66 <h1>Widgets</h1> 67 67 <xsl:for-each select="object/widget"> 68 <xsl:sort select="@name" 69 order="ascending" /> 68 70 <xsl:variable name="color"> 69 71 <xsl:choose> … … 76 78 </xsl:choose> 77 79 </xsl:variable> 78 <h3><xsl:value-of select="@name"/> Meta Type: <xsl:value-of select="@meta_type"/></h3>80 <h3><xsl:value-of select="@name"/> : <xsl:value-of select="@meta_type"/></h3> 79 81 <table> 80 82 <tr style="background-color:{$color}"> … … 85 87 <xsl:for-each select="property"> 86 88 <tr style="background-color:{$color}"> 87 <t h>89 <td> 88 90 <xsl:value-of select="@name"/> 89 </t h>91 </td> 90 92 <td> 91 93 <xsl:choose> … … 100 102 <td> 101 103 <xsl:for-each select="element"> 102 <xsl:value-of select="@value"/> 104 <xsl:value-of select="@value"/>, 103 105 </xsl:for-each> 106 104 107 </td> 105 108 </tr>
Note: See TracChangeset for help on using the changeset viewer.