Revision 1945
Added by brooke almost 21 years ago
lib/style/common/resultset.xsl | ||
---|---|---|
82 | 82 |
|
83 | 83 |
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0"> |
84 | 84 |
<tr> |
85 |
<th class="tablehead_lcorner" align="right" valign="top"><img src="images/transparent1x1.gif" width="1" height="1" /></th> |
|
85 |
<th class="tablehead_lcorner" align="right" valign="top"><img src="@style-skins-path@/default/images/transparent1x1.gif" width="1" height="1" /></th>
|
|
86 | 86 |
<th class="tablehead">Title</th> |
87 | 87 |
<th width="15%" class="tablehead" style="text-align: left">Contacts</th> |
88 | 88 |
<th width="15%" class="tablehead" style="text-align: left">Organization</th> |
... | ... | |
90 | 90 |
<xsl:if test="$enableediting = 'true'"> |
91 | 91 |
<th width="10%" class="tablehead" style="text-align: middle">Actions</th> |
92 | 92 |
</xsl:if> |
93 |
<th class="tablehead_rcorner" align="right" valign="top"><img src="images/transparent1x1.gif" width="1" height="1" /></th> |
|
93 |
<th class="tablehead_rcorner" align="right" valign="top"><img src="@style-skins-path@/default/images/transparent1x1.gif" width="1" height="1" /></th>
|
|
94 | 94 |
</tr> |
95 | 95 |
|
96 | 96 |
<xsl:for-each select="resultset/document"> |
... | ... | |
211 | 211 |
<td width="10"> </td> |
212 | 212 |
</tr> |
213 | 213 |
<tr class="searchresultsdivider"><td colspan="6"> |
214 |
<img src="images/transparent1x1.gif" width="1" height="1" /></td></tr> |
|
214 |
<img src="@style-skins-path@/default/images/transparent1x1.gif" width="1" height="1" /></td></tr>
|
|
215 | 215 |
|
216 | 216 |
</xsl:for-each> |
217 | 217 |
</table> |
Also available in: Unified diff
corrected image path