Changeset 327:a914a5e5dd4c
- Timestamp:
- 09/09/09 14:34:59 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@328
- Message:
-
added anchor and external link icons
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r322
|
r327
|
|
| 29 | 29 | |
| 30 | 30 | #if($observation.isPassed()) |
| 31 | | <div class="observer $observationName valid"> |
| | 31 | <div class="observer $observationName valid" id="$observationName"> |
| 32 | 32 | #else |
| 33 | | <div class="observer $observationName invalid"> |
| | 33 | <div class="observer $observationName invalid" id="$observationName"> |
| 34 | 34 | #end |
| 35 | 35 | <h2> |
| 36 | 36 | <span class="icons"> |
| | 37 | <a class="anchor" href="#$observationName" title="anchor to this observation">[anchor]</a> |
| | 38 | <a class="direct_link" href="$observation.getRequestUri()" title="link to ...">[direct link]</a> |
| 37 | 39 | #if ($infoCount && $infoCount > 0)<img src="images/icone_info.png" alt="Infos" title="Infos" /><span>$infoCount</span> #end |
| 38 | 40 | #if ($errorCount && $errorCount > 0)<img src="images/icone_error.png" alt="Errors" title="Errors" /><span>$errorCount</span> #end |
| … |
… |
|
| 45 | 47 | #end |
| 46 | 48 | <span class="name">$unicorncall.getObserverName($observationName, $lang)</span> |
| 47 | | <a href="$observation.getRequestUri()">[Direct Link]</a> |
| 48 | 49 | </h2> |
| 49 | 50 | |
| … |
… |
|
| 81 | 82 | #end |
| 82 | 83 | </td> |
| 83 | | <td class="anchor"><a title="anchor to this message" href="#$messageId">a</a></td> |
| | 84 | <td class="anchor"><a title="anchor to this message" href="#$messageId">[anchor]</a></td> |
| 84 | 85 | </tr> |
| 85 | 86 | #end |
| … |
… |
|
| 124 | 125 | #end |
| 125 | 126 | </td> |
| 126 | | <td class="anchor"><a title="anchor to this message" href="#$messageId">a</a></td> |
| | 127 | <td class="anchor"><a title="anchor to this message" href="#$messageId">[anchor]</a></td> |
| 127 | 128 | </tr> |
| 128 | 129 | #end |
| … |
… |
|
| 167 | 168 | #end |
| 168 | 169 | </td> |
| 169 | | <td class="anchor"><a title="anchor to this message" href="#$messageId">a</a></td> |
| | 170 | <td class="anchor"><a title="anchor to this message" href="#$messageId">[anchor]</a></td> |
| 170 | 171 | </tr> |
| 171 | 172 | #end |