Revision 1940
Added by brooke over 19 years ago
resultset.xsl | ||
---|---|---|
82 | 82 |
|
83 | 83 |
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0"> |
84 | 84 |
<tr> |
85 |
<td class="tablehead_lcorner" align="right" valign="top"><img src="images/transparent1x1.gif" width="1" height="1" /></td>
|
|
86 |
<td class="tablehead">Title</td>
|
|
87 |
<td width="15%" class="tablehead" style="text-align: left">Contacts</td>
|
|
88 |
<td width="15%" class="tablehead" style="text-align: left">Organization</td>
|
|
89 |
<td width="15%" class="tablehead" style="text-align: left">Keywords</td>
|
|
85 |
<th class="tablehead_lcorner" align="right" valign="top"><img src="images/transparent1x1.gif" width="1" height="1" /></th>
|
|
86 |
<th class="tablehead">Title</th>
|
|
87 |
<th width="15%" class="tablehead" style="text-align: left">Contacts</th>
|
|
88 |
<th width="15%" class="tablehead" style="text-align: left">Organization</th>
|
|
89 |
<th width="15%" class="tablehead" style="text-align: left">Keywords</th>
|
|
90 | 90 |
<xsl:if test="$enableediting = 'true'"> |
91 |
<td width="10%" class="tablehead" style="text-align: middle">Actions</td>
|
|
91 |
<th width="10%" class="tablehead" style="text-align: middle">Actions</th>
|
|
92 | 92 |
</xsl:if> |
93 |
<td class="tablehead_rcorner" align="right" valign="top"><img src="images/transparent1x1.gif" width="1" height="1" /></td>
|
|
93 |
<th class="tablehead_rcorner" align="right" valign="top"><img src="images/transparent1x1.gif" width="1" height="1" /></th>
|
|
94 | 94 |
</tr> |
95 | 95 |
|
96 | 96 |
<xsl:for-each select="resultset/document"> |
Also available in: Unified diff
made results page table header into <th> so we can apply a different css style to eml stylesheet subheaders. added whitespace above& below section headers