Author: hibou
Date: Mon Dec 13 15:51:48 2010
New Revision: 1045187
URL: http://svn.apache.org/viewvc?rev=1045187&view=rev
Log:
IVY-1249: updating the templates in the history
Modified:
ant/ivy/core/branches/2.0.0/doc/printTemplate.html
ant/ivy/core/branches/2.0.0/doc/template.html
Modified: ant/ivy/core/branches/2.0.0/doc/printTemplate.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0/doc/printTemplate.html?rev=1045187&r1=1045186&r2=1045187&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0/doc/printTemplate.html (original)
+++ ant/ivy/core/branches/2.0.0/doc/printTemplate.html Mon Dec 13 15:51:48 2010
@@ -20,7 +20,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
-<title>${title} | Ivy</title>
+<title>${title} | Apache Ivy™</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style/print-style.css" />
</head>
@@ -45,6 +45,13 @@
${body}
</div><!-- main -->
+<div id="footer-message" class="footer">
+ <hr />
+ <i>Copyright © 2010 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a>.</i><br
/>
+ <i>Apache Ivy, Apache Ant, Ivy, Ant, Apache, the Apache Ivy logo, the Apache Ant
logo and the Apache feather logo are trademarks of The Apache Software Foundation.</i><br
/>
+ <i>All other marks mentioned may be trademarks or registered trademarks of their
respective owners. </i>
+</div>
+
</div><!-- body -->
</body>
</html>
Modified: ant/ivy/core/branches/2.0.0/doc/template.html
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0/doc/template.html?rev=1045187&r1=1045186&r2=1045187&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0/doc/template.html (original)
+++ ant/ivy/core/branches/2.0.0/doc/template.html Mon Dec 13 15:51:48 2010
@@ -20,7 +20,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
-<title>${title} | Ivy 2.0.0 Documentation</title>
+<title>${title} | Apache Ivy™ 2.0.0 Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="js/jquery.pack.js" type="text/javascript"></script>
@@ -51,7 +51,7 @@
<td>
<div id="navcontainer">
- <a href="http://ant.apache.org/">Apache Ant</a> > <a href="http://ant.apache.org/ivy/">Ivy</a>
> ${breadCrumb}
+ <a href="http://www.apache.org/">Apache™</a> > <a href="http://ant.apache.org/">Apache
Ant™</a> > <a href="http://ant.apache.org/ivy/">Apache Ivy™</a>
> ${breadCrumb}
</div>
</td>
</tr>
@@ -63,10 +63,15 @@
<tr>
<td id="sidebar-left">
<div class="block block-book" id="block-book-0">
- <h2>Ivy</h2>
+ <h2>Apache Ivy™</h2>
<div class="content">${menu}</div>
+ <center><iframe src="http://www.apache.org/ads/buttonbar.html"
+ style="border-width:0;" frameborder="0" scrolling="no"
+ width="135" height="265"></iframe>
+ </center>
+
</div>
</td>
@@ -97,7 +102,12 @@
-<div id="footer-message"></div>
+<div id="footer-message" class="footer">
+ <hr />
+ <i>Copyright © 2010 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a>.</i><br
/>
+ <i>Apache Ivy, Apache Ant, Ivy, Ant, Apache, the Apache Ivy logo, the Apache Ant
logo and the Apache feather logo are trademarks of The Apache Software Foundation.</i><br
/>
+ <i>All other marks mentioned may be trademarks or registered trademarks of their
respective owners. </i>
+</div>
</div><!-- body -->
|