]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxPageFrame.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1174 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Templates / UIxPageFrame.wox
1 <?xml version="1.0" standalone="yes"?>
2 <!DOCTYPE container>
3 <container 
4   xmlns="http://www.w3.org/1999/xhtml"
5   xmlns:var="http://www.skyrix.com/od/binding"
6   xmlns:const="http://www.skyrix.com/od/constant"
7   xmlns:rsrc="OGo:url"
8   xmlns:label="OGo:label"
9   ><var:string var:value="doctype" const:escapeHTML="NO" />
10   <var:if condition="hideFrame" const:negate="YES"
11     ><html>
12       <head>
13         <title>
14           <var:string value="title"/>
15         </title>
16         <meta name="hideFrame" var:content="hideFrame" />
17         <meta name="description" content="SOGo Web Interface" />
18         <meta name="author" content="SKYRIX Software AG/Inverse groupe conseil" />
19         <meta name="robots" content="stop" />
20         <meta name="build" var:content="buildDate" />
21         <link href="mailto:support@inverse.ca" rev="made" />
22         <link rel="shortcut icon" rsrc:href="lori_16x16.ico" type="image/x-icon" />
23         <link type="text/css" rel="stylesheet" rsrc:href="generic.css" />
24         <link type="text/css" rel="stylesheet" rsrc:href="dtree.css" />
25         <var:if condition="hasProductSpecificCSS"
26           ><link type="text/css" rel="stylesheet" var:href="productCSSURL"
27             /></var:if>
28         <var:if condition="hasPageSpecificCSS"
29           ><link type="text/css" rel="stylesheet" var:href="pageCSSURL"
30             /></var:if>
31         <var:if-ie
32           ><link type="text/css" rel="stylesheet" rsrc:href="iefixes.css"
33             /></var:if-ie>
34       </head>
35
36       <body var:class="bodyClasses">
37         <script type="text/javascript">
38           var ApplicationBaseURL = '<var:string value="applicationPath" />';
39           var ResourcesURL = '/SOGo.woa/WebServerResources';
40           <var:if condition="shortUserNameForDisplay" const:value="anonymous"
41             const:negate="YES"
42             >var UserFolderURL = '<var:string value="userFolderPath" />';
43           var UserLogin = '<var:string value="shortUserNameForDisplay" />';</var:if>
44         </script>
45         <script type="text/javascript" rsrc:src="events.js"><!-- space required --></script>
46         <script type="text/javascript" rsrc:src="prototype.js"><!-- space required --></script>
47         <script type="text/javascript" rsrc:src="tablekit.js"><!-- space required --></script>
48         <script type="text/javascript" rsrc:src="JavascriptAPIExtensions.js"><!-- space required --></script>
49         <script type="text/javascript" rsrc:src="HTMLElement.js"><!-- space required --></script>
50         <script type="text/javascript" rsrc:src="HTMLInputElement.js"><!-- space required --></script>
51         <script type="text/javascript" rsrc:src="HTMLTableElement.js"><!-- space required --></script>
52         <script type="text/javascript" rsrc:src="HTMLUListElement.js"><!-- space required --></script>
53         <script type="text/javascript" rsrc:src="generic.js"><!-- space required --></script>
54         <script type="text/javascript" rsrc:src="SOGoDragAndDrop.js"><!-- space required --></script>
55         <script type="text/javascript" rsrc:src="SOGoDragHandles.js"><!-- space required --></script>
56         <var:if condition="hasProductSpecificJavaScript"><script type="text/javascript"
57             var:src="productJavaScriptURL"><!-- space required --></script></var:if>
58         <var:if condition="hasPageSpecificJavaScript"><script type="text/javascript"
59             var:src="pageJavaScriptURL"><!-- space required --></script></var:if>
60         <var:js-stringtable
61           var:framework="productFrameworkName"
62           const:identifier="labels" />
63         <var:js-stringtable
64           const:identifier="clabels" />
65
66         <var:if condition="shortUserNameForDisplay" const:value="anonymous"
67           const:negate="YES"
68           ><var:if condition="isPopup" const:negate="YES"
69             ><var:if condition="context.isUIxDebugEnabled"
70               ><div id="logConsole"><!-- space --></div></var:if>
71             <div id="linkBanner" class="linkbanner">
72               <a id="logoff" var:href="logoffPath"
73                 ><var:string label:value="Logoff" /></a>
74               <a var:href="relativeCalendarPath"
75                 ><var:string label:value="Calendar" /></a> |
76               <a var:href="relativeContactsPath"
77                 ><var:string label:value="Address Book" /></a> |
78               <a var:href="relativeMailPath"
79                 ><var:string label:value="Mail" /></a> |
80               <a var:href="relativePreferencesPath"
81                 ><var:string label:value="Preferences" /></a>
82               <var:if condition="context.isUIxDebugEnabled"
83                 >| <a href="#"><var:string
84                     label:value="Log Console (dev.)" /></a
85                   ></var:if>
86             </div>
87           </var:if
88             ><var:component className="UIxToolbar" var:toolbar="toolbar"
89             />
90         </var:if>
91         
92         <div class="pageContent"
93           ><var:component-content
94             /></div>
95         <noscript>
96           <div class="javascriptPopupBackground">
97           </div>
98           <div class="javascriptMessagePseudoWindow noJavascriptErrorMessage">
99             <var:string label:value="noJavascriptError"
100               /><br /><br
101               /><a class="button" var:href="page.context.uri"
102               ><var:string label:value="noJavascriptRetry"
103                 /></a>
104           </div>
105         </noscript>
106       </body>
107     </html>
108   </var:if>
109
110   <var:if condition="hideFrame">
111     <var:component-content />
112   </var:if>
113 </container>