Mercurial > hg > rc2
comparison skins/larry/includes/header.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children | bf99236cc5cd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 <div id="header"> | |
2 <div id="topline" role="banner" aria-labelledby="aria-label-topnav"> | |
3 <h2 id="aria-label-topnav" class="voice"><roundcube:label name="arialabeltopnav" /></h2> | |
4 <div class="topleft"> | |
5 <roundcube:container name="topline-left" id="topline-left" /> | |
6 <roundcube:button name="about" type="link" label="about" class="about-link" onclick="UI.show_about(this);return false" condition="!env:extwin" /> | |
7 <roundcube:if condition="config:support_url" /> | |
8 <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link" id="supportlink"><roundcube:label name="support" /></a> | |
9 <roundcube:endif /> | |
10 </div> | |
11 <roundcube:container name="topline-center" id="topline-center" /> | |
12 <div class="topright"> | |
13 <roundcube:container name="topline-right" id="topline-right" /> | |
14 <roundcube:if condition="!env:extwin && !env:framed" /> | |
15 <span class="username"><roundcube:object name="username" /></span> | |
16 <roundcube:button command="logout" label="logout" class="button-logout" /> | |
17 <roundcube:elseif condition="env:extwin" /> | |
18 <roundcube:button name="close" type="link" label="close" class="closelink" onclick="self.close()" /> | |
19 <roundcube:endif /> | |
20 </div> | |
21 </div> | |
22 | |
23 <roundcube:if condition="!env:extwin && !env:framed" /> | |
24 <div id="topnav"> | |
25 <h2 id="aria-label-tasknav" class="voice"><roundcube:label name="arialabeltasknav" /></h2> | |
26 <div id="taskbar" class="topright" role="navigation" aria-labelledby="aria-label-tasknav"> | |
27 <roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" innerClass="button-inner" /> | |
28 <roundcube:button command="addressbook" label="addressbook" class="button-addressbook" classSel="button-addressbook button-selected" innerClass="button-inner" /> | |
29 <roundcube:container name="taskbar" id="taskbar" /> | |
30 <roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" innerClass="button-inner" /> | |
31 <roundcube:button command="logout" label="logout" class="button-logout" classSel="button-logout" innerClass="button-inner" /> | |
32 <span class="minmodetoggle" role="presentation"></span> | |
33 </div> | |
34 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="if(window.rcmail)rcmail.command('switch-task','mail')" /> | |
35 </div> | |
36 <roundcube:endif /> | |
37 | |
38 <br style="clear:both" /> | |
39 </div> |