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 09:59:07 UTC

svn commit: r230653 - in /maven/continuum/trunk/continuum-uml/white-site: editProfile.html editSchedule.html profiles.html schedule.html schedules.html viewProject.html

Author: brett
Date: Sun Aug  7 00:58:59 2005
New Revision: 230653

URL: http://svn.apache.org/viewcvs?rev=230653&view=rev
Log:
profiles and schedules

Added:
    maven/continuum/trunk/continuum-uml/white-site/editProfile.html   (with props)
    maven/continuum/trunk/continuum-uml/white-site/editSchedule.html   (with props)
    maven/continuum/trunk/continuum-uml/white-site/profiles.html   (with props)
    maven/continuum/trunk/continuum-uml/white-site/schedules.html   (with props)
Modified:
    maven/continuum/trunk/continuum-uml/white-site/schedule.html
    maven/continuum/trunk/continuum-uml/white-site/viewProject.html

Added: maven/continuum/trunk/continuum-uml/white-site/editProfile.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/editProfile.html?rev=230653&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/editProfile.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/editProfile.html Sun Aug  7 00:58:59 2005
@@ -0,0 +1,179 @@
+<!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 style="margin-top: 5em; color: #555; border: 1px dashed black; padding: 1em;">
+      <p>Notes:</p>
+      <ul>
+        <li>if the user doesn't have edit priviledges, this should disable the fields</li>
+        <li><!-- TODO --> maybe a view/edit split would be better?</li>
+      </ul>
+    </div>
+  </div>
+</td>
+<td>
+  <div id="bodycol">
+    <div class="app">
+      <div id="axial" class="h3">
+        <h3>Add (Edit) Profile</h3>
+
+        <form method="post" action="profiles.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>Profile Name</th>
+
+
+                <td>
+                  <input type="text" name="project.name" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+                <th>Description</th>
+
+
+                <td>
+                  <input type="text" name="project.version" value="" size="40"/>
+                </td>
+              </tr>
+
+              <tr>
+                <th>Settings</th>
+
+
+                <td>
+                  <textarea rows="10" cols="40">
+                  </textarea>
+                </td>
+              </tr>
+              <tr>
+                <th>SCM</th>
+
+
+                <td>
+                  <input type="radio" name="scm" checked="checked"/>&nbsp;Update
+                  <input type="radio" name="scm"/>&nbsp;Checkout
+                </td>
+              </tr>
+              <tr>
+                <th>&nbsp;</th>
+
+
+                <td>
+                  <input type="checkbox" name="project.version"/>&nbsp;Build without Changes
+                </td>
+              </tr>
+              <tr>
+                <th>&nbsp;</th>
+
+
+                <td>
+                  <input type="checkbox" name="project.version" checked="checked"/>&nbsp;Enabled
+                </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/editProfile.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/continuum/trunk/continuum-uml/white-site/editSchedule.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/editSchedule.html?rev=230653&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/editSchedule.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/editSchedule.html Sun Aug  7 00:58:59 2005
@@ -0,0 +1,161 @@
+<!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 style="margin-top: 5em; color: #555; border: 1px dashed black; padding: 1em;">
+      <p>Notes:</p>
+      <ul>
+        <li>if the user doesn't have edit priviledges, this should disable the fields</li>
+        <li><!-- TODO --> maybe a view/edit split would be better?</li>
+      </ul>
+    </div>
+  </div>
+</td>
+<td>
+  <div id="bodycol">
+    <div class="app">
+      <div id="axial" class="h3">
+        <h3>Add (Edit) Schedule</h3>
+
+        <form method="post" action="schedules.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>Schedule Name</th>
+
+
+                <td>
+                  <input type="text" name="project.name" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+                <th>Description</th>
+
+
+                <td>
+                  <input type="text" name="project.version" value="" size="40"/>
+                </td>
+              </tr>
+
+              <tr>
+                <th>Cron</th>
+
+
+                <td>
+                  <input type="text" name="project.version" value="" size="40"/>
+                </td>
+              </tr>
+              <tr>
+                <th>&nbsp;</th>
+
+
+                <td>
+                  <input type="checkbox" name="project.version" checked="checked"/>&nbsp;Enabled
+                </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/editSchedule.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Added: maven/continuum/trunk/continuum-uml/white-site/profiles.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/profiles.html?rev=230653&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/profiles.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/profiles.html Sun Aug  7 00:58:59 2005
@@ -0,0 +1,169 @@
+<!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>
+    Logged in as: <b>Brett Porter</b> | <a href="userProfile.html">Profile</a> | <a href="login.html">Log out</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 id="admin" class="toolgroup">
+      <div class="label">Administration</div>
+
+      <div class="body">
+        <div>
+          <a href="profiles.html">Profiles</a>
+        </div>
+
+        <div>
+          <a href="schedules.html">Schedules</a>
+        </div>
+
+        <div>
+          <a href="configuration.html">Configuration</a>
+        </div>
+
+        <div>
+          <a href="users.html">Users</a>
+        </div>
+      </div>
+    </div>
+  </div>
+</td>
+<td>
+  <div id="bodycol">
+
+
+    <div class="app">
+      <div id="h3">
+        <h3>Profiles</h3>
+        <table border="1" cellspacing="2" cellpadding="3" width="100%">
+          <tr>
+            <th>Name</th>
+            <th>Type</th>
+            <th>Settings</th>
+            <th>SCM</th>
+            <th>Build w/o Changes</th>
+            <th width="10%">&nbsp;</th>
+          </tr>
+          <tr class="b">
+            <td>Maven 2.0 Default</td>
+            <td>Maven 2.0</td>
+            <td>JAVA_HOME=/usr/local/java<br/>
+              M2_HOME=/usr/local/maven-2.0-alpha-3</td>
+            <td>Update</td>
+            <td>No</td>
+            <td><a href="editProfile.html">Edit</a> | <a href="#">Delete</a></td>
+          </tr>
+          <tr class="b">
+            <td>JDK 1.3, Clean checkout</td>
+            <td>Maven 2.0</td>
+            <td>JAVA_HOME=/usr/local/java-1.3<br/>
+              M2_HOME=/usr/local/maven-2.0-alpha-3</td>
+            <td>Checkout</td>
+            <td>Yes</td>
+            <td><a href="editProfile.html">Edit</a> | <a href="#">Delete</a></td>
+          </tr>
+        </table>
+        <div class="functnbar3">
+          <table>
+            <tr>
+              <td>
+                <form method="post" action="editProfile.html">
+
+                  <input type="hidden" name="action" value="cam"/>
+                  <input type="hidden" name="cid" value="checkoutProject"/>
+                  <input type="hidden" name="id" value="43"/>
+                  <input type="submit" name="add-build-def" value="Add"/>
+                </form>
+              </td>
+            </tr>
+          </table>
+        </div>
+      </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/profiles.html
------------------------------------------------------------------------------
    svn:eol-style = native

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

Modified: maven/continuum/trunk/continuum-uml/white-site/schedule.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/schedule.html?rev=230653&r1=230652&r2=230653&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/schedule.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/schedule.html Sun Aug  7 00:58:59 2005
@@ -92,7 +92,7 @@
               </tr>
               <tr>
                 <td>1/5/04 10:00am</td><td><a href="viewGroup.html">Plexus (Group)</a></td><td><a
-                      href="viewProfile.html">Maven 2.0 Default</a></td><td><a href="viewBuild.html">Details</a></td>
+                      href="editProfile.html">Maven 2.0 Default</a></td><td><a href="viewBuild.html">Details</a></td>
               </tr>
             </table>
             <br/>
@@ -105,16 +105,16 @@
               </tr>
               <tr>
                 <td>1/5/04 11:00am</td><td><a href="viewProject.html">plexus-utils</a></td><td><a
-                      href="viewProfile.html">JDK 1.3, Clean checkout</a></td><td><a href="schedule.html">Build
+                      href="editProfile.html">JDK 1.3, Clean checkout</a></td><td><a href="schedule.html">Build
                 Now</a> | <a href="schedule.html">Skip</a></td>
               </tr>
               <tr>
                 <td>1/5/04 12:00pm</td><td><a href="viewGroup.html">Plexus (Group)</a></td><td><a
-                      href="viewProfile.html">Maven 2.0 Default</a></td><td><a href="schedule.html">Build Now</a>
+                      href="editProfile.html">Maven 2.0 Default</a></td><td><a href="schedule.html">Build Now</a>
                 | <a href="schedule.html">Skip</a></td>
               </tr>
               <tr>
-                <td>&nbsp;</td><td><a href="viewProject.html">plexus-utils</a></td><td><a href="viewProfile.html">JDK
+                <td>&nbsp;</td><td><a href="viewProject.html">plexus-utils</a></td><td><a href="editProfile.html">JDK
                 1.3, Clean checkout</a></td><td><a href="schedule.html">Build
                 Now</a> | <a href="schedule.html">Skip</a></td>
               </tr>

Added: maven/continuum/trunk/continuum-uml/white-site/schedules.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/schedules.html?rev=230653&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/schedules.html (added)
+++ maven/continuum/trunk/continuum-uml/white-site/schedules.html Sun Aug  7 00:58:59 2005
@@ -0,0 +1,158 @@
+<!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>
+    Logged in as: <b>Brett Porter</b> | <a href="userProfile.html">Profile</a> | <a href="login.html">Log out</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 id="admin" class="toolgroup">
+      <div class="label">Administration</div>
+
+      <div class="body">
+        <div>
+          <a href="profiles.html">Profiles</a>
+        </div>
+
+        <div>
+          <a href="schedules.html">Schedules</a>
+        </div>
+
+        <div>
+          <a href="configuration.html">Configuration</a>
+        </div>
+
+        <div>
+          <a href="users.html">Users</a>
+        </div>
+      </div>
+    </div>
+  </div>
+</td>
+<td>
+  <div id="bodycol">
+
+
+    <div class="app">
+      <div id="h3">
+        <h3>Schedules</h3>
+        <table border="1" cellspacing="2" cellpadding="3" width="100%">
+          <tr>
+            <th>Name</th>
+            <th>Cron</th>
+            <th width="10%">&nbsp;</th>
+          </tr>
+          <tr class="b">
+            <td>Weekly</td>
+            <td>0 0 0 * *</td>
+            <td><a href="editSchedule.html">Edit</a> | <a href="#">Delete</a></td>
+          </tr>
+          <tr class="b">
+            <td>Hourly</td>
+            <td>0 * * * *</td>
+            <td><a href="editSchedule.html">Edit</a> | <a href="#">Delete</a></td>
+          </tr>
+        </table>
+        <div class="functnbar3">
+          <table>
+            <tr>
+              <td>
+                <form method="post" action="editSchedule.html">
+
+                  <input type="hidden" name="action" value="cam"/>
+                  <input type="hidden" name="cid" value="checkoutProject"/>
+                  <input type="hidden" name="id" value="43"/>
+                  <input type="submit" name="add-build-def" value="Add"/>
+                </form>
+              </td>
+            </tr>
+          </table>
+        </div>
+      </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/schedules.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/continuum/trunk/continuum-uml/white-site/schedules.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=230653&r1=230652&r2=230653&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/viewProject.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/viewProject.html Sun Aug  7 00:58:59 2005
@@ -264,8 +264,8 @@
     <td>clean:clean install</td>
     <td>--batch-mode</td>
     <td>pom.xml</td>
-    <td><a href="viewProfile.html">Maven 2.0 Default</a></td>
-    <td><a href="viewSchedule.html">Hourly</a></td>
+    <td><a href="editProfile.html">Maven 2.0 Default</a></td>
+    <td><a href="editSchedule.html">Hourly</a></td>
     <td><a href="viewGroup.html">Group</a></td>
     <td><a href="addBuildDef.html">Edit</a> | <a href="#">Delete</a></td>
   </tr>
@@ -273,8 +273,8 @@
     <td>clean:clean install</td>
     <td>--batch-mode</td>
     <td>pom.xml</td>
-    <td><a href="viewProfile.html">JDK 1.3, clean checkout</a></td>
-    <td><a href="viewSchedule.html">Weekly</a></td>
+    <td><a href="editProfile.html">JDK 1.3, clean checkout</a></td>
+    <td><a href="editSchedule.html">Weekly</a></td>
     <td>Project</td>
     <td><a href="addBuildDef.html">Edit</a> | <a href="#">Delete</a></td>
   </tr>