summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20131211-confluence-based/templates/TUSCANY_confluence_html_export.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-12-11 22:20:23 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-12-11 22:20:23 +0000
commit85f53ab6ab4f664d63774c94b672a875c9e52b8a (patch)
tree56421b85d71a0917255f0a6750ef4660517ce4f3 /site/branches/site-20131211-confluence-based/templates/TUSCANY_confluence_html_export.xml
parent5963a2d3d6860fe57afc138f095bf2d2eb5a7b80 (diff)
Copy of svn website before migrating to CMS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1550297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--site/branches/site-20131211-confluence-based/templates/TUSCANY_confluence_html_export.xml121
1 files changed, 121 insertions, 0 deletions
diff --git a/site/branches/site-20131211-confluence-based/templates/TUSCANY_confluence_html_export.xml b/site/branches/site-20131211-confluence-based/templates/TUSCANY_confluence_html_export.xml
new file mode 100644
index 0000000000..9d3b1aa241
--- /dev/null
+++ b/site/branches/site-20131211-confluence-based/templates/TUSCANY_confluence_html_export.xml
@@ -0,0 +1,121 @@
+##
+#set ($pageContentHeaderEnabled = false)
+##
+##
+<!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>
+ <!-- generateKeywords macro -->
+ <META name="description" content="Apache Tuscany"/>
+ <META name="keywords" content="apache, apache tuscany, tuscany, service, services, fabric, soa, service oriented architecture, sca, service component architecture, das, sdo, csa, ruby, opensource"/>
+ <!-- generateKeywords macro end -->
+
+ <link type="text/css" rel="stylesheet" href="http://tuscany.apache.org/stylesheets/default.css">
+ <link rel="SHORTCUT ICON" href="$images/favicon.ico">
+ <title>Apache Tuscany : $page.title</title>
+ </head>
+
+ <body onload="init()">
+ <!-- topNav macro -->
+ <table valign="top" border="0" cellspacing="0" cellpadding="0" width="100%" background="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg">
+ <tr>
+ <td valing="top" align="left">
+ <a href="$siteroot"><img src="http://tuscany.apache.org/images/TuscanyLogoNEW_Text_120px_bg.jpg" height="91" width="25" border="0"></a>
+ </td>
+ <td>
+ <a href="http://tuscany.apache.org/"><img src="http://tuscany.apache.org/images/TuscanyLogo.jpg" border="0"></a>
+ </td>
+
+ <td width="100%">
+ &nbsp;
+ </td>
+
+ <!-- Adds the edit page link to the top banner-->
+ <td valign="bottom">
+ <div style="padding: 2px 10px; margin: 0px;">
+ <a href="$confluenceUri/pages/editpage.action?pageId=$page.id">
+ <img src="http://tuscany.apache.org/images/notep_16.gif" height="16" width="16" border="0" align="absmiddle" title="Edit Page"></a>
+ </div>
+ </td>
+
+ </tr>
+ </table>
+ <!-- topNav macro end -->
+
+ <!-- breadCrumbs macro -->
+ <table border="0" cellpadding="2" cellspacing="0" width="100%">
+ <tr class="topBar">
+ <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%">
+ &nbsp;$autoexport.breadcrumbs($page)
+ </td>
+
+ <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true">
+ <a href="http://mail-archives.apache.org/mod_mbox/tuscany-user">User List</a> | <a href="http://mail-archives.apache.org/mod_mbox/tuscany-dev">Dev List</a> | <a href="http://issues.apache.org/jira/browse/Tuscany">Issue Tracker</a>&nbsp;&nbsp;
+ </td>
+ </tr>
+ </table>
+ <!-- breadCrumbs macro end -->
+
+
+ <table border="0" cellpadding="0" width="100%" bgcolor="#FFFFFF">
+ <tr>
+ <td align="left" valign="top">
+
+ <!-- pageContent macro -->
+ <div id="PageContent">
+ #if ($pageContentHeaderEnabled)
+ <div class="pageheader" style="padding: 6px 0px 0px 0px;">
+ <div style="margin: 0px 10px 0px 10px" class="smalltext">$page.space.name</div>
+ <div style="margin: 0px 10px 8px 10px" class="pagetitle">$page.title</div>
+ </div>
+ #end
+
+ <div class="pagecontent">
+ <div class="wiki-content">
+ $body
+ </div>
+ </div>
+ </div>
+ <!-- pageContent macro end -->
+
+ </td>
+ </tr>
+ </table>
+
+ <!-- footer macro -->
+ ## Google Analytics script
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-1174707-5";
+ urchinTracker();
+ </script>
+
+ ## StatCounter script
+ <a href="http://www.statcounter.com/" target="_blank"><img src="http://c26.statcounter.com/counter.php?sc_project=2619156&java=0&security=94bd7e7d&invisible=0" alt="website stats" border="0"></a>
+
+ <div class="footer">
+ Copyright � 2003-2010, The Apache Software Foundation&nbsp;&nbsp;
+ </div>
+ <!-- footer macro end -->
+
+ </body>
+</html>