Author: uli
Date: Fri Nov 12 09:58:46 2010
New Revision: 1034319

URL: http://svn.apache.org/viewvc?rev=1034319&view=rev
Log:
keep the autoexport template in svn in case confluence breaks (again)

Added:
    tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt

Added: tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt?rev=1034319&view=auto
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt 
(added)
+++ tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt Fri 
Nov 12 09:58:46 2010
@@ -0,0 +1,79 @@
+#set($base = "https://cwiki.apache.org/TAPESTRY";)
+#set($globalHelper = $action.getHelper())
+#set($renderer = $globalHelper.getWikiStyleRenderer())
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+  <title>Apache Tapestry -- $page.title</title>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/master.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/wiki-content.css"/>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/tabs.css"/>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/menu.css"/>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/menu-ie.css"/>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/tables.css"/>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/panels.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/master-ie.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/renderer-macros.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/content-types.css"/>
+  <LINK type="text/css" rel="stylesheet" href="$base/index.data/login.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/information-macros.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/layout-macros.css"/>
+  <LINK type="text/css" rel="stylesheet" 
href="$base/index.data/default-theme.css"/>
+  <link href="http://people.apache.org/~uli/styles/style2.css"; 
rel="stylesheet" type="text/css"/>
+</head>
+<body>
+  <div class="wrapper bs">
+
+#set($child = $pageManager.getPage($page.space.key,"Navigation"))
+#set($content = $renderer.convertWikiToXHtml($child.toPageContext(), 
$child.content).trim())
+$content
+
+#if (! $page.title.equals("Index"))
+<div id="top">
+#set($child = $pageManager.getPage($page.space.key,"Small Banner"))
+#set($content = $renderer.convertWikiToXHtml($child.toPageContext(), 
$child.content).trim())
+$content
+<div class="clearer"></div>
+</div>
+
+<div class="clearer"></div>
+
+  <div id="breadcrumbs">
+    $autoexport.breadcrumbs($page).replaceAll("home.html", "index.html")
+  </div>
+
+<div id="content">
+$body
+</div>
+
+<div class="clearer"></div>
+#else
+$body
+#end
+<div id="footer">
+<a href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit this 
page</a>
+#set($child = $pageManager.getPage($page.space.key,"Footer"))
+#set($content = $renderer.convertWikiToXHtml($child.toPageContext(), 
$child.content).trim())
+$content
+</div>
+  </div>
+</body>
+</html>


Reply via email to