[Yanel-commits] rev 59128 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en

michi at wyona.com michi at wyona.com
Sat Jul 2 10:02:18 CEST 2011


Author: michi
Date: 2011-07-02 10:02:18 +0200 (Sat, 02 Jul 2011)
New Revision: 59128

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/protected-page-example.html
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/index.html
Log:
protected page example added

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/index.html
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/index.html	2011-07-02 07:48:42 UTC (rev 59127)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/index.html	2011-07-02 08:02:18 UTC (rev 59128)
@@ -32,6 +32,7 @@
 -->
     </ul>
   </li>
+  <li><a href="protected-page-example.html">Example of a protected page</a> (Login as user 'lenya')</li>
 </ul>
 </body>
 </html>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/protected-page-example.html
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/protected-page-example.html	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/en/protected-page-example.html	2011-07-02 08:02:18 UTC (rev 59128)
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+  <title>Protected page example (English Version) - From Scratch Realm</title>
+</head>
+
+<body>
+<h1>Protected page example</h1>
+<p>
+...
+</p>
+</body>
+</html>



More information about the Yanel-commits mailing list