~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to web/tiles-documentation/tutorial/basic/menu.jsp

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<table>
 
2
<tr bgcolor="Blue">
 
3
  <td>
 
4
    Menu
 
5
  </td>
 
6
</tr>
 
7
<tr>
 
8
  <td width="120" valign="top">
 
9
    <font size="-1"><a href="<%=request.getContextPath()%>/tutorial/index.jsp">Home</a></font>
 
10
  </td>
 
11
</tr>
 
12
<tr>
 
13
  <td width="120" valign="top">
 
14
    <font size="-1">Item 2</a></font>
 
15
  </td>
 
16
</tr>
 
17
<tr>
 
18
  <td width="120" valign="top">
 
19
    <font size="-1">Item 3</a></font>
 
20
  </td>
 
21
</tr>
 
22
</table>