You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2008/03/12 01:36:38 UTC

svn commit: r636162 - in /wicket/common/wicket-site-skin/src/main/resources: META-INF/maven/site.vm style/wicket.css

Author: gseitz
Date: Tue Mar 11 17:36:26 2008
New Revision: 636162

URL: http://svn.apache.org/viewvc?rev=636162&view=rev
Log:
updated to post-graduation

Modified:
    wicket/common/wicket-site-skin/src/main/resources/META-INF/maven/site.vm
    wicket/common/wicket-site-skin/src/main/resources/style/wicket.css

Modified: wicket/common/wicket-site-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/wicket/common/wicket-site-skin/src/main/resources/META-INF/maven/site.vm?rev=636162&r1=636161&r2=636162&view=diff
==============================================================================
--- wicket/common/wicket-site-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ wicket/common/wicket-site-skin/src/main/resources/META-INF/maven/site.vm Tue Mar 11 17:36:26 2008
@@ -38,7 +38,7 @@
       #if ( $alignedFileName == $subitemHref )
         #set ( $display = true )
       #end
-
+	$display $subitem
       #displayTree( $display $subitem )
     #end
   #end
@@ -112,16 +112,14 @@
 </head>
 <body>
 <div id="container">
-	<div id="header"><a href="http://incubator.apache.org/wicket"><h1 id="logo"><span>Apache Wicket</span></h1></a></div>
+	<div id="header"><a href="http://wicket.apache.org/"><h1 id="logo"><span>Apache Wicket</span></h1></a></div>
 	<div id="contentwrapper">
 		<div id="contentbody">
 			$bodyContent
 		</div>
 	</div>
 	<div id="navigation">
-		#mainMenu( $decoration.body.menus )
-		<div id="clearer"></div>
-		<a href="http://incubator.apache.org/projects/wicket"><h3 id="incubator"><span>Now incubating!</span></h3></a>
+		#mainMenu( $decoration.body.menus )		
 	</div>
 	
 	<div id="clearer"></div>

Modified: wicket/common/wicket-site-skin/src/main/resources/style/wicket.css
URL: http://svn.apache.org/viewvc/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css?rev=636162&r1=636161&r2=636162&view=diff
==============================================================================
--- wicket/common/wicket-site-skin/src/main/resources/style/wicket.css (original)
+++ wicket/common/wicket-site-skin/src/main/resources/style/wicket.css Tue Mar 11 17:36:26 2008
@@ -36,7 +36,7 @@
 }
 
 #header{
-	background:#e8590a url('logo_graduated.png');
+	background:#e8590a url('logo.png');
 	width:899px;
 	margin-left: 28px;
 	height:108px;
@@ -132,21 +132,13 @@
 }
 
 #logo {
-	background: #ffffff url('logo_graduated.png') no-repeat left bottom;
+	background: #ffffff url('logo.png') no-repeat left bottom;
 	height : 108px;
 	width : 300px;
 	position : absolute;
 	//top : -9px;
 	margin-top : 0px;
 	top: 0px;
-}
-
-#incubator {
-	display : none;
-	background: #ffffff url('nowincubating.png') no-repeat left bottom;
-	height : 97px;
-	width : 139px;
-	padding-top : 4em;
 }
 
 #footer{