Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/footer.tpl

    r12547 r12960  
    1 <div id="footer">
    2         <div id="footer_left">
    3                
    4                 <a name="EoP"></a> <!-- End of Page -->
    5                
    6                 {if isset($USERNAME)}
    7                         <div class="footer_login">
    8                                 {if isset($U_PROFILE)}
    9                                          <div class="footer_customize">
    10                                                 [<a href="{$U_PROFILE}" title="{'customize the appareance of the gallery'|@translate}">{$USERNAME}</a>]&nbsp;
    11                                         </div>
    12                                 {else}
    13                                         [{$USERNAME}]&nbsp;
    14                                 {/if}
     1                        <div id="footer">
     2                                <div id="footer_left">
     3                                        {if isset($USERNAME)}
     4                                                <div class="footer_login">
     5                                                        {if isset($U_PROFILE)}
     6                                                                <div class="footer_customize">
     7                                                                        [<a href="{$U_PROFILE}" title="{'customize the appareance of the gallery'|@translate}">{$USERNAME}</a>]&nbsp;
     8                                                                </div>
     9                                                        {else}
     10                                                                [{$USERNAME}]&nbsp;
     11                                                        {/if}
     12                                                </div>
     13                                        {/if}
     14
     15                                        {if isset($U_LOGIN)}
     16                                                <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
     17                                        {/if}
     18
     19                                        {if (isset($U_LOGIN) && isset($U_REGISTER))}-{/if}
     20                                       
     21                                        {if isset($U_REGISTER)}
     22                                                <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a>
     23                                        {/if}
     24
     25                                        {if isset($U_LOGOUT)}
     26                                                <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
     27                                        {/if}
     28
     29                                        {if (isset($U_LOGOUT) && isset($U_ADMIN))}-{/if}
     30
     31                                        {if isset($U_ADMIN)}
     32                                                <a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a>
     33                                        {/if}
     34
     35                                        {get_combined_scripts load='footer'}
     36
     37                                        {if isset($footer_elements)}
     38                                                {foreach from=$footer_elements item=v}
     39                                                        {$v}
     40                                                {/foreach}
     41                                        {/if}
     42                                </div>
     43                               
     44                                <div id="copyright">
     45                                        {*
     46                                                Please, do not remove this copyright. If you really want to,
     47                                                                contact us on http://piwigo.org to find a solution on how
     48                                                                to show the origin of the script...
     49                                        *}
     50                                        {'Powered by'|@translate}
     51                                        <a href="{$PHPWG_URL}" class="Piwigo"><span class="Piwigo">Piwigo</span></a>
     52                                        {$VERSION}
     53
     54                                        {if isset($CONTACT_MAIL)}
     55                                                 - {'Contact'|@translate}
     56                                                <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate} </a>
     57                                        {/if}
     58
     59                                        {if isset($debug.TIME) }
     60                                         - {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME})
     61                                        {/if}
     62                                </div>{* copyright *}
     63                        </div>
     64                </div>{* the_page *}
     65                {if isset($debug.QUERIES_LIST)}
     66                        <div id="debug">
     67                                {$debug.QUERIES_LIST}
    1568                        </div>
    1669                {/if}
    17 
    18                 {if isset($U_LOGIN)}
    19                         <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>
    20                 {/if}
    21 
    22                 {if (isset($U_LOGIN) && isset($U_REGISTER))}-{/if}
    23                
    24                 {if isset($U_REGISTER)}
    25                         <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a>
    26                 {/if}
    27 
    28                 {if isset($U_LOGOUT)}
    29                         <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
    30                 {/if}
    31 
    32                 {if (isset($U_LOGOUT) && isset($U_ADMIN))}-{/if}
    33 
    34                 {if isset($U_ADMIN)}
    35                         <a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a>
    36                 {/if}
    37 
    38         </div>
    39 
    40         {get_combined_scripts load='footer'}
    41 
    42         {if isset($footer_elements)}
    43         {foreach from=$footer_elements item=v}
    44         {$v}
    45         {/foreach}
    46         {/if}
    47        
    48         <div id="copyright">
    49          {* Please, do not remove this copyright. If you really want to,
    50                   contact us on http://piwigo.org to find a solution on how
    51                   to show the origin of the script...
    52           *}
    53 
    54           {'Powered by'|@translate}
    55           <a href="{$PHPWG_URL}" class="Piwigo">
    56           <span class="Piwigo">Piwigo</span></a>
    57           {$VERSION}
    58 
    59           {if isset($CONTACT_MAIL)}
    60           {'Contact'|@translate}
    61           <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">- {'Webmaster'|@translate} </a>
    62           {/if}
    63 
    64           {if isset($debug.TIME) }
    65          - {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME})
    66          {/if}
    67 
    68 
    69         </div>
    70 </div>
    71 </div><!-- the_page -->
    72 {if isset($debug.QUERIES_LIST)}
    73 <div id="debug">
    74 {$debug.QUERIES_LIST}
    75 </div>
    76 {/if}
    77 </body>
     70        </body>
    7871</html>
Note: See TracChangeset for help on using the changeset viewer.