]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/UIxAppFrame.wox
modified build process for SOGo
[scalable-opengroupware.org] / SOGo / UI / Common / UIxAppFrame.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 >
7   <head>
8     <title><var:string value="title"/></title>
9     
10     <meta name="description" content="ZideStore Web Interface" />
11     <meta name="author"      content="SKYRIX Software AG" />
12     <meta name="robots"      content="stop" />
13     
14     <link href="mailto:hh@skyrix.com" rev="made" />
15   </head>
16   
17   <frameset rows="48,*" frameborder="0" framespacing="0" border="0">
18     
19     <frame src="appheader"
20            name="head"
21            leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" 
22            scrolling="no" noresize="yes" />
23
24     <frameset cols="150,*">
25
26       <frame src="appnavigation"
27              name="navi"
28              leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" 
29              scrolling="yes" />
30
31       <frame src="view"
32              name="content"
33              leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" 
34              scrolling="yes" />
35
36     </frameset>
37
38   </frameset>
39
40   <noframes>
41     This pages requires frame tags, which your browser does not support,
42     sorry ;->
43   </noframes>
44 </html>