]> err.no Git - sope/blob - skyrix-sope/samples/TestSite/Projects/Main.xtmpl
added svn:keywords and svn:ignore where appropriate. removed CVS artifacts.
[sope] / skyrix-sope / samples / TestSite / Projects / Main.xtmpl
1 <?xml version="1.0"?>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3       xmlns:var="http://www.skyrix.com/od/binding"
4 >
5   <head>
6     <title><var:string value="context.page.title"/></title>
7     
8     <meta name="lastChanged" var:content="clientObject.davLastModified"/>
9     <meta name="author"      content="SKYRIX Software AG"/>
10     <meta name="generator"   content="SKYRiX Object Publishing Environment"/>
11     <meta name="robots"      content="index, follow, all" />
12     
13     <link rel="shortcut icon" href="/favicon.ico" />
14
15     <!-- link rel="stylesheet"    href="stylesheet.css" type="text/css" / -->
16     <link rel="stylesheet"    href="blogstyle.css"  type="text/css" />
17
18     <link rev="made"          href="mailto:hh@skyrix.com" /> 
19   </head>
20   
21   <var:component value="context.page"/>
22 </html>