Annotation of MPIWGWeb/zpt/changePublications_special.zpt, revision 1.1.2.1

1.1.2.1 ! dwinter     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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>