Author: jfthomps
Date: Mon Apr 20 20:17:06 2009
New Revision: 766848

URL: http://svn.apache.org/viewvc?rev=766848&view=rev
Log:
removed NCSU stuff and added ASF stuff

Modified:
    incubator/vcl/trunk/web/themes/default/css/vcl.css
    incubator/vcl/trunk/web/themes/default/images/menu_selected.jpg
    incubator/vcl/trunk/web/themes/default/images/vclbanner_C.jpg
    incubator/vcl/trunk/web/themes/default/images/vclbanner_L.jpg
    incubator/vcl/trunk/web/themes/default/images/vclbanner_R.jpg
    incubator/vcl/trunk/web/themes/default/page.php

Modified: incubator/vcl/trunk/web/themes/default/css/vcl.css
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/css/vcl.css?rev=766848&r1=766847&r2=766848&view=diff
==============================================================================
--- incubator/vcl/trunk/web/themes/default/css/vcl.css (original)
+++ incubator/vcl/trunk/web/themes/default/css/vcl.css Mon Apr 20 20:17:06 2009
@@ -186,7 +186,7 @@
 
 #menulist ul li a:hover, a:active {
        text-decoration: none;
-       color: #B90000;
+       color: #0051f8;
 }
 
 #menulist ul li.selected {
@@ -284,7 +284,7 @@
        background: transparent;        
        width: 750px;
        margin: 0 8px 0 8px;
-       padding: 0 0 20px 0;
+       padding: 0;
 }
 
 #footer-top {
@@ -296,48 +296,6 @@
 
 #footer-top span {display: none}
 
-#footer-padding {
-       clear: left;
-       background: transparent;
-       width: 724px;
-       height: 10px;
-       margin: 0;
-       padding: 0;
-}
-
-#footer-box-left {
-       float: left;
-       background: #F2F2F2;
-       width: 350px;
-       margin: 8px 1px 1px 1px;
-       padding: 5px;
-       border: #595959 1px solid;
-       color: black;
-       font: 9px helvetica, arial, sans;
-}
-
-#footer-box-left p {
-       margin: 0;
-       padding: 0;
-}
-
-#footer-box-left p a:link {
-       text-decoration: none;
-       color: black;
-}
-
-#footer-box-left p a:visited {
-       text-decoration: none;  
-       color: #595959;
-}
-
-#footer-box-left p a:hover, a:active {
-       background: #CCCCCC;    
-       text-decoration: none;
-       color: black;
-}
-
-
 #footer-box-right {
        display: block;
        background: transparent;

Modified: incubator/vcl/trunk/web/themes/default/images/menu_selected.jpg
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/images/menu_selected.jpg?rev=766848&r1=766847&r2=766848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/vcl/trunk/web/themes/default/images/vclbanner_C.jpg
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/images/vclbanner_C.jpg?rev=766848&r1=766847&r2=766848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/vcl/trunk/web/themes/default/images/vclbanner_L.jpg
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/images/vclbanner_L.jpg?rev=766848&r1=766847&r2=766848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/vcl/trunk/web/themes/default/images/vclbanner_R.jpg
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/images/vclbanner_R.jpg?rev=766848&r1=766847&r2=766848&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/vcl/trunk/web/themes/default/page.php
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/themes/default/page.php?rev=766848&r1=766847&r2=766848&view=diff
==============================================================================
--- incubator/vcl/trunk/web/themes/default/page.php (original)
+++ incubator/vcl/trunk/web/themes/default/page.php Mon Apr 20 20:17:06 2009
@@ -109,22 +109,11 @@
        $rt .= "      </TR>\n";
        $rt .= "    </table>\n";
        $rt .= "<div id=\"footer\">\n";
-       $rt .= "<div id=\"footer-top\">\n";
-       $rt .= "<span>This support page is for students, faculty, and staff of 
North Carolina State University</span>\n";
-       $rt .= "</div>\n";
-       $rt .= "<div id=\"footer-box-left\">\n";
-       $rt .= "<p>\n";
-       $rt .= "North Carolina State University, Raleigh, NC<br/>\n";
-       $rt .= "<a href=\"http://vcl.ncsu.edu/\";>vcl.ncsu.edu</a> | \n";
-       $rt .= "Comments to <a href=\"mailto:vcl_h...@ncsu.edu\"; 
accesskey=9>vcl_h...@ncsu.edu</a>\n";
-       $rt .= "</p>\n";
-       $rt .= "</div>\n";
        $rt .= "<div id=\"footer-box-right\">\n";
        $rt .= "<p>\n";
-       $rt .= "Copyright &#169; 2004-$year by NC State University and others, 
All Rights Reserved.\n";
+       $rt .= "Copyright &#169; 2004-$year by Apache Software Foundation, All 
Rights Reserved.\n";
        $rt .= "</p>\n";
        $rt .= "</div>\n";
-       $rt .= "<div id=\"footer-padding\"><span></span></div>\n";
        $rt .= "</div>\n";
        $rt .= "<!-- end footer -->\n";
        $rt .= "</TD>\n";


Reply via email to