Revision 3581
Added by walbridge about 17 years ago
lib/style/common/resultset-table.xsl | ||
---|---|---|
44 | 44 |
if there are not then don't show the query results --> |
45 | 45 |
<xsl:if test="count(resultset/document) > 0"> |
46 | 46 |
|
47 |
<table width="95%" align="center" border="0" |
|
47 |
<table class="resultstable" width="95%" align="center" border="0"
|
|
48 | 48 |
cellpadding="0" cellspacing="0"> |
49 | 49 |
<tr> |
50 | 50 |
<th class="tablehead_lcorner" align="right" |
... | ... | |
280 | 280 |
<td width="10"> </td> |
281 | 281 |
</tr> |
282 | 282 |
<tr> |
283 |
<td></td> |
|
283 |
<td width="10" class="searchresultslead"></td>
|
|
284 | 284 |
<td colspan="5" class="searchresultsdivider"> </td> |
285 | 285 |
</tr> |
286 | 286 |
|
Also available in: Unified diff
Modified resultset to allow seperator <tr> to have an additional lead <td> element for styling NCEAS skin