Revision 101
Added by Matt Jones over 24 years ago
lib/resultset.xsl | ||
---|---|---|
41 | 41 |
<table width="100%"> |
42 | 42 |
<tr class="rowodd"> |
43 | 43 |
<th> </th> |
44 |
<th><xsl:text>Title</xsl:text></th> |
|
44 | 45 |
<th><xsl:text>Document</xsl:text></th> |
45 | 46 |
<th><xsl:text>Document Type</xsl:text></th> |
46 |
<th><xsl:text>Title</xsl:text></th> |
|
47 | 47 |
</tr> |
48 | 48 |
|
49 | 49 |
<xsl:for-each select="resultset/document"> |
... | ... | |
71 | 71 |
</a> |
72 | 72 |
--> |
73 | 73 |
</td> |
74 |
<td><xsl:value-of select="./doctitle"/> |
|
75 |
<xsl:text> </xsl:text> |
|
76 |
</td> |
|
74 | 77 |
<td> |
75 | 78 |
<xsl:value-of select="./docname"/> |
76 | 79 |
<xsl:text> </xsl:text> |
77 | 80 |
<xsl:value-of select="./docid"/> |
81 |
<xsl:text> </xsl:text> |
|
78 | 82 |
</td> |
79 |
<td><xsl:value-of select="./doctype"/></td> |
|
80 |
<td><xsl:value-of select="./doctitle"/></td> |
|
83 |
<td><xsl:value-of select="./doctype"/> |
|
84 |
<xsl:text> </xsl:text> |
|
85 |
</td> |
|
81 | 86 |
</tr> |
82 | 87 |
</xsl:for-each> |
83 | 88 |
</table> |
lib/style/resultset.xsl | ||
---|---|---|
41 | 41 |
<table width="100%"> |
42 | 42 |
<tr class="rowodd"> |
43 | 43 |
<th> </th> |
44 |
<th><xsl:text>Title</xsl:text></th> |
|
44 | 45 |
<th><xsl:text>Document</xsl:text></th> |
45 | 46 |
<th><xsl:text>Document Type</xsl:text></th> |
46 |
<th><xsl:text>Title</xsl:text></th> |
|
47 | 47 |
</tr> |
48 | 48 |
|
49 | 49 |
<xsl:for-each select="resultset/document"> |
... | ... | |
71 | 71 |
</a> |
72 | 72 |
--> |
73 | 73 |
</td> |
74 |
<td><xsl:value-of select="./doctitle"/> |
|
75 |
<xsl:text> </xsl:text> |
|
76 |
</td> |
|
74 | 77 |
<td> |
75 | 78 |
<xsl:value-of select="./docname"/> |
76 | 79 |
<xsl:text> </xsl:text> |
77 | 80 |
<xsl:value-of select="./docid"/> |
81 |
<xsl:text> </xsl:text> |
|
78 | 82 |
</td> |
79 |
<td><xsl:value-of select="./doctype"/></td> |
|
80 |
<td><xsl:value-of select="./doctitle"/></td> |
|
83 |
<td><xsl:value-of select="./doctype"/> |
|
84 |
<xsl:text> </xsl:text> |
|
85 |
</td> |
|
81 | 86 |
</tr> |
82 | 87 |
</xsl:for-each> |
83 | 88 |
</table> |
resultset.xsl | ||
---|---|---|
41 | 41 |
<table width="100%"> |
42 | 42 |
<tr class="rowodd"> |
43 | 43 |
<th> </th> |
44 |
<th><xsl:text>Title</xsl:text></th> |
|
44 | 45 |
<th><xsl:text>Document</xsl:text></th> |
45 | 46 |
<th><xsl:text>Document Type</xsl:text></th> |
46 |
<th><xsl:text>Title</xsl:text></th> |
|
47 | 47 |
</tr> |
48 | 48 |
|
49 | 49 |
<xsl:for-each select="resultset/document"> |
... | ... | |
71 | 71 |
</a> |
72 | 72 |
--> |
73 | 73 |
</td> |
74 |
<td><xsl:value-of select="./doctitle"/> |
|
75 |
<xsl:text> </xsl:text> |
|
76 |
</td> |
|
74 | 77 |
<td> |
75 | 78 |
<xsl:value-of select="./docname"/> |
76 | 79 |
<xsl:text> </xsl:text> |
77 | 80 |
<xsl:value-of select="./docid"/> |
81 |
<xsl:text> </xsl:text> |
|
78 | 82 |
</td> |
79 |
<td><xsl:value-of select="./doctype"/></td> |
|
80 |
<td><xsl:value-of select="./doctitle"/></td> |
|
83 |
<td><xsl:value-of select="./doctype"/> |
|
84 |
<xsl:text> </xsl:text> |
|
85 |
</td> |
|
81 | 86 |
</tr> |
82 | 87 |
</xsl:for-each> |
83 | 88 |
</table> |
Also available in: Unified diff
updated resultset display