Author: kkolinko Date: Fri Jan 24 01:05:58 2014 New Revision: 1560865 URL: http://svn.apache.org/r1560865 Log: CTR: tabs -> spaces
Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/index.html?rev=1560865&r1=1560864&r2=1560865&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/ROOT/index.html (original) +++ tomcat/tc6.0.x/trunk/webapps/ROOT/index.html Fri Jan 24 01:05:58 2014 @@ -25,14 +25,14 @@ body { color: #000000; background-color: #FFFFFF; - font-family: Arial, "Times New Roman", Times, serif; + font-family: Arial, "Times New Roman", Times, serif; margin: 10px 0px; } img { border: none; } - + a:link, a:visited { color: blue } @@ -48,9 +48,9 @@ td { color: #000000; - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; } - + td.menu { background: #FFDC75; } @@ -65,7 +65,7 @@ font-size: 110%; margin-left: 2.5em; } - + #banner { margin-bottom: 12px; } @@ -97,8 +97,8 @@ <td align="left" valign="top"><b>Apache Tomcat</b></td> <td align="right"> <a href="http://www.apache.org/"> - <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/> - </a> + <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/> + </a> </td> </tr> </table> @@ -110,21 +110,20 @@ <td valign="top"> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> - <th>Administration</th> + <th>Administration</th> </tr> <tr> - <td class="menu"> - <a href="/manager/status">Status</a><br/> + <td class="menu"> + <a href="/manager/status">Status</a><br/> <a href="/manager/html">Tomcat Manager</a><br/> </td> </tr> </table> - - <br /> + <br /> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> - <th>Documentation</th> + <th>Documentation</th> </tr> <tr> <td class="menu"> @@ -132,10 +131,9 @@ <a href="/docs/changelog.html">Change Log</a><br/> <a href="/docs">Tomcat Documentation</a><br/> - </td> + </td> </tr> </table> - <br/> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> @@ -144,20 +142,19 @@ <tr> <td class="menu"> <a href="http://tomcat.apache.org/">Home Page</a><br/> - <a href="http://tomcat.apache.org/faq/">FAQ</a><br/> + <a href="http://tomcat.apache.org/faq/">FAQ</a><br/> <a href="http://tomcat.apache.org/bugreport.html">Bug Database</a><br/> <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/">Users Mailing List</a><br/> <a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/">Developers Mailing List</a><br/> <a href="irc://irc.freenode.net/#tomcat">IRC</a><br/> - + </td> </tr> </table> - <br/> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> - <th>Miscellaneous</th> + <th>Miscellaneous</th> </tr> <tr> <td class="menu"> @@ -165,21 +162,21 @@ <a href="/examples/jsp/">JSP Examples</a><br/> <a href="http://java.sun.com/products/jsp">Sun's Java Server Pages Site</a><br/> <a href="http://java.sun.com/products/servlet">Sun's Servlet Site</a><br/> - + </td> </tr> </table> </td> <td style="width:20px"> </td> - + <!-- Body --> <td align="left" valign="top"> <p id="congrats">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p> - + <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:</p> <p class="code">$CATALINA_HOME/webapps/ROOT/index.html</p> - + <p>where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the <a href="/docs">Tomcat Documentation</a> for more detailed setup and administration information than is found in the INSTALL file.</p> <p><b>NOTE: For security reasons, using the manager webapp @@ -198,9 +195,9 @@ <p>Thanks for using Tomcat!</p> <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/> - + - Copyright © 1999-@YEAR@ Apache Software Foundation<br/> + Copyright © 1999-@YEAR@ Apache Software Foundation<br/> All Rights Reserved </p> </td> Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp?rev=1560865&r1=1560864&r2=1560865&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp (original) +++ tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Fri Jan 24 01:05:58 2014 @@ -26,14 +26,14 @@ body { color: #000000; background-color: #FFFFFF; - font-family: Arial, "Times New Roman", Times, serif; + font-family: Arial, "Times New Roman", Times, serif; margin: 10px 0px; } img { border: none; } - + a:link, a:visited { color: blue } @@ -49,9 +49,9 @@ td { color: #000000; - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; } - + td.menu { background: #FFDC75; } @@ -66,7 +66,7 @@ font-size: 110%; margin-left: 2.5em; } - + #banner { margin-bottom: 12px; } @@ -92,14 +92,14 @@ <tr> <td align="left" style="width:130px"> <a href="http://tomcat.apache.org/"> - <img src="tomcat.gif" height="92" width="130" alt="The Mighty Tomcat - MEOW!"/> - </a> + <img src="tomcat.gif" height="92" width="130" alt="The Mighty Tomcat - MEOW!"/> + </a> </td> <td align="left" valign="top"><b><%= application.getServerInfo() %></b></td> <td align="right"> <a href="http://www.apache.org/"> - <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/> - </a> + <img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/> + </a> </td> </tr> </table> @@ -111,21 +111,20 @@ <td valign="top"> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> - <th>Administration</th> + <th>Administration</th> </tr> <tr> - <td class="menu"> - <a href="manager/status">Status</a><br/> + <td class="menu"> + <a href="manager/status">Status</a><br/> <a href="manager/html">Tomcat Manager</a><br/> </td> </tr> </table> - - <br /> + <br /> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> - <th>Documentation</th> + <th>Documentation</th> </tr> <tr> <td class="menu"> @@ -133,10 +132,9 @@ <a href="docs/changelog.html">Change Log</a><br/> <a href="docs">Tomcat Documentation</a><br/> - </td> + </td> </tr> </table> - <br/> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> @@ -145,16 +143,15 @@ <tr> <td class="menu"> <a href="http://tomcat.apache.org/">Home Page</a><br/> - <a href="http://tomcat.apache.org/faq/">FAQ</a><br/> + <a href="http://tomcat.apache.org/faq/">FAQ</a><br/> <a href="http://tomcat.apache.org/bugreport.html">Bug Database</a><br/> <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/">Users Mailing List</a><br/> <a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/">Developers Mailing List</a><br/> <a href="irc://irc.freenode.net/#tomcat">IRC</a><br/> - + </td> </tr> </table> - <br/> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> @@ -165,35 +162,34 @@ <a href="examples/servlets/">Servlets Examples</a><br/> <a href="examples/jsp/">JSP Examples</a><br/> <a href="webdav/">WebDAV capabilities</a><br/> - + </td> </tr> </table> - <br/> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> - <th>Miscellaneous</th> + <th>Miscellaneous</th> </tr> <tr> <td class="menu"> <a href="http://java.sun.com/products/jsp">Sun's Java Server Pages Site</a><br/> <a href="http://java.sun.com/products/servlet">Sun's Servlet Site</a><br/> - + </td> </tr> </table> </td> <td style="width:20px"> </td> - + <!-- Body --> <td align="left" valign="top"> <p id="congrats">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p> - + <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:</p> <p class="code">$CATALINA_HOME/webapps/ROOT/index.jsp</p> - + <p>where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the <a href="docs">Tomcat Documentation</a> for more detailed setup and administration information than is found in the INSTALL file.</p> <p><b>NOTE: For security reasons, using the manager webapp @@ -212,9 +208,9 @@ <p>Thanks for using Tomcat!</p> <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/> - + - Copyright © 1999-@YEAR@ Apache Software Foundation<br/> + Copyright © 1999-@YEAR@ Apache Software Foundation<br/> All Rights Reserved </p> </td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org