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/08 07:21:01 UTC

svn commit: r230752 - in /maven/continuum/trunk/continuum-uml/white-site: editSchedule.html schedules.html viewSchedule.html

Author: brett
Date: Sun Aug  7 22:20:56 2005
New Revision: 230752

URL: http://svn.apache.org/viewcvs?rev=230752&view=rev
Log:
add quiet period

Modified:
    maven/continuum/trunk/continuum-uml/white-site/editSchedule.html
    maven/continuum/trunk/continuum-uml/white-site/schedules.html
    maven/continuum/trunk/continuum-uml/white-site/viewSchedule.html

Modified: 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=230752&r1=230751&r2=230752&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/editSchedule.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/editSchedule.html Sun Aug  7 22:20:56 2005
@@ -39,103 +39,111 @@
 
 <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>
+<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 class="body">
+        <div><a href="index.html">Show Projects</a></div>
 
-          <div><a href="schedule.html">View Build Schedule</a></div>
-        </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 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 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="addMaven1Project.html">Maven 1.x Project</a></div>
 
-          <div><a href="addAntProject.html">Ant Project</a></div>
+        <div><a href="addAntProject.html">Ant Project</a></div>
 
-          <div><a href="addShellProject.html">Shell Project</a></div>
-        </div>
+        <div><a href="addShellProject.html">Shell Project</a></div>
       </div>
+    </div>
 
-      <div id="projectimport" class="toolgroup">
-        <div class="label">Import Project</div>
+    <div id="projectimport" class="toolgroup">
+      <div class="label">Import Project</div>
 
-        <div class="body">
-          <div>
-            <a href="addCruiseControlProject.html">CruiseControl</a>
-          </div>
+      <div class="body">
+        <div>
+          <a href="addCruiseControlProject.html">CruiseControl</a>
         </div>
       </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>
+</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>Quiet Period (seconds)</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>
-          </form>
+          </div>
+        </form>
 
-        </div>
       </div>
+    </div>
 
-    </div></td>
+  </div></td>
 </tr>
 </tbody>
 </table>

Modified: 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=230752&r1=230751&r2=230752&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/schedules.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/schedules.html Sun Aug  7 22:20:56 2005
@@ -110,18 +110,21 @@
             <th>Name</th>
             <th>Description</th>
             <th>Cron</th>
+            <th>Quiet Period (seconds)</th>
             <th width="10%">&nbsp;</th>
           </tr>
           <tr class="b">
             <td><a href="viewSchedule.html">Weekly</a></td>
             <td>Run weekly</td>
             <td>0 0 0 * *</td>
+            <td>0</td>
             <td><a href="editSchedule.html">Edit</a> | <a href="#">Delete</a></td>
           </tr>
           <tr class="b" style="color: silver;">
             <td><a href="viewSchedule.html">Hourly</a> <strong>(disabled)</strong></td>
             <td>Run hourly</td>
             <td>0 * * * *</td>
+            <td>15</td>
             <td><a href="editSchedule.html">Edit</a> | <a href="#">Delete</a></td>
           </tr>
         </table>

Modified: maven/continuum/trunk/continuum-uml/white-site/viewSchedule.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/viewSchedule.html?rev=230752&r1=230751&r2=230752&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/viewSchedule.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/viewSchedule.html Sun Aug  7 22:20:56 2005
@@ -99,6 +99,10 @@
                   <td>0 0 0 * *</td>
                 </tr>
                 <tr class="b">
+                  <th>Quiet Period</th>
+                  <td>0</td>
+                </tr>
+                <tr class="b">
                   <th>Enabled</th>
                   <td>
                     <strong style="color: green;">Yes</strong>