sdeboy 2003/05/29 22:08:14 Modified: src/java/org/apache/log4j/chainsaw WelcomePanel.html Log: JEditorPane is very picky about HTML - made welcome.html well-formed Revision Changes Path 1.9 +8 -21 jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/WelcomePanel.html Index: WelcomePanel.html =================================================================== RCS file: /home/cvs/jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/WelcomePanel.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- WelcomePanel.html 17 May 2003 23:03:55 -0000 1.8 +++ WelcomePanel.html 30 May 2003 05:08:14 -0000 1.9 @@ -1,16 +1,6 @@ -<!-//-><script> PrxRealOpen=window.open; function PrxNullWin(){this.window;} function PrxOpen(url,nam,atr){return(new PrxNullWin());} window.open=PrxOpen;</script> -<!-//-><script> function moveTo(){return true;}function resizeTo(){return true;}</script> -<!-//-><script> function status(txt){return(1);} </script> -<!-//-><script> function NoWrite(txt){return(1);} document.write=NoWrite; document.writeln=NoWrite; </script> -<!-//-><script> function setTimeout(x,y){return(null);} </script> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> -<TITLE></TITLE> -<META NAME="Generator" CONTENT="TextPad 4.4"> -<META NAME="Author" CONTENT="?"> -<META NAME="Keywords" CONTENT="?"> -<META NAME="Description" CONTENT="?"> <style> BODY, TABLE, TD, { font-size: 12px; @@ -39,21 +29,19 @@ </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#800000" ALINK="#FF00FF" BACKGROUND="?"> -<a name="TheTop"> +<a name="TheTop"></a> <h1>Welcome to Chainsaw v2!</h1> <table border="0" cellspacing="2" cellpadding="2"> <tr><td><b>Table of Contents</b></td><td rowspan="4" align="left"><img src="logo.jpg" border="0" alt="Log4j Logo"></tr> <tr><td><a href="#QuickHelp">Quick Help</a></td></tr> <tr><td><a href="#FAQ">FAQ</a></td></tr> <tr><td><a href="#FilteringColouring">Filtering and Colouring</a></td></tr> - -</ul> </table> <p><a href="#TheTop">Back to top</a></p> -<a name="QuickHelp"> +<a name="QuickHelp"></a> <h2>Quick Help</h2> <table border="0" cellspacing="2" cellpadding="2" > -<tr><td colspan="3"class="TableTitle">Hot Keys</td></td></tr> +<tr><td colspan="3"class="TableTitle">Hot Keys</td></tr> <tr><td nowrap class="HotKey">CTRL-LEFT</td><td width="50" align="center">-</td><td>Activate a tab to the left</td></tr> <tr><td nowrap class="HotKey">CTRL-RIGHT</td><td width="50" align="center">-</td><td>Activate a tab to the right</td></tr> <tr><td nowrap class="HotKey">CTRL-S</td><td width="50" align="center">-</td><td>Shows a File Save dialog to save the current tab's events as XML</td></tr> @@ -65,11 +53,11 @@ <tr><td nowrap class="HotKey">ALT-X</td><td width="50" align="center">-</td><td>Exits the Application</td></tr> </table> <p><a href="#TheTop">Back to top</a></p> -<a name="FAQ"> +<a name="FAQ"></a> <h2>FAQ</h2> -<p>@todo<p> +<p></p>@todo<p></p> <p><a href="#TheTop">Back to top</a></p> -<a name="FilteringColouring"> +<a name="FilteringColouring"></a> <h2>Filtering and Colouring</h2> <p>Chainsaw enables you to configure filters that suppress the display of certain logging events, and also highlight the event with a colo(u)r of your choosing.</p> <p><a href="#TheTop">Back to top</a></p> @@ -77,10 +65,9 @@ This example will show you how to: <ul> -<li>Colo(ur) all Error level logging Red, Warn level Yellow, and Info level grey -<li>Suppress all levels but INFO/WARN/ERROR +<li>Colo(ur) all Error level logging Red, Warn level Yellow, and Info level grey</li> +<li>Suppress all levels but INFO/WARN/ERROR</li> </ul> <p><a href="#TheTop">Back to top</a></p> </BODY> </HTML> -<!-//-><script> window.open=PrxRealOpen; </script>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]