Mercurial > hg > MPIWGThesaurus
view zpt/manageMPIWGThesaurusLog.zpt @ 50:8bfd713e5d99
closed: small bug in export
(https://otrs.mpiwg-berlin.mpg.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=38)
author | dwinter |
---|---|
date | Thu, 05 Dec 2013 13:24:43 +0100 |
parents | c8f78f50e097 |
children |
line wrap: on
line source
<html> <body> <h3>Tag log file</h3> <div> <form action="changeMPIWGThesaurusLog"> logfile <input len="30" tal:attributes="value here/getLogpath" name="logpath"/><input type="submit"/> </form> </div> <form> 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"/> </form> <textarea rows="40" cols="100" tal:content="python:here.getLogfile(here.REQUEST.get('project',''),here.REQUEST.get('date',''))"></textarea> </body> </html>