]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxPageFrame.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1131 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         <link href="mailto:supper@inverse.ca" rev="made" />
21         <link rel="shortcut icon" rsrc:href="lori_16x16.ico" type="image/x-icon" />
22         <link type="text/css" rel="stylesheet" rsrc:href="generic.css" />
23         <link type="text/css" rel="stylesheet" rsrc:href="dtree.css" />
24         <var:if condition="hasProductSpecificCSS"
25           ><link type="text/css" rel="stylesheet" var:href="productCSSURL"
26             /></var:if>
27         <var:if condition="hasPageSpecificCSS"
28           ><link type="text/css" rel="stylesheet" var:href="pageCSSURL"
29             /></var:if>
30       </head>
31
32       <body var:class="bodyClasses">
33         <script type="text/javascript">
34           var UserFolderURL = '<var:string value="userFolderPath" />';
35           var ApplicationBaseURL = '<var:string value="applicationPath" />';
36           var ResourcesURL = '/SOGo.woa/WebServerResources';
37           var UserLogin = '<var:string value="shortUserNameForDisplay" />';
38         </script>
39
40         <script type="text/javascript" rsrc:src="_IEtoW3C.js"><!-- space required --></script>
41         <script type="text/javascript" rsrc:src="events.js"><!-- space required --></script>
42         <script type="text/javascript" rsrc:src="prototype.js"><!-- space required --></script>
43         <script type="text/javascript" rsrc:src="JavascriptAPIExtensions.js"><!-- space required --></script>
44         <script type="text/javascript" rsrc:src="HTMLElement.js"><!-- space required --></script>
45         <script type="text/javascript" rsrc:src="HTMLInputElement.js"><!-- space required --></script>
46         <script type="text/javascript" rsrc:src="HTMLTableElement.js"><!-- space required --></script>
47         <script type="text/javascript" rsrc:src="HTMLUListElement.js"><!-- space required --></script>
48         <script type="text/javascript" rsrc:src="generic.js"><!-- space required --></script>
49         <script type="text/javascript" rsrc:src="SOGoDragAndDrop.js"><!-- space required --></script>
50         <script type="text/javascript" rsrc:src="SOGoDragHandles.js"><!-- space required --></script>
51         <var:if condition="hasProductSpecificJavaScript"
52           ><script type="text/javascript" var:src="productJavaScriptURL"><!-- space required --></script
53             ></var:if>
54         <var:if condition="hasPageSpecificJavaScript"
55           ><script type="text/javascript" var:src="pageJavaScriptURL"> <!-- space required --></script
56             ></var:if>
57         <var:js-stringtable
58           var:framework="productFrameworkName"
59           const:identifier="labels" />
60         <var:js-stringtable
61           const:identifier="clabels" />
62
63         <var:if condition="isPopup" const:negate="YES"
64           ><var:if condition="context.isUIxDebugEnabled"
65             ><div id="logConsole"><!-- space --></div></var:if>
66
67           <div id="linkBanner" class="linkbanner">
68             <a var:href="relativeCalendarPath"
69               ><var:string label:value="Calendar" /></a> |
70             <a var:href="relativeContactsPath"
71               ><var:string label:value="Address Book" /></a> |
72             <a var:href="relativeMailPath"
73               ><var:string label:value="Mail" /></a> |
74             <a var:href="relativePreferencesPath"
75               ><var:string label:value="Preferences" /></a>
76             <!--              | <a var:href="logoffPath"
77             ><var:string label:value="Logoff" /></a> -->
78             <var:if condition="context.isUIxDebugEnabled"
79               >| <a href="#"><var:string
80                   label:value="Log Console (dev.)" /></a
81                 ></var:if>
82           </div>
83         </var:if
84           
85           ><var:component className="UIxToolbar" var:toolbar="toolbar"
86           />
87
88         <div class="pageContent"
89           ><var:component-content
90             /></div>
91         <noscript>
92           <div class="javascriptPopupBackground">
93           </div>
94           <div class="javascriptMessagePseudoWindow noJavascriptErrorMessage">
95             <var:string label:value="noJavascriptError"
96               /><br /><br
97               /><a class="button" var:href="page.context.uri"
98               ><var:string label:value="noJavascriptRetry"
99                 /></a>
100           </div>
101         </noscript>
102       </body>
103     </html>
104   </var:if>
105
106   <var:if condition="hideFrame">
107     <var:component-content />
108   </var:if>
109 </container>