User: user57
Date: 01/11/20 19:21:09
Modified: src/docs/developers cvs.jsp head.jsp index.jsp main.css
navigation.jsp slogan.jsp
Added: src/docs/developers webstyle.jsp
Log:
o consolidated common styles from /developers into /main.css
only specifying those colors that changed in /develoeprs/main.css
o added styles for commonly used tags (A, P, DIV, ...)
o changed guide/* to use new terse tagging (no need for class attribute
on everything to get the right look)
o spruced up the styles for command output, source code and commands
(which are mostly used in the guides)
o added [Printable Version] button to each page, which will render the
current page content (not the navbar or the big jboss header image)
using a stripped down style which is suitable for printing the current
page.
o Added [Top] button to bottom of each page (next to [Home]) which will
take you to the top of the page.
o Marked "Quick Start" and "Guides" as "New"
o Marked all new guides as "New"
Revision Changes Path
1.13 +143 -155 newsite/src/docs/developers/cvs.jsp
Index: cvs.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/developers/cvs.jsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cvs.jsp 2001/11/20 21:34:47 1.12
+++ cvs.jsp 2001/11/21 03:21:09 1.13
@@ -1,166 +1,154 @@
<jsp:include page="head.jsp" flush="true"/>
+<!-- $Id: cvs.jsp,v 1.13 2001/11/21 03:21:09 user57 Exp $ -->
<jsp:include page="slogan.jsp" flush="true">
<jsp:param name="SLOGAN" value="SOURCE CODE AND CVS"/>
</jsp:include>
- <!-- CONTENT -->
+<!-- CONTENT -->
- <p class="head">JBOSS IS DEVELOPED PUBLICLY</p>
+<h2>JBoss is Developed Publicly</h2>
-<!-- picateam block --><table><tr><td><jsp:include page="/common/picateam.jsp"
flush="true"/></td><td>
+<jsp:include page="/common/picateam.jsp" flush="true"/>
- <p class="text">
- JBoss is a free implementation of the J2EE interfaces from SUN.
- Our code is co-developed and the source is freely available.
- You can either get a daily snapshot of the sources to browse or if you
- plan on working with the source tree directly, you can set up a CVS
- environment on your machine.
-
-<!-- end picateam block --></td></tr></table>
-
- <p class="head">SOURCE CODE</p>
-
- <p class="text">
- Source code is available from <a href="#CVS">CVS</a> or
- a nightly updated CVS <a href="#NIGHTLY_SNAPSHOTS">snapshot</a>.
-
- <p class="head">
- <a name="NIGHTLY_SNAPSHOTS">NIGHTLY SNAPSHOTS</a>
-
- <p class="text">
- Snapshots are only made for the latest development branches, so if you
- need a specific branch you will need to use CVS to get at it.
-
- <p class="text">
- Browse the available <a class="link" href="/snapshots">snapshots</a>
- or select one of the following:
- <ul class="text">
- <li>jboss-all
- [<a class="link" href="/snapshots/jboss-all.zip">zip</a>]
- [<a class="link" href="/snapshots/jboss-all.tgz">tgz</a>]
- <li>jboss-mq
- [<a class="link" href="/snapshots/jboss-mq.zip">zip</a>]
- [<a class="link" href="/snapshots/jboss-mq.tgz">tgz</a>]
- <li>jboss-plugins
- [<a class="link" href="/snapshots/jboss-plugins.zip">zip</a>]
- [<a class="link" href="/snapshots/jboss-plugins.tgz">tgz</a>]
- </ul>
-
- <p class="head">
- <a name="CVS">CVS</a>
-
- <p class="text">
- Our CVS repository (amoung other things) is hosted by our friends at
- <a class="link" href="http://sourceforge.net">
- <img src="http://sourceforge.net/sflogo.php?group_id=22866" border="0"
alt="SourceForge" align="absmiddle"></a>.
-
- <p class="text">
- The repository is available for online
- <a class="link" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/">
browsing</a>.
- Please note that the structure of the actual repository is
- <b>different</b> than the project layout of a checked out CVS module.
-
- <p class="head">
- <a name="CVS_ENVIRONMENT">CVS ENVIRONMENT</a>
-
- <p class="text">
- To download the source tree from CVS you will need a CVS client.
- If you don't have one already installed on your machine you can download
- <a class="link" href="http://www.jcvs.org/">jCVS</a>, the CVS client in
- java. jCVS will work on any platform including Linux.
- However we recommend the native Linux tools or try
- <a class="link" href="http://www.wincvs.org">winCVS</a> if you are
- based on a win32 platform.
-
- <p class="text"><b>Settings for anonymous browsing:</b></p>
-
- <p class="text">
- This provides <b>READ-ONLY</b> access to the repository.
- The CVSROOT is
- <blockquote>
- <tt>:pserver:[EMAIL PROTECTED]:/cvsroot/jboss</tt><br>
- </blockquote>
- <p class="text">
- The password is <em>blank</em> (just press enter).</p>
-
- <p class="text">
- <b>Settings for developer access:</b>
-
- <p class="text">
- This provides <b>READ-WRITE</b> access to the repository. You will
- need to use SSH, have a SourceForge account and be a valid member
- of the <em>jboss</em> project.
-
- <p class="text">
- CVSROOT is
- <blockquote>
-
<tt>:ext:<em><sourceforge ID></em>@cvs.jboss.sourceforge.net:/cvsroot/jboss</tt><br>
- </blockquote>
-
- <p class="text">
- For further explanations see
- <a class="link"
href="http://sourceforge.net/cvs/?group_id=22866">instructions</a>
- at SourceForge.
-
- <p class="head">CVS MODULES</p>
-
- <p class="text">
- Below is a list of the currently supported modules. These modules are
- created via <tt><a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/jboss/CVSROOT/modules?rev=1.72">CVSROOT/modules</a></tt>,
- so look there for more information about how they work.
-
- <blockquote>
- <dl class="text">
- <dt><b>jboss-all</b></dt>
- <dd>Everything required to build JBoss.</dd>
-
- <dt><b>jboss-mq</b></dt>
- <dd>The JBossMQ standalone server.</dd>
-
- <dt><b>jboss-plugins</b></dt>
- <dd>Plugins to the JBoss server.</dd>
-
- <dt><b>tools</b></dt>
- <dd>Tools for building modules.</dd>
-
- <dt><b>thirdparty</b><dt>
- <dd>Thridparty support libraries.</dd>
- </dl>
- </blockquote>
-
- <p class="text">
- The following module aliases are also available:
-
- <blockquote>
- <dl class="text">
- <dt><b>plugins</b></dt>
- <dd>jboss-plugins</dd>
- </dl>
- </blockquote>
+<p>JBoss is a free implementation of the J2EE interfaces from SUN.
+ Our code is co-developed and the source is freely available.
- <p class="head">CVS Administration Polcies</p>
+<p>You can either get a daily snapshot of the sources to browse or if you
+ plan on working with the source tree directly, you can set up a CVS
+ environment on your machine.
+
+<br clear="all">
+
+<h2>Source Code</h2>
+
+<p>Source code is available from <a href="#CVS">CVS</a> or
+ a nightly updated CVS <a href="#NIGHTLY_SNAPSHOTS">snapshot</a>.
+
+<h2><a name="NIGHTLY_SNAPSHOTS"></a>Nightly Snapshots</h2>
+
+<p>Snapshots are only made for the latest development branches, so if you
+ need a specific branch you will need to use CVS to get at it.
+
+<p>Browse the available <a href="/snapshots">snapshots</a>
+ or select one of the following:
+<ul>
+ <li>jboss-all
+ [<a href="/snapshots/jboss-all.zip">zip</a>]
+ [<a href="/snapshots/jboss-all.tgz">tgz</a>]
+ <li>jboss-mq
+ [<a href="/snapshots/jboss-mq.zip">zip</a>]
+ [<a href="/snapshots/jboss-mq.tgz">tgz</a>]
+ <li>jboss-plugins
+ [<a href="/snapshots/jboss-plugins.zip">zip</a>]
+ [<a href="/snapshots/jboss-plugins.tgz">tgz</a>]
+</ul>
+
+<h2><a name="CVS"></a>CVS</h2>
+
+<p><a href="http://sourceforge.net">
+ <img src="http://sourceforge.net/sflogo.php?group_id=22866"
+ align="left" border="0" hspace="10" vspace="5" alt="SourceForge"></a>
+ Our CVS repository (amoung other things) is hosted by our friends at
+ <a href="http://sourceforge.net">SourceForge</a>. The repository is
+ available for online
+ <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/">
+ browsing</a>. Please note that the structure of the actual repository is
+ <b>different</b> than the project layout of a checked out CVS module.
+
+<p>For our policies on CVS versioning and branching see the
+ <a href="CVSAdmin.jsp">CVS Administration Guide</a>.
+
+<h2><a name="CVS_ENVIRONMENT"></a>CVS Environment</h2>
+
+<p>To download the source tree from CVS you will need a CVS client.
+ If you don't have one already installed on your machine you can download
+ <a href="http://www.jcvs.org/">jCVS</a>, the CVS client in
+ java. jCVS will work on any platform including Linux.
+ However we recommend the native Linux tools or try
+ <a href="http://www.wincvs.org">winCVS</a> if you are
+ based on a win32 platform.
+
+<h3>Settings for Anonymous Browsing</h3>
+
+<p>This provides <b>READ-ONLY</b> access to the repository.
+
+<blockquote>
+<dl>
+ <dt>CVSROOT=</dt>
+ <dd><tt>:pserver:[EMAIL PROTECTED]:/cvsroot/jboss</tt><br></dd>
+</dl>
+</blockquote>
+
+<p>The password is <em>blank</em> (just press enter).
+
+<h3>Settings for Developer Access</h3>
+
+<p>This provides <b>READ-WRITE</b> access to the repository. You will
+ need to use SSH, have a SourceForge account and be a valid member
+ of the <em>jboss</em> project.
+
+<blockquote>
+<dl>
+ <dt>CVSROOT=</dt>
+
<dd><tt>:ext:<em><sourceforge ID></em>@cvs.jboss.sourceforge.net:/cvsroot/jboss</tt><br></dd>
+
+ <dt>CVS_RSH=</dt>
+ <dd><tt>ssh</tt></dd>
+</dl>
+</blockquote>
+
+<p>For further explanations see
+ <a href="http://sourceforge.net/cvs/?group_id=22866">instructions</a>
+ at SourceForge.
+
+<h2>CVS Modules</h2>
+
+<p>Below is a list of the currently supported modules. These modules are
+ created via <tt><a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/jboss/CVSROOT/modules?rev=1.72">CVSROOT/modules</a></tt>,
+ so look there for more information about how they work.
+
+<blockquote>
+<dl>
+ <dt>jboss-all</dt>
+ <dd>Everything required to build JBoss.</dd>
+
+ <dt>jboss-mq</dt>
+ <dd>The JBossMQ standalone server.</dd>
+
+ <dt>jboss-plugins</dt>
+ <dd>Plugins to the JBoss server.</dd>
+
+ <dt>tools</dt>
+ <dd>Tools for building modules.</dd>
+
+ <dt>thirdparty</dt>
+ <dd>Thridparty support libraries.</dd>
+</dl>
+</blockquote>
+
+<p>The following module aliases are also available:
+
+<blockquote>
+<dl>
+ <dt>plugins</dt>
+ <dd>jboss-plugins</dd>
+</dl>
+</blockquote>
+
+<h2>What is CVS (Concurrent Versions System) ?</h2>
+
+<p>CVS is a version control system. It is used to record the history of
+ your source files. Bugs can creep in when software is modified, and
+ may not be detected until a long time after the modification is made.
+ With CVS, you can retrieve old versions to find which change caused the
+ bug.
+
+<p>CVS can also help when a project is being worked on by multiple people,
+ where overwriting each others changes is easy to do. CVS solves this
+ problem by having each developer work in his/her own directory and then
+ instructing CVS to merge the work when each developer is done.
+
+<p>Visit the <a href="http://www.cvshome.org">CVS Homepage</a>
+ for more information.
- <p class="text">
- For our policies on CVS versioning and branching see the
- <a class="link" href="CVSAdmin.jsp">CVS Administration Guide</a>.
-
- <p class="head">WHAT IS CVS (Concurrent Versions System) ?</p>
-
- <p class="text">
- CVS is a version control system. It is used to record the history of
- your source files. Bugs can creep in when software is modified, and
- may not be detected until a long time after the modification is made.
- With CVS, you can retrieve old versions to find which change caused the
- bug.
-
- <p class="text">
- CVS can also help when a project is being worked on by multiple people,
- where overwriting each others changes is easy to do. CVS solves this
- problem by having each developer work in his/her own directory and then
- instructing CVS to merge the work when each developer is done.
-
- <p class="text">
- Visit the <a class="link" href="http://www.cvshome.org">CVS Homepage</a>
- for more information.
-
<jsp:include page="navigation.jsp" flush="true"/>
1.6 +29 -6 newsite/src/docs/developers/head.jsp
Index: head.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/developers/head.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- head.jsp 2001/11/19 23:00:22 1.5
+++ head.jsp 2001/11/21 03:21:09 1.6
@@ -2,24 +2,33 @@
<html>
<head>
- <title>JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN SOURCE</title>
+ <title>JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN SOURCE</title>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="author" content="JBoss Team">
<meta name="description" content="JBoss/Server is an Open Source,
standards-compliant, Enterprise JavaBeans application server implemented in 100% Pure
Java, as is our full product suite. The JBoss community of over 500 developers world
wide is working to deliver the full range of J2EE tools as the premier Enterprise Java
application server for the Java 2 Enterprise Edition platform. JBoss/Server and other
JBoss products are delivered under a public license. With 1500 downloads per day on
average, JBoss/Server is the fastest growing J2EE based server.">
<meta name="keywords" content="bean-managed persistence, BMP, Connector
architecture, JCA, container-managed persistence, CMP, deployment descriptor, EJB,
Enterprise Java Beans, EJB container, EJB server, J2EE server, Java Naming and
Directory Interface, JNDI, Java Transaction API, JTA, Java Transaction Service, JTS,
JSP container, RMI, RMI-IIOP, servlet container, session bean, entity bean, Web
container, JBoss/Server, JBossTX, JBossMQ, JBossSX, JBossMail, JBossCX, JBossNS,
JBossCMP, Pet Store, Java Pet Store">
<meta name="title" content="JBoss - WORLD CLASS J2EE TECHNOLOGIES IN OPEN
SOURCE">
- <link rel="stylesheet" type="text/css" href="/developers/main.css" >
+ <link rel="stylesheet" type="text/css" href="/main.css">
+ <link rel="stylesheet" type="text/css" href="/developers/main.css">
+
+ <% if (request.getParameter("printable") != null) { %>
+ <link rel="stylesheet" type="text/css" href="/printable.css">
+ <% } %>
</head>
+<!-- HEAD -->
+
+<% if (request.getParameter("printable") == null) { %>
+
+<a name="TOP"></a>
+
<body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0"
topmargin="0">
-<!-- HEAD -->
-
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td bgcolor="#000000" align=center>
- <a class=link href = "/jbossgroup/training.jsp">
- <img src="/pictures/banner-x.gif" border = 0></a></td>
+ <a href="/jbossgroup/training.jsp">
+ <img src="/pictures/banner-x.gif" border="0"></a></td>
</tr>
</table>
@@ -29,3 +38,17 @@
<td width="100%" background="/pictures/bheadfill.gif"><img src="/pictures/t.gif"
width="6" height="1"></td>
</tr>
</table>
+
+<% } else { %>
+
+<body bgcolor="#ffffff">
+
+<a name="TOP"></a>
+
+<div align="center">
+ <a href="/jbossgroup/training.jsp">
+ <img src="/pictures/banner-x.gif" border="0"></a>
+</div>
+<br clear="all">
+
+<% } %>
\ No newline at end of file
1.10 +2 -2 newsite/src/docs/developers/index.jsp
Index: index.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/developers/index.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.jsp 2001/11/10 00:37:27 1.9
+++ index.jsp 2001/11/21 03:21:09 1.10
@@ -70,13 +70,13 @@
<a class="link" href="/jbossgroup/training.jsp">Read more</a>.
-<p class="head"><font color="red">NEW</font> SELL JBOSS TO YOUR BOSS
+<p class="head">SELL JBOSS TO YOUR BOSS<sup class="red"> NEW</sup>
<p class="text">"Selling to the IT man" becomes your job as JBoss massively crosses
over into the mainstream IT sphere.
Feel free to use the JBoss powerpoint presentation we have prepared for you.
Play your part, educate your businessmen about the advantages of the JBoss solution
and the superior
TCO you can achieve with JBoss and JBoss Group.
-<p class="head"><font color="red">NEW</font>INTERVIEW WITH MARC FLEURY
+<p class="head">INTERVIEW WITH MARC FLEURY<sup class="red"> NEW</sup>
<p class="text">JBoss founder and lead developer, Marc Fleury, responds in bulk to
questions
he receives every day concerning JBoss, JBoss Group and his vision of the future of
the J2EE marketplace.
<a class="link" href="/developers/vision.jsp">Read more</a>
1.3 +10 -65 newsite/src/docs/developers/main.css
Index: main.css
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/developers/main.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- main.css 2001/11/19 23:00:22 1.2
+++ main.css 2001/11/21 03:21:09 1.3
@@ -2,83 +2,28 @@
* Style Sheet for the JBoss Developers website.
*/
-/* $Id: main.css,v 1.2 2001/11/19 23:00:22 user57 Exp $ */
+/* $Id: main.css,v 1.3 2001/11/21 03:21:09 user57 Exp $ */
-.linkhead {
- font-family: Arial,serif;
- font-size: 12px;
- color: #ffffff;
- font-weight: bold;
+A {
+ color: #003399;
}
-.linkmenu {
- font-family: Arial,serif;
- font-size: 12px;
+A:hover {
color: #000080;
- font-weight: bold;
- text-decoration: none;
-}
-.linkmenu:hover {
- color: #000040;
text-decoration: underline;
}
-.head {
- font-family: Arial,serif;
- font-size: 14px;
+H1, H2, H3, H4, H5, H6 {
color: #000080;
- font-weight: bold;
}
-.slogan {
- font-family: Arial,serif;
- font-size: 15px;
+.linkmenu {
color: #000080;
- font-weight: bold;
-}
-
-.text {
- font-family: Arial,serif;
- font-size: 13px;
- color: #000000;
-}
-
-.code {
- font-family: monospace;
- font-size: 10px;
- color: #000000;
-}
-
-.command {
- font-family: monospace;
- font-size: 13px;
- color: #000000;
}
-.output {
- font-family: monospace;
- font-size: 10px;
- color: #000000;
-}
-
-.link {
- font-family: Arial,serif;
- font-size: 13px;
- color: #003399;
- font-weight: bold;
-}
-.link:hover {
- color: #000080; /* #336633; */
-}
-
-.copy {
- font-family: Arial,serif;
- font-size: 11px;
- color: #808080;
-}
-.copy:hover {
- color: #000000;
+.head {
+ color: #000080;
}
-.label {
- font-weight: bold
+.slogan {
+ color: #000080;
}
1.12 +26 -16 newsite/src/docs/developers/navigation.jsp
Index: navigation.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/developers/navigation.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- navigation.jsp 2001/11/19 23:00:22 1.11
+++ navigation.jsp 2001/11/21 03:21:09 1.12
@@ -1,16 +1,15 @@
- <p class="text">
- <hr>
- <font size="-1">
- <b><a style="class" href="/developers/index.jsp">HOME</a></b>
- </font>
+<!-- FOOTER -->
+
+<% if (request.getParameter("printable") == null) { %>
+
+<hr>
+<p>[<a href="/developers/index.jsp">Home</a>]
+ [<a href="#TOP">Top</a>]
- </div></td>
- <td><img src="/pictures/t.gif" width="15" height="1"></td>
- </tr>
-
- </table>
- </td>
- <td valign="top" height="340"><img src="/pictures/main2.gif" width="65"
height="340"></td>
+ </div></td><td><img src="/pictures/t.gif" width="15" height="1"></td>
+ </tr></table>
+</td>
+<td valign="top" height="340"><img src="/pictures/main2.gif" width="65"
height="340"></td>
</tr>
<tr>
@@ -33,7 +32,8 @@
<a class="copy" href="mailto:[EMAIL PROTECTED]">NeoLine</a>
</td><td align="right" width="100%">
<p class="copy">
- JBoss™ is a trademark of Marc Fleury. Copyright © 1999-2001, <a
class="copy" href="http://jboss.org">jboss.org</a>.
+ JBoss™ is a trademark of Marc Fleury.
+ Copyright © 1999-2001, <a class="copy"
href="http://jboss.org">jboss.org</a>.
All rights reserved.
</td>
@@ -52,7 +52,7 @@
<td bgcolor="#ffcc00">
<table cellspacing="0" cellpadding="0" border="0">
<tr><td width="110" height="16" bgcolor="#313184"><p class="linkhead">
- HOME
+ <a class="linkhead" href="/">HOME</a>
</td></tr></table>
<a class="linkmenu" href="/developers/vision.jsp">Our Vision<sup><font
color="red"> New</font></sup></a><br>
<a class="linkmenu" href="/developers/index.jsp">For Developers</a><br>
@@ -85,7 +85,7 @@
<a class="linkmenu" href="/developers/jboss-projects.jsp">Projects</a><br>
<a class="linkmenu" href="/developers/contrib.jsp">Contribute</a><br>
<a class="linkmenu" href="/developers/cvs.jsp">Source Code</a><br>
- <a class="linkmenu"
href="/developers/guide/quickstart.jsp">Quick Start</a><br>
+ <a class="linkmenu"
href="/developers/guide/quickstart.jsp">Quick Start<sup
class="red"> New</sup></a><br>
</td>
<td bgcolor="#ffcc00" valign="top"><img src="/pictures/btb5.gif"></td>
@@ -131,7 +131,7 @@
RESOURCES
</td></tr></table>
- <a class="linkmenu" href="/developers/guide/">Guides</a><br>
+ <a class="linkmenu" href="/developers/guide/">Guides<sup
class="red"> New</sup></a><br>
<a class="linkmenu" href="/developers/lists.jsp">Mailing Lists</a><br>
<a class="linkmenu" href="/developers/team.jsp">The Team</a><br>
<a class="linkmenu" href="/developers/faq.jsp">FAQ</a><br>
@@ -161,6 +161,16 @@
</table>
</div>
+
+<% } else { // if printable %>
+
+<hr>
+<p>[<a href="<%= request.getRequestURI() %>">Normal Version</a>]
+ [<a href="#TOP">Top</a>]
+
+</div>
+
+<% } %>
</body>
</html>
1.3 +30 -6 newsite/src/docs/developers/slogan.jsp
Index: slogan.jsp
===================================================================
RCS file: /cvsroot/jboss/newsite/src/docs/developers/slogan.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- slogan.jsp 2001/11/17 04:19:12 1.2
+++ slogan.jsp 2001/11/21 03:21:09 1.3
@@ -1,13 +1,17 @@
<!-- MAIN CONTENT -->
+<% if (request.getParameter("printable") == null) { %>
+
<table cellspacing="0" cellpadding="0" border="0" width="100%" height="20">
<tr>
<td colspan="2" width="195"><img src="/pictures/t.gif" width="195"
height="1"></td>
- <td width="100%" align="left" valign="center" nowrap><p class="slogan">
- <img src="/pictures/cog1.gif" width="44" height="13" align="absmiddle">
- <!-- SLOGAN -->
- <%= request.getParameter("SLOGAN") %>
- <img src="/pictures/cog2.gif" width="44" height="13" align="absmiddle">
+ <td width="100%" align="left" valign="center" nowrap>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td
class="slogan">
+ <!-- SLOGAN -->
+ <img src="/pictures/cog1.gif" width="44" height="13" align="absmiddle">
+ <%= request.getParameter("SLOGAN") %>
+ <img src="/pictures/cog2.gif" width="44" height="13"
align="absmiddle"></td>
+ <td align="right">[<a class="copy" href="?printable=true">Printable
Version</a>]</td></tr></table>
</td>
<td width="65"><img src="/pictures/main3.gif" width="65" height="20"></td>
</tr>
@@ -17,6 +21,26 @@
<td width="100%" bgcolor="#eeeeee" valign="top"><br>
<table celspacing="0" cellpadding="0" border="0" width="100%">
<tr>
- <td><div align="justify">
+ <td>
+
+<% } else { %>
+
+<table width="100%">
+ <tr>
+ <td>
+ <h1 class="slogan"><%= request.getParameter("SLOGAN") %></h1>
+ </td>
+ <td align="right">
+ [<a href="<%= request.getRequestURI() %>">Normal Version</a>]
+ </td>
+ </tr>
+</table>
+
+<hr>
+<br clear="all">
+
+<% } %>
+
+<div align="justify">
<!-- PAGE CONTENT -->
1.1 newsite/src/docs/developers/webstyle.jsp
Index: webstyle.jsp
===================================================================
<jsp:include page="head.jsp" flush="true" />
<!-- $Id: webstyle.jsp,v 1.1 2001/11/21 03:21:09 user57 Exp $ -->
<jsp:include page="slogan.jsp" flush="true" >
<jsp:param name="SLOGAN" value="WEB STYLE VIEWER"/>
</jsp:include>
<h1>Heading 1</h1>
<p>A link to <a href="http://jboss.org">something</a>.
<h2>Heading 2</h2>
<p>A definition list:
<dl>
<dt>Data Type</dt>
<dd>Definition of data type</dd>
</dl>
<p>An unordered list:
<ul>
<li>Number 1
<li>Number 2
<li>Number 3
</ul>
<p>An ordered list:
<ol>
<li>Number 1
<li>Number 2
<li>Number 3
</ol>
<p>Some code:
<pre class="code">
public class MyClass {
public static void main(String argv[]) throws Exception {
while(true) {
System.out.println("hello");
}
}
}
</pre>
<p>Some output:
<pre class="output">
hello
hello
hello
hello
</pre>
<h3>Heading 3</h3>
<p>Some spacer text.
<h4>Heading 4</h4>
<p>Some spacer text.
<h5>Heading 5</h5>
<p>Some spacer text.
<h6>Heading 6</h6>
<p>Some spacer text.
<jsp:include page="navigation.jsp" flush="true" />
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development