psmith 2003/06/18 16:03:35
Modified: src/java/org/apache/log4j/chainsaw WelcomePanel.html
Log:
rework of the welcome panel, no real additional content yet, just
hopefully more readable.
More content coming today.
Revision Changes Path
1.11 +68 -23
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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- WelcomePanel.html 18 Jun 2003 01:46:32 -0000 1.10
+++ WelcomePanel.html 18 Jun 2003 23:03:35 -0000 1.11
@@ -9,6 +9,7 @@
}
H1 {
+
font-size: 14px;
font-weight: bold;
}
@@ -20,6 +21,8 @@
.TableTitle {
font-weight: bold;
+ background-color: #000089;
+ color: #FFFFFF;
}
.HotKey {
@@ -29,35 +32,77 @@
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#FF0000" VLINK="#800000"
ALINK="#FF00FF" BACKGROUND="?">
-<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>
+<p><a name="TheTop"></a><table border="0" cellpadding="0" cellspacing="0"
width="100%">
+ <tr valign="top">
+ <td><b><font size="+2">Chainsaw v2</font></b> - brought to you by the
Log4j Dev team</td>
+ <!--<td rowspan="2" align="right"><img align="top" src="logo.jpg"
border="0" alt="Log4j Logo"></td>-->
+ </tr>
+</table></p>
+<!-- Removing this until we can work out why the Anchor tags don't work in Swing...
-->
+<!--
+<table border="1" cellspacing="2" cellpadding="2">
+<tr><td><b>Table of Contents</b></td><td rowspan="4" align="left"><img
src="logo.jpg" width="105" height="70" 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>
</table>
-<p><a href="#TheTop">Back to top</a></p>
-<a name="QuickHelp"></a>
-<h2>Quick Help</h2>
-<table border="0" cellspacing="2" cellpadding="2" >
-<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>
-<tr><td nowrap class="HotKey">CTRL-O</td><td width="50"
align="center">-</td><td>Shows a File Open dialog to open an XML file of events into
Chainsaw</td></tr>
-<tr><td nowrap class="HotKey">ALT-P/F12</td><td width="50"
align="center">-</td><td>Pause display</td></tr>
-<tr><td nowrap class="HotKey">F1</td><td width="50"
align="center">-</td><td>Hide/Show Welcome Panel/Help page</td></tr>
-<tr><td nowrap class="HotKey">F3</td><td width="50" align="center">-</td><td>Find
Next</td></tr>
-<tr><td nowrap class="HotKey">F6</td><td width="50" align="center">-</td><td>Show
Receivers Dialog</td></tr>
-<tr><td nowrap class="HotKey">ALT-D</td><td width="50"
align="center">-</td><td>Show/Hiden the Detail pane</td></tr>
-<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>
+-->
+<p><table border="0" cellspacing="2" cellpadding="2" >
+<tr><td colspan="6" class="TableTitle" bgcolor="#000089"><font color="white">Hot
Keys</font></td></tr>
+<tr valign="top">
+ <td nowrap class="HotKey">CTRL-LEFT</td>
+ <td width="50" align="center">-</td>
+ <td>Activate a tab to the left</td>
+ <td nowrap class="HotKey">F1</td>
+ <td width="50" align="center">-</td>
+ <td>Hide/Show Welcome Panel/Help page</td>
+
+</tr>
+<tr valign="top" bgcolor="#EEEEEE">
+ <td nowrap class="HotKey">CTRL-RIGHT</td>
+ <td width="50" align="center">-</td>
+ <td>Activate a tab to the right</td>
+ <td nowrap class="HotKey">F3</td>
+ <td width="50" align="center">-</td>
+ <td>Find Next</td>
+</tr>
+<tr valign="top" >
+ <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>
+ <td nowrap class="HotKey">F6</td>
+ <td width="50" align="center">-</td>
+ <td>Show Receivers Dialog</td>
+</tr>
+<tr valign="top" bgcolor="#EEEEEE">
+ <td nowrap class="HotKey">CTRL-O</td>
+ <td width="50" align="center">-</td>
+ <td>Shows a File Open dialog to open an XML file of events into Chainsaw</td>
+ <td nowrap class="HotKey">F12</td>
+ <td width="50" align="center">-</td>
+ <td>Pause display</td>
+</tr>
+<tr valign="top">
+ <td nowrap class="HotKey">ALT-P</td>
+ <td width="50" align="center">-</td>
+ <td colspan="4">Pause display</td>
+</tr>
+<tr valign="top" bgcolor="#EEEEEE">
+ <td nowrap class="HotKey">ALT-D</td>
+ <td width="50" align="center">-</td>
+ <td colspan="4">Show/Hiden the Detail pane</td>
+</tr>
+<tr valign="top">
+ <td nowrap class="HotKey">ALT-X</td>
+ <td width="50" align="center">-</td>
+ <td colspan="4">Exits the Application</td>
+</tr>
+</table></P>
+<!--<p><a href="#TheTop">Back to top</a></p>-->
<a name="FAQ"></a>
<h2>FAQ</h2>
<p></p>@todo<p></p>
-<p><a href="#TheTop">Back to top</a></p>
+<!--<p><a href="#TheTop">Back to top</a></p>-->
<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>
@@ -69,6 +114,6 @@
<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>
+<!--<p><a href="#TheTop">Back to top</a></p>-->
</BODY>
</HTML>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]