diff options
author | thomascube <thomas@roundcube.net> | 2011-11-23 18:06:40 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-11-23 18:06:40 +0000 |
commit | e7c445bea0dd19e19b8e403aef48deb59f52b0d9 (patch) | |
tree | eaf2c02f3778e18efea4a86aefad7434fc242e99 /skins/larry/includes/header.html | |
parent | fb6d86b9ad851ee72e79b5031fcaace71dfbe997 (diff) |
Started with the new skin, codename 'Larry'
Diffstat (limited to 'skins/larry/includes/header.html')
-rw-r--r-- | skins/larry/includes/header.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html new file mode 100644 index 000000000..93966c495 --- /dev/null +++ b/skins/larry/includes/header.html @@ -0,0 +1,27 @@ +<div id="header"> +<div id="topline"> + <div class="topleft"> + <roundcube:if condition="config:support_url" /> + <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a> + <roundcube:endif /> + </div> + <div class="topright"> + <span class="username"><roundcube:object name="username" /></span> + <roundcube:button command="logout" label="logout" class="button-logout" /> + </div> +</div> + +<div id="topnav"> + <div id="taskbar" class="topright"> + <roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" /> + <roundcube:button command="addressbook" label="addressbook" class="button-addressbook" classSel="button-addressbook button-selected" /> + <roundcube:container name="taskbar" id="taskbar" /> + <roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" /> + </div> + <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /> +</div> + +<br style="clear:both" /> +</div> + + |