8
|
1 <script type="text/javascript">
|
|
2 var UI = new rcube_mail_ui();
|
|
3 </script>
|
|
4
|
0
|
5 <div id="header">
|
|
6 <div id="topline" role="banner" aria-labelledby="aria-label-topnav">
|
|
7 <h2 id="aria-label-topnav" class="voice"><roundcube:label name="arialabeltopnav" /></h2>
|
|
8 <div class="topleft">
|
|
9 <roundcube:container name="topline-left" id="topline-left" />
|
8
|
10 <roundcube:if condition="template:name != 'error'" />
|
|
11 <roundcube:button name="about" type="link" label="about" class="about-link" onclick="UI.show_about(this);return false" condition="!env:extwin" />
|
|
12 <roundcube:endif />
|
0
|
13 <roundcube:if condition="config:support_url" />
|
|
14 <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link" id="supportlink"><roundcube:label name="support" /></a>
|
|
15 <roundcube:endif />
|
|
16 </div>
|
|
17 <roundcube:container name="topline-center" id="topline-center" />
|
|
18 <div class="topright">
|
|
19 <roundcube:container name="topline-right" id="topline-right" />
|
|
20 <roundcube:if condition="!env:extwin && !env:framed" />
|
|
21 <span class="username"><roundcube:object name="username" /></span>
|
|
22 <roundcube:button command="logout" label="logout" class="button-logout" />
|
|
23 <roundcube:elseif condition="env:extwin" />
|
|
24 <roundcube:button name="close" type="link" label="close" class="closelink" onclick="self.close()" />
|
|
25 <roundcube:endif />
|
|
26 </div>
|
|
27 </div>
|
|
28 <roundcube:if condition="!env:extwin && !env:framed" />
|
|
29 <div id="topnav">
|
|
30 <h2 id="aria-label-tasknav" class="voice"><roundcube:label name="arialabeltasknav" /></h2>
|
|
31 <div id="taskbar" class="topright" role="navigation" aria-labelledby="aria-label-tasknav">
|
|
32 <roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" innerClass="button-inner" />
|
8
|
33 <roundcube:button command="addressbook" label="contacts" class="button-addressbook" classSel="button-addressbook button-selected" innerClass="button-inner" />
|
0
|
34 <roundcube:container name="taskbar" id="taskbar" />
|
|
35 <roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" innerClass="button-inner" />
|
|
36 <roundcube:button command="logout" label="logout" class="button-logout" classSel="button-logout" innerClass="button-inner" />
|
|
37 <span class="minmodetoggle" role="presentation"></span>
|
|
38 </div>
|
|
39 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" alt="Logo" onclick="if(window.rcmail)rcmail.command('switch-task','mail')" />
|
|
40 </div>
|
|
41 <roundcube:endif />
|
|
42
|
|
43 <br style="clear:both" />
|
|
44 </div>
|