Ignore:
Timestamp:
Aug 20, 2010, 12:33:47 PM (14 years ago)
Author:
mistic100
Message:

Fixs some errors. Add results previews. Code revision.

Location:
extensions/ContestResults/template
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/template/cr_main.tpl

    r6768 r6782  
    1313                <h2>{'Contests'|@translate}</h2>
    1414        </div> <!-- titrePage -->
    15        
     15        {if !isset($contests_pending) AND !isset($contests_finished)}
     16                <div class="nopublic" style="margin-bottom:200px;">
     17                        {'CR_no_contest'|@translate}
     18                </div>
     19        {/if}
    1620        {if isset($contests_pending)}
    1721                <ul class="thumbnailCategories">
  • extensions/ContestResults/template/cr_page.tpl

    r6768 r6782  
    11{html_head}
    2 <link rel="stylesheet" type="text/css" href="{$CR_PATH}template/style.css">
     2        <link rel="stylesheet" type="text/css" href="{$CR_PATH}template/style.css">
    33{/html_head}
    44
     
    2020        </div> <!-- titrePage -->
    2121
    22         {if  $VISIBLE == 0}
     22        {if !$VISIBLE}
    2323                <div class="nopublic">
    2424                        {'CR_nopublic'|@translate}
  • extensions/ContestResults/template/style.css

    r6768 r6782  
    1111}
    1212
    13 div.thumbnailCategory.novisible {
    14         opacity:0.4;
    15 }
    16 
    1713.results {
    1814        overflow:hidden;
    1915        white-space:nowrap;
     16}
     17
     18div.thumbnailCategory.novisible {
     19        opacity:0.4;
    2020}
    2121
Note: See TracChangeset for help on using the changeset viewer.