IVY-1249: updating the templates in the history

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.1.0-rc2@1045195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas Lalevee 2010-12-13 15:53:30 +00:00
parent 58979231b1
commit 13376f0ec2
2 changed files with 22 additions and 5 deletions

View File

@ -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 @version@</title>
<title>${title} | Apache Ivy&#153; @version@</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 &#169; 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>

View File

@ -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 @version@ Documentation</title>
<title>${title} | Apache Ivy&#153; @version@ 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> &gt; <a href="http://ant.apache.org/ivy/">Ivy</a> &gt; ${breadCrumb}
<a href="http://www.apache.org/">Apache&#153;</a> &gt; <a href="http://ant.apache.org/">Apache Ant&#153;</a> &gt; <a href="http://ant.apache.org/ivy/">Apache Ivy&#153;</a> &gt; ${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&#153;</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 &#169; 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 -->