diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-16 19:34:11 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-16 19:34:11 +0000 |
commit | 3f1f6cdd465b4a07a40238433001483e7be3a149 (patch) | |
tree | 4336975b4655bd56e660cfcbd85116165b9f3b32 /site | |
parent | ebecc3d0bcb70e9e147e6bee564dba1bd4e0de71 (diff) |
Export template for the Confluence 2.x Documentation space
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site')
-rw-r--r-- | site/templates/TUSCANY_DOC_2x_confluence_html_export.xml | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/site/templates/TUSCANY_DOC_2x_confluence_html_export.xml b/site/templates/TUSCANY_DOC_2x_confluence_html_export.xml new file mode 100644 index 0000000000..b8c55b37dd --- /dev/null +++ b/site/templates/TUSCANY_DOC_2x_confluence_html_export.xml @@ -0,0 +1,186 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +## +#set ($pageContentHeaderEnabled = false) +## +#macro (spacer $width $height) + ## + ## Note: Replaced the spacer.gif with a table because IE wont honor the image height + ## + ## <img src="$images/spacer.gif" width="$width" height="$height" border="0"> + ## + <table> <!-- spacer --> + <tr> + <td width="$width" height="$height"></td> + </tr> + </table> +#end +## +#macro (renderPage $title) + #set($globalHelper = $action.getGlobalHelper()) + #set($renderer = $globalHelper.getWikiStyleRenderer()) + + ## + ## FIXME: Must be a more efficient way to find a page... + ## + + #foreach ($child in $page.space.pages) + #if ($child.title.equals($title)) + #set ($content = $renderer.convertWikiToXHtml($child.toPageContext(), $child.content).trim()) + + ## + ## HACK: Remove the leading <P> and trailing </P> + ## + + #set ($content = $content.substring(3, $content.length())) + #set ($end = $content.length() - 4) + #set ($content = $content.substring(0, $end)) + + $content + #end + #end +#end +## +#macro (generateKeywords) + <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"/> +#end +## + +#macro (topNav) + <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%"> + + </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> + +#end + +## + +#macro (pageControls) + + <div align="right" 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> + +#end + +## + +#macro (breadCrumbs) + + <table border="0" cellpadding="2" cellspacing="0" width="100%"> + <tr class="topBar"> + <td align="left" valign="middle" class="topBarDiv" nowrap="true" width="100%"> + $autoexport.breadcrumbs($page) + </td> + + <td align="right" valign="middle" class="topBarDiv" align="left" nowrap="true"> + <a href="http://tuscany.apache.org">Tuscany Home</a> | <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> + </td> + </tr> + </table> +#end +## +#macro (pageOutline) + <div class="tabletitle">Table of Contents</div> + <div class="spacetree"> + #renderPage("Navigation") + </div> +#end +## +#macro (pageContent) + <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> +#end +## +#macro (footer) + ## 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-2008, The Apache Software Foundation + </div> +#end +## +<html> + <head> + #generateKeywords() + + <link type="text/css" rel="stylesheet" href="http://tuscany.apache.org/stylesheets/default.css"> + <link rel="SHORTCUT ICON" href="$images/favicon.ico"> + <title>$page.title : Apache Tuscany</title> + </head> + + <style> + .spacetree * ul { + padding-left:0px; + margin-left: 0px; + } + .spacetree * li { + margin-left: 5px; + padding-left:5px; + } + </style> + + <body onload="init()"> + #topNav() + + #breadCrumbs() + + <table border="0" cellpadding="0" width="100%" bgcolor="#FFFFFF"> + <tr> + <td valign="top" align="left" width="22%" bgcolor="#F9F9F9" class="noprint"> + #pageOutline() + </td> + <td align="left" valign="top" width="78%"> + #pageContent() + </td> + </tr> + </table> + + #footer() + + </body> +</html>
\ No newline at end of file |