commit | author | age
|
e7c445
|
1 |
<div id="header"> |
T |
2 |
<div id="topline"> |
|
3 |
<div class="topleft"> |
|
4 |
<roundcube:if condition="config:support_url" /> |
|
5 |
<a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a> |
|
6 |
<roundcube:endif /> |
|
7 |
</div> |
|
8 |
<div class="topright"> |
|
9 |
<span class="username"><roundcube:object name="username" /></span> |
|
10 |
<roundcube:button command="logout" label="logout" class="button-logout" /> |
|
11 |
</div> |
|
12 |
</div> |
|
13 |
|
|
14 |
<div id="topnav"> |
|
15 |
<div id="taskbar" class="topright"> |
|
16 |
<roundcube:button command="mail" label="mail" class="button-mail" classSel="button-mail button-selected" /> |
|
17 |
<roundcube:button command="addressbook" label="addressbook" class="button-addressbook" classSel="button-addressbook button-selected" /> |
|
18 |
<roundcube:container name="taskbar" id="taskbar" /> |
|
19 |
<roundcube:button command="settings" label="settings" class="button-settings" classSel="button-settings button-selected" /> |
|
20 |
</div> |
|
21 |
<roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /> |
|
22 |
</div> |
|
23 |
|
|
24 |
<br style="clear:both" /> |
|
25 |
</div> |
|
26 |
|
|
27 |
|