view zpt/manageMPIWGThesaurusLog.zpt @ 42:b1f5d42bb93b

change export file extension to "tab"
author casties
date Thu, 31 Oct 2013 14:18:08 +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>