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 07:20:33 UTC

svn commit: r230634 - in /maven/continuum/trunk/continuum-uml/white-site: addDeveloper.html viewProject.html

Author: brett
Date: Sat Aug  6 22:20:28 2005
New Revision: 230634

URL: http://svn.apache.org/viewcvs?rev=230634&view=rev
Log:
add developer editing

Added:
    maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html   (with props)
Modified:
    maven/continuum/trunk/continuum-uml/white-site/viewProject.html

Added: maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html?rev=230634&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html Sat Aug  6 22:20:28 2005
@@ -0,0 +1,149 @@
+<!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 align="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>
+
+<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="continuum.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 style="margin-top: 5em; color: #555; border: 1px dashed black; padding: 1em;">
+          <p>Notes:</p>
+          <ul>
+            <li>This is just the developers relationship to the project</li>
+            <li>Name and email are edited in the user's profile</li>
+            <li>Continuum ID can be put into the POM using a property, but defaults to their SCM ID</li>
+            <li>Roles are also administered through the user profile</li>
+          </ul>
+        </div>
+
+      </div>
+    </td>
+    <td>
+      <div id="bodycol">
+        <div class="app">
+          <div id="axial" class="h3">
+            <h3>Add (Edit) Developer Project</h3>
+
+            <form method="post" action="viewProject.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="project.name" value="" size="40"/>
+
+                      <p>
+                        Enter the Continuum username
+                      </p>
+                    </td>
+                  </tr>
+                  <tr>
+                    <th>SCM ID</th>
+                    <td>
+                      <input type="text" name="project.version" value="" size="40"/>
+
+                      <p>
+                        Enter the user's ID in the SCM
+                      </p>
+                    </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/addDeveloper.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Modified: maven/continuum/trunk/continuum-uml/white-site/viewProject.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/viewProject.html?rev=230634&r1=230633&r2=230634&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/viewProject.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/viewProject.html Sat Aug  6 22:20:28 2005
@@ -78,6 +78,7 @@
         <li>in build definitions, targets replace goals for Ant, and it is omitted for shell</li>
         <li>in build definitions, build.xml replace pom file for Ant</li>
         <li>in build definitions, Executable replace pom file for Shell, and it is before the arguments</li>
+        <li>Users with a <b>(?)</b> are those not found in the continuum system</li>
       </ul>
     </div>
   </div>
@@ -147,24 +148,24 @@
     <th width="10%">&nbsp;</th>
   </tr>
   <tr class="b">
-    <td>Jason van Zyl</td>
+    <td><a href="viewUserProfile.html">Jason van Zyl</a></td>
     <td><a href="mailto:jason@zenplex.com">jason@zenplex.com</a></td>
     <td><a href="addDeveloper.html">Edit</a> | <a href="#">Delete</a></td>
   </tr>
 
   <tr class="b">
-    <td>Emmanuel Venisse</td>
+    <td>Emmanuel Venisse <b>(?)</b></td>
     <td><a href="mailto:evenisse@codehaus.org">evenisse@codehaus.org</a></td>
     <td><a href="addDeveloper.html">Edit</a> | <a href="#">Delete</a></td>
   </tr>
   <tr class="a">
-    <td>Trygve Laugstøl</td>
+    <td><a href="viewUserProfile.html">Trygve Laugstøl</a></td>
     <td><a href="mailto:trygvis@codehaus.org">trygvis@codehaus.org</a></td>
     <td><a href="addDeveloper.html">Edit</a> | <a href="#">Delete</a></td>
 
   </tr>
   <tr class="b">
-    <td>Kenney Westerhof</td>
+    <td><a href="viewUserProfile.html">Kenney Westerhof</a></td>
     <td><a href="mailto:kenney@codehaus.org">kenney@codehaus.org</a></td>
     <td><a href="addDeveloper.html">Edit</a> | <a href="#">Delete</a></td>
   </tr>