]> err.no Git - sope/blob - sope-appserver/samples/WOxExtTest/Frame.wox
include config.make in makefiles
[sope] / sope-appserver / samples / WOxExtTest / Frame.wox
1 <?xml version='1.0' standalone='yes'?>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3       xmlns:var="http://www.skyrix.com/od/binding"
4       xmlns:const="OGo:value"
5       xmlns:rsrc="OGo:url"
6 >
7   <head>
8     <title><var:string value="title"/></title>
9
10     <meta name="author" content="SKYRIX Software AG" />
11     <meta name="robots" content="stop" />
12
13     <link type="text/css" rel="stylesheet" rsrc:href="site.css"    />
14     <link href="mailto:helge.hess@opengroupware.org" rev="made" />
15     <link rel="shortcut icon" rsrc:href="favicon.ico" />
16   </head>
17
18   <body>
19     <div id="header">
20       <img filename="OGoLogo.gif" class="headerlogo" alt="Logo" />
21       <div id="headerhistory">
22         <span id="navtitle">WOxExtTest - Dynamic Element Demonstration</span>
23       </div>
24     </div>
25     <br />
26     
27     <h3><var:string value="title"/></h3>
28
29     <!-- this embeds the content of the page -->
30     <var:component-content/>
31
32     <!-- here we keep a link back to the Main page -->
33     <hr/>
34     [<a pageName="Main">main</a>]
35     <hr/>
36     
37     <!-- and we print out the template source of the page -->
38     <pre id="tmplsrc"><var:string value="xmlContent"/></pre>
39   </body>
40 </html>