Author: bayard
Date: Thu May 22 05:00:02 2014
New Revision: 1596746

URL: http://svn.apache.org/r1596746
Log:
Adding a retired banner to the top of the Click site via a new div and an 
increase in size of the top frame

Modified:
    click/trunk/site/header.html
    click/trunk/site/index.html

Modified: click/trunk/site/header.html
URL: 
http://svn.apache.org/viewvc/click/trunk/site/header.html?rev=1596746&r1=1596745&r2=1596746&view=diff
==============================================================================
--- click/trunk/site/header.html (original)
+++ click/trunk/site/header.html Thu May 22 05:00:02 2014
@@ -22,6 +22,8 @@
 </head>
 <body leftmargin="0" topmargin="0" style="width:100%">
 
+  <div style="background: red"><h1>2014/05/21 - Apache Click has been 
retired.</h1><h2>For more information, please explore the <a 
href="http://attic.apache.org/";>Attic</a>. </h2></div>
+     
   <div id="header">
   
     <a id="clickLink" 

Modified: click/trunk/site/index.html
URL: 
http://svn.apache.org/viewvc/click/trunk/site/index.html?rev=1596746&r1=1596745&r2=1596746&view=diff
==============================================================================
--- click/trunk/site/index.html (original)
+++ click/trunk/site/index.html Thu May 22 05:00:02 2014
@@ -25,11 +25,11 @@
 <title>Apache Click</title>
 <link rel="Click icon" href="favicon.ico" type="image/ico"/>
 </head>
-<frameset rows="52,*" border="0">
+<frameset rows="152,*" border="0">
   <frame src="header.html" scrolling="no">
   <frameset cols="210, *">
     <frame src="toc.html" scrolling="auto">
     <frame src="docs/click.html" name="topic" scrolling="auto">
   </frameset>
 </frameset>
-</html>
\ No newline at end of file
+</html>


Reply via email to