comparison zpt/manageMPIWGThesaurusLog.zpt @ 16:c8f78f50e097

zpt f?r Thesaurus log added.
author dwinter
date Wed, 18 Jan 2012 19:54:03 +0100
parents
children
comparison
equal deleted inserted replaced
15:f9a65eaaa59c 16:c8f78f50e097
1 <html>
2 <body>
3 <h3>Tag log file</h3>
4 <div>
5 <form action="changeMPIWGThesaurusLog">
6 logfile <input len="30" tal:attributes="value here/getLogpath" name="logpath"/><input type="submit"/>
7 </form>
8 </div>
9
10 <form>
11 Date: <input tal:attributes="value python:here.REQUEST.get('date','')" name="date"/> ProjectID: <input name="project" tal:attributes="value python:here.REQUEST.get('project','')"/> <input type="submit" value="filter"/>
12 </form>
13 <textarea rows="40" cols="100" tal:content="python:here.getLogfile(here.REQUEST.get('project',''),here.REQUEST.get('date',''))"></textarea>
14
15 </body>
16 </html>