[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/index/text/browser - index_stats.pt:1.1

Guido van Rossum guido@python.org
Wed, 4 Dec 2002 10:13:41 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/index/text/browser
In directory cvs.zope.org:/tmp/cvs-serv19695

Added Files:
	index_stats.pt 
Log Message:
View for text index.

=== Added File Zope3/lib/python/Zope/App/index/text/browser/index_stats.pt ===
<html>

  <body>

    <h1>TextIndex</h1>

    <div>
    	Documents: <span tal:replace="context/documentCount" />
    </div>

    <div>
    	Words: <span tal:replace="context/wordCount" />
    </div>

  </body>

</html>