]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/UIxAppHeader.wox
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@174 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / UI / Common / UIxAppHeader.wox
1 <?xml version='1.0' standalone='yes'?>
2
3 <html xmlns="http://www.w3.org/1999/xhtml"
4       xmlns:var="http://www.skyrix.com/od/binding"
5       xmlns:const="http://www.skyrix.com/od/constant"
6       xmlns:rsrc="OGo:url"
7 >
8   <head>
9     <link type="text/css" rel="stylesheet" rsrc:href="uix.css" />
10
11     <script language="javascript">
12       function viewInNavi(url) {
13         parent.navi.location=url;
14         return true
15       }
16     </script>
17   </head>
18
19   <body>
20     <div id="header">
21       <img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
22       <div id="headerhistory">
23         <span id="navtitle">SOGo</span>
24       </div>
25     </div>
26     
27     <div style="text-align: right; font-size: 8pt;">
28       <a href="#" onClick="viewInNavi('appnavigation')">reload</a> -
29       resistance is obsolete <entity name="trade"/> ;-)
30     </div>
31   </body>
32 </html>