Ignore:
Timestamp:
Mar 10, 2010, 12:19:11 AM (14 years ago)
Author:
plg
Message:

feature 1491: administration panel header/footer. Graphicaly outside the
administration theme. The header includes the gallery title with a link to
gallery, a theme changer, an explicit "visit gallery" link, a logout link.
The footer includes links to piwigo.org (homepage, documentation, forum) and
the contact webmaster link.

Due to new header/footer, I've removed the "Links" section in the menubar.

The new footer sticks to the bottom of the browser window.

I've slightly "rounded" grum tabs to look like the menubar borders.

Graphical illustration (top left and bottom left leaves) were removed to
improve readability. They make things beautiful on gallery side, they
decrease usability on admin side.

Piwigo logo was removed to save space on administration footer. It would be
nice to have a small logo to place bottom left in the footer next to
"Powered by Piwigo".

Links>Administration link was replaced by a big link box just above the
menubar.

The H2 was outside the #content box, nearly invisible on top right corner.
Now it is 1) easy to read 2) inside #content.

feature 1490: ability to switch from goto/roma to goto/clear with a single
click in administration header.

The global organisation of the page is quite heavily changed. The global
layout is:

body#theAdminPage
body#theAdminPage > #the_page
body#theAdminPage > #the_page > #pwgHead
body#theAdminPage > #the_page > #pwgMain
body#theAdminPage > #the_page > #pwgMain > #menubar
body#theAdminPage > #the_page > #pwgMain > #content
body#theAdminPage > #the_page > #footer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/admin.tpl

    r5089 r5098  
    11{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/packed/ui.core.packed.js" }
    22{known_script id="jquery.ui.accordion" src=$ROOT_URL|@cat:"template-common/lib/ui/packed/ui.accordion.packed.js" }
     3{known_script id="jquery.tipTip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.tipTip.minified.js" }
    34
    45<script type="text/javascript">
     
    1314
    1415<div id="menubar">
     16  <div id="adminHome"><a href="{$U_ADMIN}">Administration Home</a></div>
    1517  <dl class="first">
    16     <dt class="rdion"><span>{'Links'|@translate}&nbsp;</span></dt>
    17     <dd>
    18       <ul>
    19         <li><a href="{$U_RETURN}">{'Home'|@translate}</a></li>
    20         <li><a href="{$U_FAQ}">{'Instructions'|@translate}</a></li>
    21         <li><a href="{$U_ADMIN}" title="{'Administration'|@translate}">{'Administration'|@translate}</a></li>
    22         <li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>
    23 {if isset($pwgmenu)}
    24         <li class="external"><a class="external" href="{$pwgmenu.WIKI}" onclick="window.open(this.href, '');
    25           return false;">{'Documentation'|@translate}</a></li>
    26         <li class="external"><a class="external" href="{$pwgmenu.FORUM}" onclick="window.open(this.href, '');
    27           return false;">{'Support'|@translate}</a></li>
    28 {/if}
    29        
    30       </ul>
    31     </dd>
    32   </dl>
    33   <dl>
    3418    <dt class="rdion"><span>{'Configuration'|@translate}&nbsp;</span></dt>
    3519    <dd>
Note: See TracChangeset for help on using the changeset viewer.