source: extensions/ConcoursPhoto/template/concours_menu.tpl @ 15555

Last change on this file since 15555 was 8946, checked in by tiico, 13 years ago

Prepare v2.0.0 for Concours photo plugin :

  • Add exaequo checking for the result (beta)
  • Add EN language
  • Correct "concours not displayed" when no group is selected in admin page. Now, concours is available for all registered user (not depending on the group appartenance)
  • Add option to allow author to vote for their photos (disable check based on username=authorname)
  • Add option to allow user to change the score after a validation
  • Add to guest the possibility to vote for a concours (BETA)
  • Some correction (code and database structure)
File size: 481 bytes
Line 
1
2{if isset($block->data) and count($block->data)}
3  <!-- Concours menu bar -->
4  {if $block->get_title() !="" }
5    <dt>{$block->get_title()}</dt>
6  {/if}
7  <dd>
8    <ul>
9      {foreach from=$block->data key=name item=link}
10        <li>
11          {$link.nfo}<a href="{$link.link}">{$link.text}</a>
12          {if $link.edit!=""} [<a href="{$link.edit}">{"concours_admin_edit"|@translate}</a>]
13          {/if}
14        </li>
15      {/foreach}
16    </ul>
17  </dd>
18{/if}
Note: See TracBrowser for help on using the repository browser.