Revision 3204
Added by sledge over 17 years ago
lib/style/skins/kepler/entity.xsl | ||
---|---|---|
90 | 90 |
<body> |
91 | 91 |
<table cellspacing="8" cellpadding="0" style="border: none; width: 100%;" class="main"> |
92 | 92 |
<colgroup></colgroup> |
93 |
<colgroup style="width: 100%;"></colgroup>
|
|
94 |
<colgroup></colgroup> |
|
93 |
<colgroup style="width: 75%;"></colgroup>
|
|
94 |
<colgroup style="width: 25%;"></colgroup>
|
|
95 | 95 |
|
96 | 96 |
<tr class="top-level"> |
97 | 97 |
<td colspan="2"> |
... | ... | |
100 | 100 |
<xsl:value-of select="/entity/@name"/> |
101 | 101 |
</span> |
102 | 102 |
|
103 |
<xsl:text> (</xsl:text> |
|
104 |
<xsl:value-of select="/entity/property[@name='class']/@value"/> |
|
105 |
<xsl:text>)</xsl:text> |
|
103 |
<span style="font-size: smaller;"> |
|
104 |
<xsl:text> (</xsl:text> |
|
105 |
<xsl:value-of select="/entity/property[@name='class']/@value"/> |
|
106 |
<xsl:text>)</xsl:text> |
|
107 |
</span> |
|
106 | 108 |
</h1> |
107 | 109 |
</td> |
108 | 110 |
|
109 |
<td style="white-space: nowrap; width: 1px;">
|
|
111 |
<td> |
|
110 | 112 |
<table cellspacing="0" cellpadding="0"> |
111 | 113 |
<xsl:if test="count(/entity/property[@name='documentation']/property[@name='author']) > 0"> |
112 | 114 |
<tr> |
Also available in: Unified diff
adjusted cell widths, font sizes, and white-space policies.