16
|
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> |