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