ExamplesHeader.jsp
01 <html>
02   <head>
03   <meta http-equiv="Content-Type" content="text/html;CHARSET=iso-8859-1">
04   <meta name="description" content="Oracle WebLogic Server">
05   <meta name="keywords" content="Oracle WebLogic Server">
06   <title><%=request.getParameter("title")%></title>
07   <link rel="stylesheet"
08         type="text/css"
09         href="wls_examples.css"
10         title="Oracle WebLogic Server">
11 </head>
12 
13 <body bgcolor="#ffffff" link="#3366cc" vlink="#9999cc" alink="#0000cc">
14 
15 <!-- top intro paragraph tables -->
16 <!-- RED LINE -->
17 <table cellspacing="0" cellpadding="0"  border="0" width="100%">
18   <tr>
19     <td  width="100%" bgcolor="#ff0000" height="1">
20       <p class="small">&nbsp;</p>
21     </td>
22   </tr>
23 </table>
24 
25 <!-- TITLE -->
26 <table border=cellspacing="18" cellpadding="0">
27   <tr>
28     <td valign="top">
29       <a HREF="http://www.bea.com"><IMG SRC="../../../../images/logo_tm_onwt.jpg" alt="BEA Logo" width="161" height="96" border="0"></a>
30       <h3><%=request.getParameter("title")%></h3>
31     </td>
32   </tr>
33 </table>
34 
35 <!-- RED LINE -->
36 <table cellspacing="0" cellpadding="0"  border="0" width="100%">
37   <tr>
38     <td  width="100%" bgcolor="#ff0000" height="1">
39       <p class="small">&nbsp;</p>
40     </td>
41   </tr>
42 </table>
43 
44 <!-- EXAMPLE CONTENT -->
45 <table summary="EXAMPLES_CONTENT" border=cellspacing="18" cellpadding="0">
46   <tr>
47     <td valign="top">