Annotation of OSAS/OSA_system/zpt/ChangeOSAS_add_contextData.zpt, revision 1.3

1.1       dwinter     1: <html>
                      2:   <body>
                      3:     <form name="form" action="change_OSAS_add_contextData">
1.2       dwinter     4:       <b> Url to the Collection: </b><input type="text" size=100 name="collection" tal:attributes="value python:here.collection"><br><br>
1.3     ! dwinter     5:       <i> password for changing the collection (user:pw): </i><input type="text" size=100 name="pwstr" tal:attributes="value python:getattr(here,'pwstr','')"><br><br>
1.1       dwinter     6: 
                      7:       <input type="submit" value="Change"><br><br>
                      8:     </form>
                      9:   </body>
                     10: </html>

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