crossley 02/01/03 23:18:24 Modified: src/webapp/search create-index.xsp Log: Cosmetic changes for user inferface. Use radio button to clarify use of the "create" parameter. Revision Changes Path 1.2 +8 -4 xml-cocoon2/src/webapp/search/create-index.xsp Index: create-index.xsp =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/search/create-index.xsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- create-index.xsp 3 Jan 2002 12:31:44 -0000 1.1 +++ create-index.xsp 4 Jan 2002 07:18:24 -0000 1.2 @@ -82,8 +82,10 @@ } </xsp:logic> <content> + <h1>Create a Lucene search index</h1> <para> - Create an lucene index + This process might take some time (follow the tail of your logfiles + to see the indexer in progress). <ul> <li>LuceneCocoonIndexer.ROLE <xsp:expr>LuceneCocoonIndexer.ROLE</xsp:expr> </li> @@ -111,9 +113,11 @@ </td> </tr> <tr> - <td>Create/Overwrite Index</td> - <td> - <input type="checkbox" name="create" value="true"/> + <td colspan="2"> + <input type="radio" name="create" value="true"/> + Create/Overwrite the Index, or + <input type="radio" name="create" value="false"/> + Update the existing Index </td> </tr> <tr>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]