Mercurial > hg > MPIWGThesaurus
changeset 16:c8f78f50e097
zpt f?r Thesaurus log added.
author | dwinter |
---|---|
date | Wed, 18 Jan 2012 19:54:03 +0100 |
parents | f9a65eaaa59c |
children | 8e2ddcef1e8d |
files | zpt/manageMPIWGThesaurusLog.zpt |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/manageMPIWGThesaurusLog.zpt Wed Jan 18 19:54:03 2012 +0100 @@ -0,0 +1,16 @@ +<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> \ No newline at end of file