[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml - addLexicon.dtml:1.8.8.1 addZCTextIndex.dtml:1.5.8.1 manageZCTextIndex.dtml:1.6.4.2
Chris McDonough
chrism@zope.com
Fri, 3 Jan 2003 01:33:53 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv27194/ZCTextIndex/dtml
Modified Files:
Tag: chrism-install-branch
addLexicon.dtml addZCTextIndex.dtml manageZCTextIndex.dtml
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).
=== Zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml 1.8 => 1.8.8.1 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml:1.8 Tue Jun 4 15:56:32 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml Fri Jan 3 01:33:21 2003
@@ -53,7 +53,7 @@
</select>
<dtml-else>
<input type="checkbox" name="elements.name:records"
- value="<dtml-var expr="elements[0]">" checked />
+ value="<dtml-var expr="elements[0]" html_quote>" checked />
</dtml-if>
</td>
</tr>
=== Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml 1.5 => 1.5.8.1 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml:1.5 Tue Jun 4 15:56:32 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml Fri Jan 3 01:33:21 2003
@@ -65,7 +65,7 @@
<select name="extra.lexicon_id:record">
</dtml-if>
<option value="&dtml-id;">
- &dtml-id; <dtml-var name="title" fmt="(%s)" null>
+ &dtml-id; <dtml-var name="title" fmt="(%s)" null html_quote>
</option>
<dtml-if sequence-end>
</select>
=== Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml 1.6.4.1 => 1.6.4.2 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml:1.6.4.1 Tue Sep 10 23:36:37 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml Fri Jan 3 01:33:21 2003
@@ -3,17 +3,17 @@
<p class="form-help">
Name of attribute indexed:
- <em><dtml-var getFieldName></em>
+ <em>&dtml-getFieldName;</em>
</p>
<p class="form-help">
Index type:
- <em><dtml-var getIndexType></em>
+ <em>&dtml-getIndexType;</em>
</p>
<p class="form-help">
ZCTextIndex Lexicon used:
<dtml-if getLexiconURL>
- <a href="<dtml-var getLexiconURL>/manage_main"
- ><dtml-var getLexiconURL></a>
+ <a href="&dtml.url_quote-getLexiconURL;/manage_main"
+ >&dtml-getLexiconURL;</a>
<dtml-else>
<em>(Lexicon Not Found)</em>
</dtml-if>