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/header.tpl

    r3283 r5098  
    4444
    4545<body id="{$BODY_ID}">
    46 <div id="headbranch"></div> {* Dummy block for double background management *}
     46
    4747<div id="the_page">
     48
     49<div id="pwgHead">
     50  <h1>
     51    <a href="{$U_RETURN}" title="Visit Gallery">
     52      <img src="admin/template/goto/icon/home.png" alt="{'Home'|@translate}">
     53      {$GALLERY_TITLE}
     54    </a>
     55  </h1>
     56
     57  <div id="headActions">
     58    Hello {$USERNAME} :
     59    <a href="{$U_RETURN}" title="Visit Gallery">Visit Gallery</a> |
     60    <a href="{$U_CHANGE_THEME}" title="Switch to clear theme for administration">Change Theme</a> |
     61    <a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
     62    <a href="{$U_FAQ}" title="{'Instructions'|@translate}" id="instructions"><img style="padding-left:10px;" src="{$ROOT_URL}admin/template/goto/icon/help.png" class="button" alt="(?)"></a>
     63  </div>
     64</div>
     65
     66<div style="clear:both;"></div>
    4867
    4968{if not empty($header_msgs)}
     
    5675
    5776<div id="theHeader">{*$PAGE_BANNER*}</div>
     77
    5878{if not empty($header_notes)}
    5979<div class="header_notes">
     
    6383</div>
    6484{/if}
     85
     86<div id="pwgMain">
Note: See TracChangeset for help on using the changeset viewer.