[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml - showConverterRegistry.dtml:1.1.2.1
Andreas Jung
andreas@digicool.com
Fri, 1 Mar 2002 20:38:54 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml
In directory cvs.zope.org:/tmp/cvs-serv8324/dtml
Added Files:
Tag: ajung-textindexng-branch
showConverterRegistry.dtml
Log Message:
added new tab "Converters"
=== Added File Zope/lib/python/Products/PluginIndexes/TextIndexNG/dtml/showConverterRegistry.dtml ===
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<p class="form-help">
<table border="1" cellspacing="2" cellpadding="2" align="center">
<tr>
<th>Mimetype</th>
<th>Description</th>
<th>depends on</th>
</tr>
<dtml-in "allConverters()">
<tr>
<td> <dtml-var "_.string.join(_['sequence-item'][0],',')"> </td>
<td> <dtml-var "_['sequence-item'][1]"> </td>
<td> <dtml-var "_['sequence-item'][2]"> </td>
</tr>
</dtml-in>
</tr>
</table>
<dtml-var manage_page_footer>