Author: xavier
Date: Thu Mar  1 06:06:06 2007
New Revision: 513336

URL: http://svn.apache.org/viewvc?view=rev&rev=513336
Log:
review home page, use its own template

Added:
    incubator/ivy/core/trunk/doc/homeTemplate.html
Modified:
    incubator/ivy/core/trunk/doc/index.html

Added: incubator/ivy/core/trunk/doc/homeTemplate.html
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/homeTemplate.html?view=auto&rev=513336
==============================================================================
--- incubator/ivy/core/trunk/doc/homeTemplate.html (added)
+++ incubator/ivy/core/trunk/doc/homeTemplate.html Thu Mar  1 06:06:06 2007
@@ -0,0 +1,61 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
+<head>
+<title>${title} | Ivy</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <link rel="stylesheet" type="text/css" href="style/style.css" />
+
+  <!-- for tree, see if it would better go in xooki.js -->
+  <link rel="stylesheet" type="text/css" href="xooki/tree/simpletree.css" />
+</head>
+
+<body>
+
+<div id="body">
+<table border="0" cellpadding="0" cellspacing="0" width="100%">
+       <tr>
+               <td id="sidebar-left">
+               <div class="block block-book" id="block-book-0">
+               <a href="http://incubator.apache.org/";
+                       title="Home"><img 
src="images/apache-incubator-logo.png" alt="Apache Incubator"
+                       border="0" /></a>
+                       <br/><br/>
+               <h2>Ivy</h2>
+
+               <div class="content">${menu}</div>
+
+               </div>
+
+               </td>
+               
+               <td valign="top">
+               <div id="main">
+            ${body}
+               </div><!-- main -->
+               </td>
+       </tr>
+</table>
+
+<table id="footer-menu" summary="Navigation elements." border="0"
+       cellpadding="0" cellspacing="0" width="100%">
+       <tr>
+               <td align="center" valign="middle">
+               <div class="primary-links">:: 
+                       <a href="index.html">Home</a> ::
+                       <a href="download.html">Download</a> ::
+                       <a href="doc.html">Documentation</a> ::
+                       <a href="doc/tutorial.html">Tutorials</a> ::
+                       <a href="get-involved.html">Get Involved</a> ::
+               </div>
+               </td>
+       </tr>
+</table>
+
+
+
+<div id="footer-message"></div>
+
+
+</div><!-- body -->
+</body>
+</html>

Modified: incubator/ivy/core/trunk/doc/index.html
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/doc/index.html?view=diff&rev=513336&r1=513335&r2=513336
==============================================================================
--- incubator/ivy/core/trunk/doc/index.html (original)
+++ incubator/ivy/core/trunk/doc/index.html Thu Mar  1 06:06:06 2007
@@ -1,11 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
 <head>
-       <script type="text/javascript">var xookiConfig = {level: 0};</script>   
+       <script type="text/javascript">var xookiConfig = {level: 0, path: 
{template: "homeTemplate.html"}};</script>    
        <script type="text/javascript" src="xooki/xooki.js"></script>
 </head>
 <body>
-       <textarea id="xooki-source">
+       <textarea id="xooki-source">
 <table border="0" class="home">
 <tr><td colspan="4"><img src="images/ivy-lierre.png"/></td></tr>
 <tr style="font-size:xx-large;"><td colspan="4"><span 
style="font-size:xx-large;">The agile dependency manager</span></td></tr>


Reply via email to