You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2005/08/07 08:31:19 UTC

svn commit: r230644 - in /maven/continuum/trunk/continuum-uml/white-site: createUser.html forgotPassword.html index.html

Author: brett
Date: Sat Aug  6 23:31:14 2005
New Revision: 230644

URL: http://svn.apache.org/viewcvs?rev=230644&view=rev
Log:
add account creation pages

Added:
    maven/continuum/trunk/continuum-uml/white-site/createUser.html   (with props)
    maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html   (with props)
Modified:
    maven/continuum/trunk/continuum-uml/white-site/index.html

Added: maven/continuum/trunk/continuum-uml/white-site/createUser.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/createUser.html?rev=230644&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/createUser.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/createUser.html Sat Aug  6 23:31:14 2005
@@ -0,0 +1,162 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html><head><title>Continuum</title>
+
+  <link rel="stylesheet" type="text/css" href="continuum_files/tigris.css" media="screen">
+  <link rel="stylesheet" type="text/css" href="continuum_files/print.css" media="print">
+
+  <script src="continuum_files/tigris.js" type="text/javascript"></script></head>
+
+<body onload="focus()" class="composite">
+
+<div id="banner">
+  <table border="1" cellpadding="8" cellspacing="0" width="100%">
+    <tbody><tr>
+      <td>
+        <a href="http://www.apache.org/">
+          Your company logo here
+        </a>
+      </td>
+      <td>
+        <a href="http://maven.apache.org/continuum">
+          <img src="continuum_files/continuum_logo_75.gif" alt="Continuum" align="right" border="0">
+        </a>
+      </td>
+    </tr>
+    </tbody></table>
+</div>
+
+<div id="breadcrumbs">
+  <div style="float: right">
+    <a href="http://maven.apache.org/continuum">Continuum</a> |
+    <a href="http://maven.apache.org/">Maven</a> |
+    <a href="http://www.apache.org/">Apache</a>
+  </div>
+
+  <div>
+    Welcome, <b>Guest</b> | <a href="login.html">Login</a>
+  </div>
+</div>
+
+<table id="main" border="0" cellpadding="4" cellspacing="0" width="100%">
+<tbody><tr valign="top">
+<td id="leftcol" width="30%">
+  <div id="navcolum">
+    <div id="projectmenu" class="toolgroup">
+      <div class="label">Continuum</div>
+
+      <div class="body">
+        <div><a href="index.html">Show Projects</a></div>
+
+        <div><a href="schedule.html">View Build Schedule</a></div>
+      </div>
+    </div>
+
+    <div id="projecttools" class="toolgroup">
+      <div class="label">Add Project</div>
+
+      <div class="body">
+        <div><a href="addMaven2Project.html">Maven 2.0+ Project</a></div>
+
+        <div><a href="addMaven1Project.html">Maven 1.x Project</a></div>
+
+        <div><a href="addAntProject.html">Ant Project</a></div>
+
+        <div><a href="addShellProject.html">Shell Project</a></div>
+      </div>
+    </div>
+
+    <div id="projectimport" class="toolgroup">
+      <div class="label">Import Project</div>
+
+      <div class="body">
+        <div>
+          <a href="addCruiseControlProject.html">CruiseControl</a>
+        </div>
+      </div>
+    </div>
+  </div>
+</td>
+<td>
+  <div id="bodycol">
+    <div class="app">
+      <div id="axial" class="h3">
+        <h3>Create New Account</h3>
+
+        <form method="post" action="userProfile.html">
+          <input type="hidden" name="fid" value="antProject"/>
+
+          <input type="hidden" name="action" value="addEntity"/>
+          <input type="hidden" name="view" value="Summary.vm"/>
+          <input type="hidden" name="id" value="$id"/>
+
+          <div class="axial">
+            <table border="1" cellspacing="2" cellpadding="3" width="100%">
+              <tr>
+
+                <th>Username</th>
+
+
+                <td>
+                  <input type="text" name="username" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+                <th>Password</th>
+
+
+                <td>
+                  <input type="password" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+                <th>Confirm Password</th>
+
+
+                <td>
+                  <input type="password" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+
+                <th>Full Name</th>
+
+
+                <td>
+                  <input type="text" name="username" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+
+                <th>Email</th>
+
+
+                <td>
+                  <input type="text" name="username" value="" size="40"/>
+                </td>
+              </tr>
+            </table>
+            <div class="functnbar3">
+              <input type="submit" value="Submit"/>
+            </div>
+          </div>
+        </form>
+
+      </div>
+    </div>
+
+  </div></td>
+</tr>
+</tbody>
+</table>
+
+<div id="footer">
+  <table border="0" cellpadding="4" cellspacing="0">
+    <tbody><tr>
+      <td>
+        Continuum &#169; 2005 Apache Software Foundation
+      </td>
+    </tr>
+    </tbody></table>
+</div>
+
+</body></html>
\ No newline at end of file

Propchange: maven/continuum/trunk/continuum-uml/white-site/createUser.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/trunk/continuum-uml/white-site/createUser.html
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html?rev=230644&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html Sat Aug  6 23:31:14 2005
@@ -0,0 +1,129 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html><head><title>Continuum</title>
+
+  <link rel="stylesheet" type="text/css" href="continuum_files/tigris.css" media="screen">
+  <link rel="stylesheet" type="text/css" href="continuum_files/print.css" media="print">
+
+  <script src="continuum_files/tigris.js" type="text/javascript"></script></head>
+
+<body onload="focus()" class="composite">
+
+<div id="banner">
+  <table border="1" cellpadding="8" cellspacing="0" width="100%">
+    <tbody><tr>
+      <td>
+        <a href="http://www.apache.org/">
+          Your company logo here
+        </a>
+      </td>
+      <td>
+        <a href="http://maven.apache.org/continuum">
+          <img src="continuum_files/continuum_logo_75.gif" alt="Continuum" align="right" border="0">
+        </a>
+      </td>
+    </tr>
+    </tbody></table>
+</div>
+
+<div id="breadcrumbs">
+  <div style="float: right">
+    <a href="http://maven.apache.org/continuum">Continuum</a> |
+    <a href="http://maven.apache.org/">Maven</a> |
+    <a href="http://www.apache.org/">Apache</a>
+  </div>
+
+  <div>
+    Welcome, <b>Guest</b> | <a href="login.html">Login</a>
+  </div>
+</div>
+
+<table id="main" border="0" cellpadding="4" cellspacing="0" width="100%">
+  <tbody><tr valign="top">
+    <td id="leftcol" width="30%">
+      <div id="navcolum">
+        <div id="projectmenu" class="toolgroup">
+          <div class="label">Continuum</div>
+
+          <div class="body">
+            <div><a href="index.html">Show Projects</a></div>
+
+            <div><a href="schedule.html">View Build Schedule</a></div>
+          </div>
+        </div>
+
+        <div id="projecttools" class="toolgroup">
+          <div class="label">Add Project</div>
+
+          <div class="body">
+            <div><a href="addMaven2Project.html">Maven 2.0+ Project</a></div>
+
+            <div><a href="addMaven1Project.html">Maven 1.x Project</a></div>
+
+            <div><a href="addAntProject.html">Ant Project</a></div>
+
+            <div><a href="addShellProject.html">Shell Project</a></div>
+          </div>
+        </div>
+
+        <div id="projectimport" class="toolgroup">
+          <div class="label">Import Project</div>
+
+          <div class="body">
+            <div>
+              <a href="addCruiseControlProject.html">CruiseControl</a>
+            </div>
+          </div>
+        </div>
+
+      </div>
+    </td>
+    <td>
+      <div id="bodycol">
+        <div class="app">
+          <div id="axial" class="h3">
+            <h3>Forgot password</h3>
+
+            <form method="post" action="login.html">
+              <input type="hidden" name="fid" value="antProject"/>
+
+              <input type="hidden" name="action" value="addEntity"/>
+              <input type="hidden" name="view" value="Summary.vm"/>
+              <input type="hidden" name="id" value="$id"/>
+
+              <div class="axial">
+                <table border="1" cellspacing="2" cellpadding="3" width="100%">
+                  <tr>
+
+                    <th>Email address</th>
+
+
+                    <td>
+                      <input type="text" name="username" value="" size="40"/>
+                    </td>
+                  </tr>
+                </table>
+                <div class="functnbar3">
+                  <input type="submit" value="Submit"/>
+                </div>
+              </div>
+            </form>
+
+          </div>
+        </div>
+
+      </div></td>
+  </tr>
+  </tbody>
+</table>
+
+<div id="footer">
+  <table border="0" cellpadding="4" cellspacing="0">
+    <tbody><tr>
+      <td>
+        Continuum &#169; 2005 Apache Software Foundation
+      </td>
+    </tr>
+    </tbody></table>
+</div>
+
+</body></html>
\ No newline at end of file

Propchange: maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/trunk/continuum-uml/white-site/forgotPassword.html
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/continuum/trunk/continuum-uml/white-site/index.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/index.html?rev=230644&r1=230643&r2=230644&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/index.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/index.html Sat Aug  6 23:31:14 2005
@@ -33,7 +33,7 @@
   </div>
 
   <div>
-    Logged in as: <b>Brett Porter</b> | <a href="userProfile.html">Profile</a> | <a href="#">Log out</a>
+    Logged in as: <b>Brett Porter</b> | <a href="userProfile.html">Profile</a> | <a href="login.html">Log out</a>
   </div>
 </div>