source: extensions/ContestResults/template/cr_menubar.tpl

Last change on this file was 9745, checked in by mistic100, 13 years ago

[extensions] Contest Results

  • New bloc for PWG Stuffs
  • Use new admin links and javascript implementation
  • Distinguish pending and running contests (both pending before)
File size: 434 bytes
Line 
1{html_head}
2{literal}
3<style type="text/css">
4        .CR_finished_menu {
5                font-size:0.8em;
6                color:#a00;
7                letter-spacing:0px;
8        }
9</style>
10{/literal}
11{/html_head}
12
13<dt>{$block->get_title()}</dt>
14        <dd>
15        <ul>
16                {foreach from=$block->data item=data}
17                <li>
18                        <a href="{$data.URL}" title="{$data.DATE}">
19                                {$data.LABEL}
20                                <span class="CR_finished_menu">{$data.DAYS}</span>
21                        </a>
22                </li>
23                {/foreach}
24        </ul>
25</dd>
Note: See TracBrowser for help on using the repository browser.