diff options
Diffstat (limited to 'branches/site-20070701-mvnbased/site-author/stylesheets')
-rw-r--r-- | branches/site-20070701-mvnbased/site-author/stylesheets/project.xml | 77 | ||||
-rw-r--r-- | branches/site-20070701-mvnbased/site-author/stylesheets/site.vsl | 430 |
2 files changed, 0 insertions, 507 deletions
diff --git a/branches/site-20070701-mvnbased/site-author/stylesheets/project.xml b/branches/site-20070701-mvnbased/site-author/stylesheets/project.xml deleted file mode 100644 index 6878f282c5..0000000000 --- a/branches/site-20070701-mvnbased/site-author/stylesheets/project.xml +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Tuscany Project" href="http://incubator.apache.org/tuscany/"> - - <title>Tuscany</title> - <logo href="/images/tuscanylogo_candidate2.jpg">Tuscany</logo> - - <body> - <!-- When adding new tabs, make sure to edit Dropmenu.js to match!--> - <!--tab name="sca" position="244" label="images/SCATab.png" -rollover="images/SCATab2.png" href="sca_index.html"> - <item rollover="images/genMenuItem.png" label="images/genMenuItemDown.png" href="sca_index.html"/> - <item rollover="images/javaMenuItem.png" label="images/javaMenuItemDown.png" href="java_sca_overview.html"/> - <item rollover="images/cppMenuItem.png" label="images/cppMenuItemDown.png" href="cpp_sca_overview.html"/> - </tab> - - <tab name="sdo" position="308" label="images/SDOTab.png" rollover="images/SDOTab2.png" href="sdo_index.html"> - <item rollover="images/genMenuItem.png" label="images/genMenuItemDown.png" href="sdo_index.html"/> - <item rollover="images/javaMenuItem.png" label="images/javaMenuItemDown.png" href="java_sdo_overview.html"/> - <item rollover="images/cppMenuItem.png" label="images/cppMenuItemDown.png" href="cpp_sdo_overview.html"/> - </tab> - - <tab name="das" position="372" label="images/DASTab.png" rollover="images/DASTab2.png" href="das_index.html"> - <item rollover="images/genMenuItem.png" label="images/genMenuItemDown.png" href="das_index.html"/> - <item rollover="images/javaMenuItem.png" label="images/javaMenuItemDown.png" href="java_das_overview.html"/> - </tab--> - - <menu name="Tuscany General" label="images/TuscanyGeneral.png"> - <item name="Home" href="/index.html"/> - <item name="News" href="/news.html"/> - <item name="Documentation" href="/documentation.html"/> - <item name="Releases" href="/Releases.html"/> - <item name="Getting Started" href="/getting_started.html"/> - <item name="License" href="/license.html"/> - <item name="ASF" href="http://www.apache.org/"/> - </menu> - - <menu name="Tuscany SCA" label="images/TuscanySCA.png"> - <item name="SCA Overview" href="/sca_index.html"/> - <item name="SCA Java" href="/java_sca_overview.html"/> - <item name="SCA C++" href="/cpp_sca_overview.html"/> - <item name="SCA Docs." href="/sca_documentation.html"/> - <item name="SCA Downloads" href="/sca_downloads.html"/> - </menu> - - <menu name="Tuscany SDO" label="images/TuscanySDO.png"> - <item name="SDO Overview" href="/sdo_index.html"/> - <item name="SDO Java" href="/java_sdo_overview.html"/> - <item name="SDO C++" href="/cpp_sdo_overview.html"/> - <item name="SDO Docs." href="/sdo_documentation.html"/> - <item name="SDO Downloads" href="/sdo_downloads.html"/> - </menu> - - <menu name="Tuscany DAS" label="images/TuscanyDAS.png"> - <item name="DAS Overview" href="/das_index.html"/> - <item name="DAS Java" href="/java_das_overview.html"/> - <item name="DAS Docs." href="/das_documentation.html"/> - <item name="DAS Downloads" href="/das_downloads.html"/> - </menu> - - <menu name="Community" label="images/TuscanyCommunity.png"> - <item name="Get Involved" href="/get-involved.html"/> - <item name="Mailing Lists" href="/mail-lists.html"/> - <item name="FAQ" href="/faq.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Wiki" href="http://wiki.apache.org/ws/Tuscany"/> - <item name="Blog" href="http://apache-tuscany.blogspot.com"/> - </menu> - - <menu name="Development" label="images/TuscanyCommunity.png"> - <item name="Source Code" href="/source-code.html"/> - <item name="Tuscany Java" href="/java-projects.html"/> - <item name="Tuscany C++" href="/cpp-projects.html"/> - <item name="Tuscany WebSite" href="/site_development.html"/> - </menu> - </body> -</project> - diff --git a/branches/site-20070701-mvnbased/site-author/stylesheets/site.vsl b/branches/site-20070701-mvnbased/site-author/stylesheets/site.vsl deleted file mode 100644 index 70a17cf54c..0000000000 --- a/branches/site-20070701-mvnbased/site-author/stylesheets/site.vsl +++ /dev/null @@ -1,430 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> - -<!-- -Copyright 1999-2004 The Apache Software Foundation -Licensed 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. ---> - - -<!-- Content Stylesheet for Site --> - - ## Defined variables - #set ($bodybg = "#ffffff") - #set ($bodyfg = "#000000") - #set ($bodylink = "#525D76") - #set ($pagebannerbg = "#ffffff") - #set ($pagebannerfg = "#625972") - #set ($bannerbg = "#726982") - #set ($bannerfg = "#ffffff") - #set ($subbannerbg = "#9289A2") - #set ($subbannerfg = "#ffffff") - #set ($tablethbg = "#039acc") - #set ($tabletdbg = "#a0ddf0") - -<!-- start the processing --> -#document() -<!-- end the processing --> - -## This is where the macro's live - -#macro ( table $table) -<table> - #foreach ( $items in $table.getChildren() ) - #if ($items.getName().equals("tr")) - #tr ($items) - #end - #end -</table> -#end - -#macro ( tr $tr) -<tr> - #foreach ( $items in $tr.getChildren() ) - #if ($items.getName().equals("td")) - #td ($items) - #elseif ($items.getName().equals("th")) - #th ($items) - #end - #end -</tr> -#end - -#macro ( td $value) -#if ($value.getAttributeValue("colspan")) -#set ($colspan = $value.getAttributeValue("colspan")) -#end -#if ($value.getAttributeValue("rowspan")) -#set ($rowspan = $value.getAttributeValue("rowspan")) -#end -<td colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - #if ($value.getText().length() != 0 || $value.hasChildren()) - $value.getContent() - #else - - #end - </font> -</td> -#end - -#macro ( th $value) -#if ($value.getAttributeValue("colspan")) -#set ($colspan = $value.getAttributeValue("colspan")) -#end -#if ($value.getAttributeValue("rowspan")) -#set ($rowspan = $value.getAttributeValue("rowspan")) -#end -<th colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - #if ($value.getText().length() != 0 || $value.hasChildren()) - $value.getContent() - #else - - #end - </font> -</th> -#end - -#macro ( projectanchor $name $value ) -#if ($value.startsWith("http://")) - <a href="$value" target="_blank">$name</a> -#elseif($value.equals("#")) - <a name="$name">$name</a> -#else - <a href="$relativePath$value">$name</a> -#end -#end - -#macro ( metaauthor $author $email ) - <meta name="author" value="$author"> - <meta name="email" value="$email"> -#end - -#macro ( image $value ) -#if ($value.getAttributeValue("width")) -#set ($width=$value.getAttributeValue("width")) -#end -#if ($value.getAttributeValue("height")) -#set ($height=$value.getAttributeValue("height")) -#end -#if ($value.getAttributeValue("align")) -#set ($align=$value.getAttributeValue("align")) -#end -#if ($value.getAttributeValue("usemap")) -#set ($usemap=$value.getAttributeValue("usemap")) -#end -<img src="$relativePath$value.getAttributeValue("src")" width="$!width" height="$!height" align="$!align" usemap="$!usemap" /> -#end - -#macro ( source $value) - <div align="left"> - <table cellspacing="4" cellpadding="0" border="0"> - <tr> - <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - </tr> - <tr> - <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - <td bgcolor="#ffffff"><pre>$escape.getText($value.getText())</pre></td> - <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - </tr> - <tr> - <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td> - </tr> - </table> - </div> -#end - -#macro ( subsection $subsection) - <table border="0" cellspacing="0" cellpadding="2" width="100%"> - <tr><td bgcolor="$subbannerbg"> - <font color="$subbannerfg" face="arial,helvetica,sanserif"> - <a name="$subsection.getAttributeValue("name")"><strong>$subsection.getAttributeValue("name")</strong></a> - </font> - </td></tr> - <tr><td> - <blockquote> - #foreach ( $items in $subsection.getChildren() ) - #if ($items.getName().equals("img")) - #image ($items) - #elseif ($items.getName().equals("source")) - #source ($items) - #elseif ($items.getName().equals("table")) - #table ($items) - #else - $items - #end - #end - </blockquote> - </td></tr> - <tr><td><br/></td></tr> - </table> -#end - - -#macro ( section $section) - <tr> - <td> - <table class="content" border="0" width="100%" cellspacing="0" cellpadding="0" align="left"> - <tr class="title" height="17" > - <td> - <table border="0" cellspacing="0" cellpadding="0" width="100%"> - <tbody> - <tr> - <td align="right" width="8" height="4"><img src= "images/NavBarTL.png"></td> - <td height="4" background="images/NavBarT.png"></td> - <td align="left"><img src="images/NavBarTR.png"></td> - </tr> - <tr> - <td background="images/NavBarLS.png" width="8"></td> - <td align="center" background="images/NavBarM.png"> - #projectanchor($section.getAttributeValue("name") "#") - </td> - <td width="8" height="4" background="images/NavBarRS.png" ></td> - </tr> - <tr> - <td align="right" valign="top"><img src= "images/NavBarBL.png"></td> - <td background="images/NavBarB.png"></td> - <td align="left"><img src="images/NavBarBR.png"></td> - </tr> - </tbody> - </table> - </td> - </tr> - - <tr> - <td> - <table border="0" cellspacing="0" cellpadding="0" width="100%"> - <tbody> - - <tr> - <td background="images/ContentBoxLS.png" width="8"></td> - <td align="left"> - #foreach ( $items in $section.getChildren() ) - $items - #end - </td> - <td width="8" height="4" background="images/ContentBoxRS.png" > - </td> - </tr> - <tr> - <td align="right" valign="bottom"><img src= "images/ContentBoxBL.png"></td> - <td background="images/ContentBoxB.png"></td> - <td align="left"><img src="images/ContentBoxBR.png"></td> - </tr> - </tbody> - </table> - </td> - </tr> - </table> - </td> - </tr> -#end - - -#macro ( makeMenu ) - #set ($menus = $project.getChild("body").getChildren("menu")) - #foreach ( $menu in $menus ) - <tr class="navbarHead"> - <td> - <table border="0" cellspacing="0" cellpadding="0"> - <tr> - - <td> - <table border="0" cellspacing="0" cellpadding="0" width="137"> - <tbody> - <tr> - <td align="right" width="8" height="4"><img src= "images/NavBarTL.png"></td> - <td height="4" background="images/NavBarT.png"></td> - <td align="left"><img src="images/NavBarTR.png"></td> - </tr> - <tr> - <td background="images/NavBarLS.png" width="8"></td> - <td align="center" background="images/NavBarM.png"> - $menu.getAttributeValue("name") - </td> - <td width="8" height="4"background="images/NavBarRS.png" ></td> - <tr> - <td align="right" valign="top"><img src= "images/NavBarBL.png"></td> - <td background="images/NavBarB.png"></td> - <td align="left"><img src="images/NavBarBR.png"></td> - </tr> - </tbody> - </table> - </td> - <td width="6"></td> - </tr> - </table> - </td> - </tr> - <tr> - <td> - <table border="0" cellspacing="0" cellpadding="0" > - <tr> - <td background="images/leftSideGreyBorder.png" width="6" ></td> - <td bgcolor="#fafafa" width="124"> - #foreach ( $item in $menu.getChildren() ) - #set ($name = $item.getAttributeValue("name")) - #projectanchor($name $item.getAttributeValue("href"))<br> - #end</td> - <td background="images/rightSideGreyBorder.png" width="7"></td> - </tr> - </table> - </td> - </tr> - <tr> - <td><img src="images/greyBottom.png" width="137" height="10" alt=""></td> - </tr> - - #end -#end - -#macro ( makeTabs ) - ##TODO Make this work! - #set ($tabs = $project.getChild("body").getChildren("tab")) - #foreach ($tab in $tabs) - <td width="64"> - <table width="64" border="0" cellspacing="0" cellpadding="0"> - <tr height="59"><td> - #set ($pos = $tab.getAttributeValue("position").concat("px")) - #set ($name =$tab.getAttributeValue("name")) - #set ($label = $tab.getAttributeValue("label")) - #set ($roll = $tab.getAttributeValue("rollover")) - #if ($name.equals($root.getChild("properties").getChild("tab").getText())) - #set ($label = $roll) - #end - <div style="width: 64px; height: 22px; position: absolute; left: $pos; top: 59px"> - <a href='$tab.getAttributeValue("href")' onMouseover="return !showMenu(event, '$name');" class="History"> - <img src='$label' width="64" height="22" border="0" - onMouseOver="this.src='$roll';" onMouseOut="this.src='$label';"></a> - </div> - </td></tr> - <tr><td> - <div class="menu" id='$name' - style="width: 65px; position:absolute; left:$pos; top: 81px; z-index:2 ; visibility:hidden; " - onmouseover="event.cancelBubble = true;"> - <table border="0" cellspacing="0" cellpadding="0"> - #foreach ( $item in $tab.getChildren() ) - <tr><td> - #set ($label = $item.getAttributeValue("label")) - #set ($roll = $item.getAttributeValue("rollover")) - <a href='$item.getAttributeValue("href")'> - <img onMouseOver="this.src='$roll';" - onMouseOut="this.src='$label';" src="$label" border="0"></a> - </td></tr> - #end - </table> - </div> - </td></tr> - </table> - </td> - #end -#end - -#macro (getProjectImage) -#set ( $logoString = $project.getChild("logo").getAttributeValue("href") ) -<td align="left"> -<a href="$project.getAttributeValue("href")"><img src="$relativePath$logoString" alt="$project.getChild("logo").getText()" border="0" height="32" width="120"/></a> -</td> -#end - -#macro (getBannerTitle) -#if ( $root.getChild("properties").getChild("bannertitle") ) - #set ( $pageBanner = $root.getChild("properties").getChild("bannertitle") ) -#else - #set ( $pageBanner = $root.getChild("properties").getChild("title").getText() ) -#end -<td width="80%" align="left" valign="bottom" bgcolor="$pagebannerbg"> - <font color="$pagebannerfg" size="+3" face="arial,helvetica,sanserif"> - <b>$pageBanner</b> -</font> -</td> -#end - -#macro (printMeta $metaElement) -<meta #set ($attribs = $metaElement.getAttributes()) -#foreach ($a in $attribs) $a.getName()="$a.getValue()" #end /> -#end - -#macro (document) -<!-- ====================================================================== --> -<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> -<!-- Main Page Section --> -<!-- ====================================================================== --> -<html> -<head> - <link rel="stylesheet" href="$relativePath/css/style.css"/> - <script src="DropMenu.js" type="text/javascript"></script> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> - - #set ($authors = $root.getChild("properties").getChildren("author")) - #foreach ( $au in $authors ) - #metaauthor ( $au.getText() $au.getAttributeValue("email") ) - #end - - #set ($metas = $root.getChildren("meta")) - - ## Parse meta directives such as - ## <meta name="keyword" content="jakarta, java"/> - #foreach ($meta in $metas) #printMeta($meta) #end - - ## Support for <base> tags. - #if ($root.getChild("properties").getChild("base")) - #set ($url = $root.getChild("properties").getChild("base").getAttributeValue("href")) - <base href="$url"/> - #end - - <title>$project.getChild("title").getText() - $root.getChild("properties").getChild("title").getText()</title> -</head> - -<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> - - <table class="topbar" id="topbar" border="0" width="100%" cellspacing="0" cellpadding="0" height="94" background="images/TopBarBG.png"> - <tr> - <td width="244"> - <img src="images/Logo.png" width="244" height="94" alt=""></td> - - ##makeTabs() - - <td align="right"> - <img src="http://incubator.apache.org/tuscany/images/apache-incubator-logo.png" style="padding: 5px;"> </td> - </tr> - </table> - <table border="0" width="100%" cellspacing="4"> - <tr> - <!-- LEFT SIDE NAVIGATION --> - <td width="141" valign="top" nowrap="true" > - <table width="100%" class="navbar" border="0" cellpadding="0" cellspacing="0" align="center" height="100%" > - #makeMenu() - </table> - </td> - <!-- CONTENT! --> - <td width="100%" align="left" valign="top"> - <table class="content" border="0" width="98%" cellspacing="0" cellpadding="0" align="left"> - #set ($allSections = $root.getChild("body").getChildren("section")) - #foreach ( $section in $allSections ) - #section ($section) - #end - </table> - </td> - </table> - <div class="copyright"> - Copyright © 2006, The Apache Software Foundation -Apache Tuscany is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Web Services PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. - </div> -</body> -</html> -#end |