mirror of https://github.com/apache/ant-ivy
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:
parent
58979231b1
commit
13376f0ec2
|
|
@ -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™ @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 © 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>
|
||||
|
|
|
|||
|
|
@ -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™ @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> > <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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue