File: welcome.jsp

package info (click to toggle)
libstruts1.2-java 1.2.9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 47,516 kB
  • ctags: 29,430
  • sloc: xml: 90,344; java: 71,078; jsp: 31,692; makefile: 10; sh: 2
file content (22 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table  width="100%">
<tr>
<th bgcolor="aqua"><font size="+1"><strong>Welcome</strong></font></th></tr>
<tr>
<td>
      <P>
      <FONT size=2> Welcome to the <EM>Tiles </EM>website. This "portal" page is an example of what can be 
      done with <EM>Tiles</EM>. It is made by assembling <EM>Tiles</EM>.
	   </FONT>
  <BR><FONT size=2>
  You can :
  <ul>
    <li>Take a glance at some Tiles features and capabilities by browsing the commented live examples (avalaible if you install Tiles)</li>
    <li>Check the "Quick Overview" for code examples and results</li>
    <li>Start learning Tiles with the tutorial</li>
    <li>Learn <a href="http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf" />Tiles Advanced Features (pdf)</a></li>
    <li>Read article from <a href="http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html" >javaworld</a></li>
  </ul>
  </FONT> 
</P>
</td></tr>
</table>