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

1.1.2.1 ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Change MPIWG Link</h2>
        !             4: <form action="changeLink" method="post">
        !             5: <p>Title:<input name="title" tal:attributes="value here/title" size="100"></p>
        !             6: <p>Link:<input name="link" tal:attributes="value here/link" size="100"></p>
        !             7: <p>Weight:<input name="weight" tal:attributes="value here/weight" size="100"></p>
        !             8: <p><input type="submit"></p>
        !             9: </form>
        !            10: </body>
        !            11: </html>

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