view zpt/manageMPIWGThesaurusLog.zpt @ 51:5d636ba6b9cb default tip

Merge with b5d89c03f9585013d464f0240f6d82751b77186f
author dwinter
date Thu, 05 Dec 2013 13:24:57 +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>