Mercurial > hg > MPIWGWeb
comparison zpt/changePublications_special.zpt @ 0:bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
author | casties |
---|---|
date | Thu, 10 Jan 2013 17:52:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bca61e893fcc |
---|---|
1 <html> | |
2 <body> | |
3 <h2>Change free text field publication overview for front page</h2> | |
4 <form action="changePublications_special" method="post"> | |
5 <input type="checkbox" name="usePublicationsSpecial" value="1">Use free text field<br> | |
6 <textarea name="specialPublicationsField" cols="80" rows="40" tal:content="python:getattr(here,'specialPublicationsField','')"></textarea> | |
7 <br> | |
8 <input type="submit" value="submit"> | |
9 </form> | |
10 </body> | |
11 </html> |