You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/06/17 17:37:49 UTC

svn commit: r785680 - /myfaces/tobago/trunk/example/test/src/main/webapp/index.html

Author: lofwyr
Date: Wed Jun 17 15:37:48 2009
New Revision: 785680

URL: http://svn.apache.org/viewvc?rev=785680&view=rev
Log:
TOBAGO-765: start page as frame with navigation on the left side

Modified:
    myfaces/tobago/trunk/example/test/src/main/webapp/index.html

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/index.html?rev=785680&r1=785679&r2=785680&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/index.html (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/index.html Wed Jun 17 15:37:48 2009
@@ -1 +1,10 @@
-Application is running
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+  <TITLE>Tobago Test Page</TITLE>
+</HEAD>
+<FRAMESET COLS="30%,70%">
+  <FRAME SRC="faces/navi.xhtml" NAME="navi">
+  <FRAME NAME="test">
+</FRAMESET>
+</HTML>