[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - manageTextIndexNG.dtml:1.1.2.6
Andreas Jung
andreas@digicool.com
Mon, 18 Feb 2002 16:38:58 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml
In directory cvs.zope.org:/tmp/cvs-serv16952/dtml
Modified Files:
Tag: ajung-textindexng-branch
manageTextIndexNG.dtml
Log Message:
'nearDistance' now changable through the web
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/manageTextIndexNG.dtml 1.1.2.5 => 1.1.2.6 ===
<tr>
<th align="left">Near distance</th>
- <td> &dtml-nearDistance;</td>
+ <td>
+ <select name="extra.nearDistance:record:int">
+ <dtml-in "_.range(1,20)">
+ <dtml-if "_.getitem('sequence-item')==nearDistance">
+ <option value="&dtml-sequence-item;" selected>&dtml-sequence-item;
+ <dtml-else>
+ <option value="&dtml-sequence-item;">&dtml-sequence-item;
+ </dtml-if>
+ </dtml-in>
+ </select>
+ </td>
</tr>
<tr>