[Yanel-commits] rev 28470 - in public/yanel/contributions/realms/foaf/data: . reset-password.html.yarep

michi at wyona.com michi at wyona.com
Mon Nov 5 09:38:37 CET 2007


Author: michi
Date: 2007-11-05 09:38:36 +0100 (Mon, 05 Nov 2007)
New Revision: 28470

Added:
   public/yanel/contributions/realms/foaf/data/reset-password.html
   public/yanel/contributions/realms/foaf/data/reset-password.html.yarep/
   public/yanel/contributions/realms/foaf/data/reset-password.html.yarep/meta
Modified:
   public/yanel/contributions/realms/foaf/data/login.html
   public/yanel/contributions/realms/foaf/data/register.html
Log:
login register and reset password started

Modified: public/yanel/contributions/realms/foaf/data/login.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/login.html	2007-11-05 08:31:17 UTC (rev 28469)
+++ public/yanel/contributions/realms/foaf/data/login.html	2007-11-05 08:38:36 UTC (rev 28470)
@@ -1 +1,18 @@
-work in progress
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body>
+<h2>Login</h2>
+<form>
+<table>
+<tr><td>Email</td><td><input type="text"/></td></tr>
+<tr><td>Password</td><td><input type="password"/></td></tr>
+<tr><td><input type="submit" value="Login"/></td><td></td></tr>
+</table>
+</form>
+
+<p>
+<a href="reset-password.html">Forgot Password</a>
+</p>
+</body>
+</html>

Modified: public/yanel/contributions/realms/foaf/data/register.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/register.html	2007-11-05 08:31:17 UTC (rev 28469)
+++ public/yanel/contributions/realms/foaf/data/register.html	2007-11-05 08:38:36 UTC (rev 28470)
@@ -7,13 +7,15 @@
 Join Wyona-FOAF to be found by your friends. You can create your own profile at Wyona-FOAF or reference a third-party profile (e.g. Facebook).
 </p>
 
+<form>
 <table>
 <tr><td>First Name</td><td><input type="text"/></td></tr>
 <tr><td>Last Name</td><td><input type="text"/></td></tr>
 <tr><td>Email</td><td><input type="text"/></td></tr>
-<tr><td>Create Password</td><td><input type="text"/></td></tr>
-<tr><td>Confirm Password</td><td><input type="text"/></td></tr>
+<tr><td>Create Password</td><td><input type="password"/></td></tr>
+<tr><td>Confirm Password</td><td><input type="password"/></td></tr>
 <tr><td><input type="submit"/></td><td></td></tr>
 </table>
+</form>
 </body>
 </html>

Added: public/yanel/contributions/realms/foaf/data/reset-password.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/reset-password.html	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/reset-password.html	2007-11-05 08:38:36 UTC (rev 28470)
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<body>
+<h2>Reset Password</h2>
+<form>
+<table>
+<tr><td>Email</td><td><input type="text"/></td></tr>
+<tr><td><input type="submit" value="Reset Password"/></td><td></td></tr>
+</table>
+</form>
+</body>
+</html>

Added: public/yanel/contributions/realms/foaf/data/reset-password.html.yarep/meta
===================================================================
--- public/yanel/contributions/realms/foaf/data/reset-password.html.yarep/meta	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/reset-password.html.yarep/meta	2007-11-05 08:38:36 UTC (rev 28470)
@@ -0,0 +1 @@
+yarep_type<string>:resource



More information about the Yanel-commits mailing list