Sailing.jsp Sample

This topic inludes the source code for the Sailing.jsp Sample.

Sample Location

This sample is located in the following directory in your WebLogic Workshop installation:

BEA_HOME/weblogic81/samples/workshop/SamplesApp/WebApp/navigation/controllerFileNavigation/

Sample Source Code


01 <!--Generated by Weblogic Workshop-->
02 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
03 <%@ page language="java" contentType="text/html;charset=UTF-8"%>
04 <%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
05 <%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
06 <html>
07   <head>
08     <link href="../../resources/css/style.css" type="text/css" rel="stylesheet"/>
09   </head>
10   <body style="margin:0">
11     <jsp:include page="/resources/jsp/header.jsp"/>
12     <br/>
13     <br/>
14 
15     <table width=400 align="center" border=cellspacing=cellpadding=5>
16      
17 
18         <tr bgcolor=navy valign="top">
19             <td><img src="../../resources/images/sailing.jpg" align=left></td>
20             <td>
21         <p class="white-title">Sailing Adventure, Leaving Soon!</p>
22         <p class="white-text">This seven-day adventure starts in Hamilton,
23     Bermuda, and takes you westward across the Atlantic to
24     our home port in Annapolis, Maryland...</p>
25         
26        
27         <hr width=95% size=align=left>
28         
29  
30         <netui:form action="done">
31             <netui:button type="submit" value="Done" />
32         </netui:form>
33         
34                
35             </td>
36         </tr>
37      </table>
38      
39     <table width=400 align="center" border=cellspacing=cellpadding=5>     
40       <tr bgcolor=white>
41         
42         <td>
43             <p>&nbsp;</p>
44                  <hr size=width=75%>
45      
46                  <p>For information about altering this simple navigation, 
47                 see the comments about the "ThisWeeksSpecial"
48                  action method in the specialFlowController.jpf file. It resides in
49                  the following directory:</p>
50      
51                  <p>&lt;WEBLOGIC-HOME&gt;\samples\workshop\SamplesApp\WebApp\specialFlow</p>
52             
53                 <p>To return to the Samples Home page, click the Done button.</p>
54         </td>
55         
56       </tr>
57       
58     </table>     
59     
60   </body>
61 </html>