Browse Source

Add ApacheCon buttons

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@502487 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 18 years ago
parent
commit
2709e52f3d
3 changed files with 8 additions and 6 deletions
  1. +3
    -0
      docs/page.css
  2. +2
    -0
      xdocs/stylesheets/site.vsl
  3. +3
    -6
      xdocs/stylesheets/templates.vm

+ 3
- 0
docs/page.css View File

@@ -190,3 +190,6 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; }
display: none;
}
}

#adcontainer {
}

+ 2
- 0
xdocs/stylesheets/site.vsl View File

@@ -29,6 +29,8 @@
#set ($blue1 = "#CFDCED")
#set ($sourceborder = "#023264")
#set ($pound = "#" )
#set ($ssi = "include virtual=")
#set ($adsurl = "/ads/buttonbar.html")
## start the processing
#document()
## end the processing


+ 3
- 6
xdocs/stylesheets/templates.vm View File

@@ -194,12 +194,6 @@
#macro (makeProject $menus)

<div class="menucontainer">
#* <div align="center">
<a href="http://ApacheCon.Com/"><img width="125" height="125"
border="0" style="background-color: white"
src="http://www.apache.org/images/ac2005us_blue_125x125.jpg"
alt="ApacheCon!" title="Come to ApacheCon!"/></a>
</div> *#
<div class="menu">
<ul>
#foreach ( $menu in $menus )
@@ -221,6 +215,9 @@
#end
</ul>
</div>
<center>
<!--$pound$ssi"$adsurl" -->
</center>
<img style="float: left" height="10" width="10" border="0" alt="" src="$relativePath/images/menu-left.gif">
<img style="float: right" height="10" width="10" border="0" alt="" src="$relativePath/images/menu-right.gif">
</div>


Loading…
Cancel
Save