Updated cron editor expression in config.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2006-09-07 09:09:21 +00:00
parent fce16033de
commit 7fb61c9e5e
1 changed files with 81 additions and 12 deletions

View File

@ -12,21 +12,90 @@
<div id="contentArea">
<div id="searchBox">
<form method="post" action="index.html">
<p>
Index Location:
<input type="text" size="100"/>
</p>
<p>
Indexing Cron Expression:
<input type="text"/>
</p>
<p>
Reporting Cron Expression:
<input type="text"/>
</p>
<table>
<tr>
<th>Index Location:</th>
<td>
<input type="text" size="100"/>
</td>
</tr>
<tr>
<th>Indexing Schedule:</th>
<td>
<table width="100%">
<tr>
<th><i>Seconds:</i></th>
<td><input type="text" size="10" value="0" align="right"/></td>
</tr>
<tr>
<th><i>Minutes:</i></th>
<td><input type="text" size="10" value="0" align="right"/></td>
</tr>
<tr>
<th><i>Hours:</i></th>
<td><input type="text" size="10" value="*" align="right"/></td>
</tr>
<tr>
<th><i>Day of Month:</i></th>
<td><input type="text" size="10" value="*" align="right"/></td>
</tr>
<tr>
<th><i>Month:</i></th>
<td><input type="text" size="10" value="*" align="right"/></td>
</tr>
<tr>
<th><i>Day of Week:</i></th>
<td><input type="text" size="10" value="?" align="right"/></td>
</tr>
<tr>
<th><i>Year: (optional)</i></th>
<td><input type="text" size="10" value="2006" align="right"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<th>Reporting Schedule:</th>
<td>
<table width="100%">
<tr>
<th><i>Seconds:</i></th>
<td><input type="text" size="10" value="0" align="right"/></td>
</tr>
<tr>
<th><i>Minutes:</i></th>
<td><input type="text" size="10" value="0" align="right"/></td>
</tr>
<tr>
<th><i>Hours:</i></th>
<td><input type="text" size="10" value="*" align="right"/></td>
</tr>
<tr>
<th><i>Day of Month:</i></th>
<td><input type="text" size="10" value="*" align="right"/></td>
</tr>
<tr>
<th><i>Month:</i></th>
<td><input type="text" size="10" value="*" align="right"/></td>
</tr>
<tr>
<th><i>Day of Week:</i></th>
<td><input type="text" size="10" value="?" align="right"/></td>
</tr>
<tr>
<th><i>Year: (optional)</i></th>
<td><input type="text" size="10" value="2006" align="right"/></td>
</tr>
</table>
</td>
</tr>
</table>
<p>
<input type="submit" value="Save Configuration"/>
</p>
<p>
<i>* For valid cron expression values, see <a href="http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html">here</a>.</i>
</p>
</form>
</div>
</div>