root/trunk/midgard/templates/layout-custom.xml

Revision 7781, 2.8 kB (checked in by bergius, 4 years ago)

The Custom layout which has no style in it.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0" encoding='ISO-8859-1'?>
2 <!-- $Id$ -->
3 <Database xmlns="http://www.midgard-project.org/repligard/1.4">
4 <record_extension id="0c4d554267e47cb8b83335786a67b574" changed="20050404125823">
5         <tablename>style</tablename>
6         <domain><![CDATA[midgard.admin.sitewizard]]></domain>
7         <value><![CDATA[An empty style template with some standard XHTML elements to allow fully customized layouts using XHTML and CSS]]></value>
8         <oid>ad6f401a79b7cec9a4c8f3eeb7371c28</oid>
9         <name><![CDATA[template_description]]></name>
10 </record_extension>
11 <record_extension id="134089993b3a4a4e7bd029b79ae9706a" changed="20050404125635">
12         <tablename>style</tablename>
13         <domain><![CDATA[midgard.admin.sitewizard]]></domain>
14         <value><![CDATA[Henri Bergius, The Midgard Project]]></value>
15         <oid>ad6f401a79b7cec9a4c8f3eeb7371c28</oid>
16         <name><![CDATA[template_credits]]></name>
17 </record_extension>
18 <element id="2480814d4c1b9d629be302a3e6ccd477" changed="20050404124441">
19         <value><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
20 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="&(midcom_site["site_language"]);" lang="&(midcom_site["site_language"]);">
21   <head>
22     <title><(page-title)></title>
23     <meta http-equiv="Content-Type" content="text/html; charset=&(midcom_site["site_encoding"]);" />
24     <style type="text/css">
25       <!--
26         <(css-local)>
27         <(css-extra)>
28       -->
29     </style>
30     <link rel="stylesheet" href="&(midcom_site["uri"]);style.css" type="text/css" />
31     <(head-extra)>
32   </head>
33   <body<(bodytag-extra)>>
34     <div id="container">
35       <div id="branding">
36         <div class="grouplogo">
37           <!-- Insert logo here -->
38         </div>
39         <div id="branding-tagline">
40           <?php echo $GLOBALS["midcom_site"]['site_welcome']; ?>
41         </div>
42         <div id="branding-trail">
43           <(breadcrumb)>
44         </div>
45       </div>
46
47       <div id="nav">
48         <div id="nav-main">
49            <(navi)>
50         </div>
51
52         <div id="nav-language">
53          <!-- Language switching links -->
54         </div>
55
56         <div id="search">
57           <div class="search-input">
58           </div>
59         </div>
60       </div>
61
62       <div id="content">
63         <div id="content-main">
64           <(content)>
65         </div>
66       </div>
67
68       <div id="siteinfo">
69         <div id="siteinfo-credits">
70           Powered by <a href="http://www.midgard-project.org/">Midgard CMS</a>.
71         </div>
72         <div class="lastmodified">
73           <(last-updated)>
74         </div>
75         <(edit-this-page)>
76       </div>
77     </div>
78   </body>
79 </html>]]></value>
80         <style>ad6f401a79b7cec9a4c8f3eeb7371c28</style>
81         <name><![CDATA[ROOT]]></name>
82 </element>
83 <style id="ad6f401a79b7cec9a4c8f3eeb7371c28" changed="20050404124102">
84         <up></up>
85         <name><![CDATA[template_Custom]]></name>
86         <owner></owner>
87 </style>
88
89
90 </Database>
Note: See TracBrowser for help on using the browser.