[embjopr-commits] EMBJOPR SVN: r752 - trunk/core/src/main/webapp.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Sep 18 19:41:50 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-18 19:41:50 -0400 (Fri, 18 Sep 2009)
New Revision: 752

Modified:
   trunk/core/src/main/webapp/index.html
   trunk/core/src/main/webapp/index.xhtml
Log:
 * Added a note about redirection and a link - see EMBJOPR-248

Modified: trunk/core/src/main/webapp/index.html
===================================================================
--- trunk/core/src/main/webapp/index.html	2009-09-15 13:43:27 UTC (rev 751)
+++ trunk/core/src/main/webapp/index.html	2009-09-18 23:41:50 UTC (rev 752)
@@ -21,4 +21,7 @@
 <head>
     <meta http-equiv="Refresh" content="0; URL=index.seam"/>
 </head>
+<body>
+  <p>Redirecting to the <a href="index.seam">start page</a>...</p>
+</body>
 </html>
\ No newline at end of file

Modified: trunk/core/src/main/webapp/index.xhtml
===================================================================
--- trunk/core/src/main/webapp/index.xhtml	2009-09-15 13:43:27 UTC (rev 751)
+++ trunk/core/src/main/webapp/index.xhtml	2009-09-18 23:41:50 UTC (rev 752)
@@ -38,7 +38,9 @@
         <meta http-equiv="Refresh" content="0; URL=secure/summary.seam"/>
     </head>
 
-    <body/>
+    <body>
+      <p>Redirecting to the <a href="secure/summary.seam">login page</a>...</p>
+    </body>
 
 </f:view>
 </html>
\ No newline at end of file



More information about the embjopr-commits mailing list