]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxPageFrame.wox
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1152 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 UserFolderURL = '<var:string value="userFolderPath" />';
39           var ApplicationBaseURL = '<var:string value="applicationPath" />';
40           var ResourcesURL = '/SOGo.woa/WebServerResources';
41           var UserLogin = '<var:string value="shortUserNameForDisplay" />';
42         </script>
43
44         <script type="text/javascript" rsrc:src="_IEtoW3C.js"><!-- space required --></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="JavascriptAPIExtensions.js"><!-- space required --></script>
48         <script type="text/javascript" rsrc:src="HTMLElement.js"><!-- space required --></script>
49         <script type="text/javascript" rsrc:src="HTMLInputElement.js"><!-- space required --></script>
50         <script type="text/javascript" rsrc:src="HTMLTableElement.js"><!-- space required --></script>
51         <script type="text/javascript" rsrc:src="HTMLUListElement.js"><!-- space required --></script>
52         <script type="text/javascript" rsrc:src="generic.js"><!-- space required --></script>
53         <script type="text/javascript" rsrc:src="SOGoDragAndDrop.js"><!-- space required --></script>
54         <script type="text/javascript" rsrc:src="SOGoDragHandles.js"><!-- space required --></script>
55         <var:if condition="hasProductSpecificJavaScript"
56           ><script type="text/javascript" var:src="productJavaScriptURL"><!-- space required --></script
57             ></var:if>
58         <var:if condition="hasPageSpecificJavaScript"
59           ><script type="text/javascript" var:src="pageJavaScriptURL"> <!-- space required --></script
60             ></var:if>
61         <var:js-stringtable
62           var:framework="productFrameworkName"
63           const:identifier="labels" />
64         <var:js-stringtable
65           const:identifier="clabels" />
66
67         <var:if condition="isPopup" const:negate="YES"
68           ><var:if condition="context.isUIxDebugEnabled"
69             ><div id="logConsole"><!-- space --></div></var:if>
70
71           <div id="linkBanner" class="linkbanner">
72             <a var:href="relativeCalendarPath"
73               ><var:string label:value="Calendar" /></a> |
74             <a var:href="relativeContactsPath"
75               ><var:string label:value="Address Book" /></a> |
76             <a var:href="relativeMailPath"
77               ><var:string label:value="Mail" /></a> |
78             <a var:href="relativePreferencesPath"
79               ><var:string label:value="Preferences" /></a>
80             <!--              | <a var:href="logoffPath"
81             ><var:string label:value="Logoff" /></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           
89           ><var:component className="UIxToolbar" var:toolbar="toolbar"
90           />
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>