source:
vanHelsing/branches/guitechdemo/WebContent/index.jsp@
1252
Last change on this file since 1252 was 849, checked in by , on Mar 23, 2010 at 3:01:06 PM | |
---|---|
File size: 383 bytes |
Line | |
---|---|
1 | <!-- <html> |
2 | <head> |
3 | </head> |
4 | <frameset cols="250,*"> |
5 | <frame src="viewConfig.iface" name="links"> |
6 | <frame src="leereSeite.iface" name="rechts"> |
7 | <noframes> |
8 | <body> |
9 | <p>Alternativ-Inhalt (Zusammenfassung, Sitemap ...)</p> |
10 | </body> |
11 | </noframes> |
12 | </frameset> |
13 | </html> --> |
14 | <html> |
15 | <head></head> |
16 | <body> |
17 | <jsp:forward page="viewConfig.iface" /> |
18 | </body> |
19 | </html> |
Note:
See TracBrowser
for help on using the repository browser.