Last change
on this file since 23126 was
9745,
checked in by mistic100, 14 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:
527 bytes
|
Rev | Line | |
---|
[9745] | 1 | <ul> |
---|
| 2 | <li> |
---|
| 3 | <span class="property">{'CR_select_contest'|@translate}</span> |
---|
| 4 | <select name="contest_id[]" multiple="multiple" size="{$COUNT}"> |
---|
| 5 | {foreach from=$contests item=contest} |
---|
| 6 | <option value="{$contest.ID}" {if $contest.SELECTED}selected="selected"{/if}>{$contest.ID} - {$contest.NAME}</option> |
---|
| 7 | {/foreach} |
---|
| 8 | </select> |
---|
| 9 | </li> |
---|
| 10 | <li> |
---|
| 11 | <span class="property">{'lastcoms_nb_cadres'|@translate}</span> |
---|
| 12 | {html_options name=nb_per_line options=$NB_PER_LINE.OPTIONS selected=$NB_PER_LINE.SELECTED} |
---|
| 13 | </li> |
---|
| 14 | </ul> |
---|
Note: See
TracBrowser
for help on using the repository browser.