Ignore:
Timestamp:
Jun 13, 2014, 9:10:41 PM (10 years ago)
Author:
mistic100
Message:

clean HTML code of header and footer

Location:
trunk/admin/themes/default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/footer.tpl

    r12613 r28690  
    33          don't be confusing with the public page footer
    44*}
    5 </div> <!-- pwgMain -->
     5</div>{* <!-- pwgMain --> *}
     6
    67{if isset($footer_elements)}
    7 {foreach from=$footer_elements item=v}
    8 {$v}
     8{foreach from=$footer_elements item=elt}
     9  {$elt}
    910{/foreach}
    1011{/if}
     12
    1113{if isset($debug.QUERIES_LIST)}
    1214<div id="debug">
    13 {$debug.QUERIES_LIST}
     15  {$debug.QUERIES_LIST}
    1416</div>
    1517{/if}
     
    1719<div id="footer">
    1820  <div id="piwigoInfos">
    19  {* Please, do not remove this copyright. If you really want to,
    20       contact us on http://piwigo.org to find a solution on how
    21       to show the origin of the script...
    22   *}
    23 
    24   {'Powered by'|@translate}
    25   <a class="externalLink" href="{$PHPWG_URL}" title="{'Visit Piwigo project website'|@translate}">
    26   <span class="Piwigo">Piwigo</span></a>
     21  {'Powered by'|translate}
     22  <a class="externalLink tiptip" href="{$PHPWG_URL}" title="{'Visit Piwigo project website'|translate}"><span class="Piwigo">Piwigo</span></a>
    2723  {$VERSION}
    28   | <a class="externalLink" href="{$pwgmenu.WIKI}" title="{'Read Piwigo Documentation'|@translate}">{'Documentation'|@translate}</a>
    29   | <a class="externalLink" href="{$pwgmenu.FORUM}" title="{'Get Support on Piwigo Forum'|@translate}">{'Support'|@translate}</a>
    30   </div> <!-- piwigoInfos -->
     24  | <a class="externalLink tiptip" href="{$pwgmenu.WIKI}" title="{'Read Piwigo Documentation'|translate}">{'Documentation'|translate}</a>
     25  | <a class="externalLink tiptip" href="{$pwgmenu.FORUM}" title="{'Get Support on Piwigo Forum'|translate}">{'Support'|translate}</a>
     26  </div>
    3127
    3228  <div id="pageInfos">
    33  {if isset($debug.TIME) }
    34  {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
    35  {/if}
     29    {if isset($debug.TIME) }
     30    {'Page generated in'|translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|translate} {$debug.SQL_TIME}) -
     31    {/if}
     32
     33    {'Contact'|translate}
     34    <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|translate|escape:url}">{'Webmaster'|translate}</a>
     35  </div>{* <!-- pageInfos --> *}
     36
     37</div>{* <!-- footer --> *}
     38</div>{* <!-- the_page --> *}
    3639
    3740
    38   {'Contact'|@translate}
    39   <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
    40   </div> <!-- pageInfos -->
     41{combine_script id='jquery.tipTip' load='footer' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
     42{footer_script require='jquery.tipTip'}
     43jQuery('.tiptip').tipTip({
     44  delay: 0,
     45  fadeIn: 200,
     46  fadeOut: 200
     47});
    4148
    42 </div> <!-- footer -->
    43 </div> <!-- the_page -->
    44 
    45 
    46 {combine_script id='jquery.tipTip' load='async' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
    47 {footer_script require='jquery.tipTip'}
    48 jQuery(document).ready(function() {ldelim}
    49         jQuery('#pwgHead A[title], #footer A[title], .themeActions .tiptip, .languageActions .tiptip').tipTip({ldelim}
    50                         'delay' : 0,
    51                         'fadeIn' : 200,
    52                         'fadeOut' : 200
    53         });
     49jQuery('a.externalLink').click(function() {
     50  window.open(jQuery(this).attr("href"));
     51  return false;
    5452});
    5553{/footer_script}
    5654
    57 <!-- BEGIN get_combined_scripts -->
     55<!-- BEGIN get_combined -->
    5856{get_combined_scripts load='footer'}
    59 <!-- END get_combined_scripts -->
    60 
    61 {literal}
    62 <script type='text/javascript'>
    63   jQuery(document).ready(function() {
    64     $("a.externalLink").click(function() {
    65       window.open($(this).attr("href"));
    66       return false;
    67     });
    68   });
    69 </script>
    70 {/literal}
    71 
    72 {if not $ENABLE_SYNCHRONIZATION}
    73 {literal}
    74 <script type='text/javascript'>
    75   $(document).ready(function() {
    76     $("#helpSynchro").hide();
    77   });
    78 </script>
    79 {/literal}
    80 {/if}
     57<!-- END get_combined -->
    8158
    8259</body>
  • trunk/admin/themes/default/template/header.tpl

    r28689 r28690  
    11{*
    2 
    32          Warning : This is the admin pages header only
    43          don't confuse with the public page header
    5 
    64*}
    75<!DOCTYPE html>
     
    1210<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
    1311
    14 {get_combined_css}
     12{strip}
    1513{foreach from=$themes item=theme}
    16 {if $theme.load_css}
    17 {combine_css path="admin/themes/`$theme.id`/theme.css" order=-10}
    18 {/if}
    19 {if !empty($theme.local_head)}{include file=$theme.local_head load_css=$theme.load_css}{/if}
     14  {if $theme.load_css}
     15  {combine_css path="admin/themes/`$theme.id`/theme.css" order=-10}
     16  {/if}
     17  {if !empty($theme.local_head)}
     18  {include file=$theme.local_head load_css=$theme.load_css}
     19  {/if}
    2020{/foreach}
     21
    2122{combine_css path="admin/themes/default/fontello/css/fontello.css"}
    2223
    23 <!-- BEGIN get_combined_scripts -->
     24{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
     25{/strip}
     26
     27<!-- BEGIN get_combined -->
     28{get_combined_css}
     29
    2430{get_combined_scripts load='header'}
    25 <!-- END get_combined_scripts -->
    26 
    27 {combine_script id='jquery' path='themes/default/js/jquery.min.js'}
     31<!-- END get_combined -->
    2832
    2933{if not empty($head_elements)}
    3034{foreach from=$head_elements item=elt}
    31 {$elt}
     35  {$elt}
    3236{/foreach}
    3337{/if}
    34 
    3538</head>
    3639
     
    4952<div id="pwgHead">
    5053  <h1>
    51     <a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
    52                         <span class="icon-home" style="font-size:larger"></span>
    53                         {$GALLERY_TITLE}
     54    <a href="{$U_RETURN}" title="{'Visit Gallery'|translate}" class="tiptip">
     55      <span class="icon-home" style="font-size:larger"></span>
     56      {$GALLERY_TITLE}
    5457    </a>
    5558  </h1>
    5659
    5760  <div id="headActions">
    58     {'Hello'|@translate} {$USERNAME} |
    59     <a class="icon-eye" href="{$U_RETURN}">{'Visit Gallery'|@translate}</a> |
    60     <a class="icon-brush" href="{$U_CHANGE_THEME}" title="{'Switch to clear or dark colors for administration'|@translate}">{'Change Admin Colors'|@translate}</a> |
    61     <a class="icon-help-circled" href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">{'Help Me'|@translate}</a> |
    62     <a class="icon-logout" href="{$U_LOGOUT}">{'Logout'|@translate}</a>
     61    {'Hello'|translate} {$USERNAME} |
     62    <a class="icon-eye" href="{$U_RETURN}">{'Visit Gallery'|translate}</a> |
     63    <a class="icon-brush tiptip" href="{$U_CHANGE_THEME}" title="{'Switch to clear or dark colors for administration'|translate}">{'Change Admin Colors'|translate}</a> |
     64    <a class="icon-help-circled tiptip" href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">{'Help Me'|translate}</a> |
     65    <a class="icon-logout" href="{$U_LOGOUT}">{'Logout'|translate}</a>
    6366  </div>
    6467</div>
Note: See TracChangeset for help on using the changeset viewer.