[bknr-cvs] r1913 - branches/xml-class-rework/projects/lisp-ecoop/website/templates

bknr at bknr.net bknr at bknr.net
Fri Mar 10 20:04:05 UTC 2006


Author: hhubner
Date: 2006-03-10 15:04:05 -0500 (Fri, 10 Mar 2006)
New Revision: 1913

Added:
   branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml
   branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml
   branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml
Log:
add new files


Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml	2006-03-10 15:22:38 UTC (rev 1912)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/add-participant.xml	2006-03-10 20:04:05 UTC (rev 1913)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
+<lisp-ecoop:page name="login"
+  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+
+ <h1>Add Participant</h1>
+
+ <lisp-ecoop:add-participant>
+  <p>Using this form, new participants can be created.</p>
+
+  <form method="post" onsubmit="return check_new_participant_form(this);">
+   <table>
+    <tr>
+     <td>Login</td>
+     <td><input name="login" size="15"/></td>
+    </tr>
+    <tr>
+     <td>Full Name</td>
+     <td><input name="full-name" type="text" size="25"/></td>
+    </tr>
+    <tr>
+     <td>Email Address</td>
+     <td><input name="email" type="text" size="25"/></td>
+    </tr>
+    <tr>
+     <td>Submission</td>
+     <td>
+      <select name="submission" id="submission-selector" size="1">
+       <lisp-ecoop:submission-option-list/>
+       <input type="submit" onclick="return create_submission_window()" value="new"/>
+      </select>
+     </td>
+    </tr>
+    <tr>
+     <td colspan="2">
+      <input type="submit" name="action" value="create"/>
+     </td>
+    </tr>
+   </table>
+  </form>
+ </lisp-ecoop:add-participant>
+</lisp-ecoop:page>
\ No newline at end of file

Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml	2006-03-10 15:22:38 UTC (rev 1912)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/admin-menu.xml	2006-03-10 20:04:05 UTC (rev 1913)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<menu name="admin">
+ <item url="stats" title="Statistics" />
+ <item url="add-participant" title="Add Participant" />
+</menu>

Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml	2006-03-10 15:22:38 UTC (rev 1912)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/login.xml	2006-03-10 20:04:05 UTC (rev 1913)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
+<lisp-ecoop:page name="login"
+  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+
+ <h1>Login</h1>
+
+ <p>Please log in to the website of the LISP ECOOP Workshop</p>
+
+ <form method="post">
+  <table>
+   <tr>
+    <td>Username</td>
+    <td><input name="__username"/></td>
+   </tr>
+   <tr>
+    <td>Password</td>
+    <td><input name="__password" type="password"/></td>
+   </tr>
+   <tr>
+    <td colspan="2">
+     <input type="submit" name="action" value="login"/>
+    </td>
+   </tr>
+  </table>
+ </form>
+</lisp-ecoop:page>
\ No newline at end of file




More information about the Bknr-cvs mailing list