source:
extensions/ContestResults/template/cr_menubar.tpl
@
7988
Last change on this file since 7988 was 6768, checked in by , 14 years ago | |
---|---|
File size: 422 bytes |
Line | |
---|---|
1 | {html_head} |
2 | <style type="text/css"> |
3 | .finished {ldelim} |
4 | font-size:0.8em; |
5 | color:#a00; |
6 | } |
7 | </style> |
8 | {/html_head} |
9 | |
10 | <dt>{$block->get_title()}</dt> |
11 | <dd> |
12 | <ul> |
13 | {foreach from=$block->data item=data} |
14 | <li> |
15 | <a href="{$data.URL}" title="{$data.DATE}"> |
16 | {$data.LABEL} |
17 | {if $data.STATUS == 'finished'}<span class="finished">×</span>{/if} |
18 | </a> |
19 | </li> |
20 | {/foreach} |
21 | </ul> |
22 | </dd> |
Note: See TracBrowser
for help on using the repository browser.