[jboss-cvs] JBossAS SVN: r79703 - in trunk/tomcat/src/webapps/ROOT.war: css and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 18 14:16:55 EDT 2008


Author: dimitris at jboss.org
Date: 2008-10-18 14:16:54 -0400 (Sat, 18 Oct 2008)
New Revision: 79703

Added:
   trunk/tomcat/src/webapps/ROOT.war/css/
   trunk/tomcat/src/webapps/ROOT.war/css/jboss.css
   trunk/tomcat/src/webapps/ROOT.war/images/
   trunk/tomcat/src/webapps/ROOT.war/images/logo.gif
Removed:
   trunk/tomcat/src/webapps/ROOT.war/jboss.css
   trunk/tomcat/src/webapps/ROOT.war/logo.gif
Modified:
   trunk/tomcat/src/webapps/ROOT.war/index.html
Log:
JBAS-6110, fix ROOT.war so the /status servlet works

Added: trunk/tomcat/src/webapps/ROOT.war/css/jboss.css
===================================================================
--- trunk/tomcat/src/webapps/ROOT.war/css/jboss.css	                        (rev 0)
+++ trunk/tomcat/src/webapps/ROOT.war/css/jboss.css	2008-10-18 18:16:54 UTC (rev 79703)
@@ -0,0 +1,143 @@
+body {
+	margin: 13px 0px 10px 0px;
+	background-color: #ffffff;
+	font-size: 10px;
+	font-family: verdana, arial, "sans-serif";
+	color: #606060;
+	}
+img {
+	border: 0px;
+	}
+#header {
+	background-color: #003D6E;
+	background-repeat: no-repeat;
+	width: 100%;
+	height: 80px;
+	}
+#header #banner {
+	float: right;
+	margin: 8px 5px 0px 0px;
+	}
+#logo {
+	position: absolute;
+	top: 2px;
+	left: 4px;
+	z-index: 200;
+}
+#navigation_bar {
+	background-color: #f0f0f0;
+	border-bottom: 1px dotted #999999;
+	height: 20px;
+	}
+#items {
+	font-size: 12px;
+	width: 600px;
+	margin: 5px 5px 5px 170px;
+	position: relative;
+	z-index: 300;
+	}
+#items .item {
+	margin-right: 10px;
+	}
+.side_block {
+	margin: 15px 5px 10px 5px;
+	background-color: #fbfbfb;
+	border: 1px solid #f0f0f0;
+	}
+.side_block h3 {
+	font-size: 11px;
+	font-weight: 100;
+	width: 100%;
+	margin: 0px 0px 5px 0px;
+	padding: 4px 4px 4px 10x;
+	background-color: #f0f0f0;
+	}
+.side_block h4 {
+	font-size: 11px;
+	color: #003D6E;
+	font-weight: bold;
+	margin: 10px 5px 4px 5px;
+	}
+.side_block p {
+	margin: 5px 5px 3px 5px;
+	}
+.side_block form {
+	margin: 0px 0px 0px 5px;
+	}
+.side_block #login {
+	font-size: 9px;
+	}
+.side_block p img {
+	text-align: center;
+	}
+#content {
+	width: 90%; 
+	margin: 10px auto;
+	}
+#left {
+	float: left;
+	width: 14%;
+	}
+#right {
+	float: right;
+	width: 14%;
+	}
+.content_block {
+	text-align: justify;
+	border: 1px solid #999999;
+	margin: 5px;
+	width: 31%;
+	float: left;
+	}
+.content_block p {
+	margin: 0px 5px 3px 5px;
+	}
+.content_block h3 {
+	font-size: 11px;
+	font-weight: bold;
+	color: #000000;
+	margin: 0px 0px 5px 0px;
+	padding: 4px 4px 4px 4x;
+	text-align: center;
+	background-color: #f0f0f0;
+	border-bottom: 1px solid #999999
+	}
+.content_block h4 {
+	font-size: 11px;
+	color: #003D6E;
+	text-align: left;
+	font-weight: bold;
+	margin: 10px 5px 4px 5px;
+	}
+#footer {
+	clear: both;
+	border-top: 1px dotted #999999;
+	}
+#credits {
+	background-color: #f0f0f0;
+	padding: 5px;
+	text-align: center;
+	}
+#footer_bar {
+	height: 20px;
+	width: 100%;
+	background-color: #003D6E;
+	}
+.hide {
+	display: none;
+	}
+.spacer {
+	clear: both;
+	}
+.spacer hr {
+	display: none;
+	}
+.center {
+	text-align: center;
+	}
+#youcandoit {
+	background-image: url("youcandoit.jpg");
+	background-repeat: repeat-x;
+	height: 165px;
+	margin: 0px 30px 0px 30px;
+	}

Added: trunk/tomcat/src/webapps/ROOT.war/images/logo.gif
===================================================================
(Binary files differ)


Property changes on: trunk/tomcat/src/webapps/ROOT.war/images/logo.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/tomcat/src/webapps/ROOT.war/index.html
===================================================================
--- trunk/tomcat/src/webapps/ROOT.war/index.html	2008-10-18 18:14:32 UTC (rev 79702)
+++ trunk/tomcat/src/webapps/ROOT.war/index.html	2008-10-18 18:16:54 UTC (rev 79703)
@@ -4,13 +4,13 @@
 <head>
    <title>Welcome to JBoss&trade;</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
-   <link rel="StyleSheet" href="jboss.css" type="text/css"/>
+   <link rel="StyleSheet" href="css/jboss.css" type="text/css"/>
 </head>
 
 <body>
 <!-- header begin -->
    <a href="http://www.jboss.org">
-      <img src="logo.gif" alt="JBoss" id="logo" width="226" height="105" />
+      <img src="images/logo.gif" alt="JBoss" id="logo" width="226" height="105" />
    </a>
    <div id="header">&nbsp;</div>
    <div id="navigation_bar"></div>
@@ -26,9 +26,9 @@
 
    <h3>JBoss Management</h3>
    <ul>
-      <li><a href="/web-console/status">Tomcat status</a>
-          <a href="/web-console/status?full=true">(full)</a>
-          <a href="/web-console/status?XML=true">(XML)</a></li>
+      <li><a href="/status">Tomcat status</a>
+          <a href="/status?full=true">(full)</a>
+          <a href="/status?XML=true">(XML)</a></li>
       <li><a href="/jmx-console/">JMX Console</a></li>
       <li><a href="/web-console/">JBoss Web Console</a></li>
    </ul>

Deleted: trunk/tomcat/src/webapps/ROOT.war/jboss.css
===================================================================
--- trunk/tomcat/src/webapps/ROOT.war/jboss.css	2008-10-18 18:14:32 UTC (rev 79702)
+++ trunk/tomcat/src/webapps/ROOT.war/jboss.css	2008-10-18 18:16:54 UTC (rev 79703)
@@ -1,143 +0,0 @@
-body {
-	margin: 13px 0px 10px 0px;
-	background-color: #ffffff;
-	font-size: 10px;
-	font-family: verdana, arial, "sans-serif";
-	color: #606060;
-	}
-img {
-	border: 0px;
-	}
-#header {
-	background-color: #003D6E;
-	background-repeat: no-repeat;
-	width: 100%;
-	height: 80px;
-	}
-#header #banner {
-	float: right;
-	margin: 8px 5px 0px 0px;
-	}
-#logo {
-	position: absolute;
-	top: 2px;
-	left: 4px;
-	z-index: 200;
-}
-#navigation_bar {
-	background-color: #f0f0f0;
-	border-bottom: 1px dotted #999999;
-	height: 20px;
-	}
-#items {
-	font-size: 12px;
-	width: 600px;
-	margin: 5px 5px 5px 170px;
-	position: relative;
-	z-index: 300;
-	}
-#items .item {
-	margin-right: 10px;
-	}
-.side_block {
-	margin: 15px 5px 10px 5px;
-	background-color: #fbfbfb;
-	border: 1px solid #f0f0f0;
-	}
-.side_block h3 {
-	font-size: 11px;
-	font-weight: 100;
-	width: 100%;
-	margin: 0px 0px 5px 0px;
-	padding: 4px 4px 4px 10x;
-	background-color: #f0f0f0;
-	}
-.side_block h4 {
-	font-size: 11px;
-	color: #003D6E;
-	font-weight: bold;
-	margin: 10px 5px 4px 5px;
-	}
-.side_block p {
-	margin: 5px 5px 3px 5px;
-	}
-.side_block form {
-	margin: 0px 0px 0px 5px;
-	}
-.side_block #login {
-	font-size: 9px;
-	}
-.side_block p img {
-	text-align: center;
-	}
-#content {
-	width: 90%; 
-	margin: 10px auto;
-	}
-#left {
-	float: left;
-	width: 14%;
-	}
-#right {
-	float: right;
-	width: 14%;
-	}
-.content_block {
-	text-align: justify;
-	border: 1px solid #999999;
-	margin: 5px;
-	width: 31%;
-	float: left;
-	}
-.content_block p {
-	margin: 0px 5px 3px 5px;
-	}
-.content_block h3 {
-	font-size: 11px;
-	font-weight: bold;
-	color: #000000;
-	margin: 0px 0px 5px 0px;
-	padding: 4px 4px 4px 4x;
-	text-align: center;
-	background-color: #f0f0f0;
-	border-bottom: 1px solid #999999
-	}
-.content_block h4 {
-	font-size: 11px;
-	color: #003D6E;
-	text-align: left;
-	font-weight: bold;
-	margin: 10px 5px 4px 5px;
-	}
-#footer {
-	clear: both;
-	border-top: 1px dotted #999999;
-	}
-#credits {
-	background-color: #f0f0f0;
-	padding: 5px;
-	text-align: center;
-	}
-#footer_bar {
-	height: 20px;
-	width: 100%;
-	background-color: #003D6E;
-	}
-.hide {
-	display: none;
-	}
-.spacer {
-	clear: both;
-	}
-.spacer hr {
-	display: none;
-	}
-.center {
-	text-align: center;
-	}
-#youcandoit {
-	background-image: url("youcandoit.jpg");
-	background-repeat: repeat-x;
-	height: 165px;
-	margin: 0px 30px 0px 30px;
-	}

Deleted: trunk/tomcat/src/webapps/ROOT.war/logo.gif
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list