Diff for /OSAS/OSA_system/zpt/ChangeOSAS_add_contextData.zpt between versions 1.3 and 1.4

version 1.3, 2005/01/21 17:31:48 version 1.4, 2005/11/28 14:09:16
Line 3 Line 3
     <form name="form" action="change_OSAS_add_contextData">      <form name="form" action="change_OSAS_add_contextData">
       <b> Url to the Collection: </b><input type="text" size=100 name="collection" tal:attributes="value python:here.collection"><br><br>        <b> Url to the Collection: </b><input type="text" size=100 name="collection" tal:attributes="value python:here.collection"><br><br>
       <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>        <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>
         <i> Metadata-Server url:<input type="text" size="50" name="serverUrl" tal:attributes="value python:getattr(here,'serverUrl','http://content.mpiwg-berlin.mpg.de')">
       <input type="submit" value="Change"><br><br>        <input type="submit" value="Change"><br><br>
     </form>      </form>
   </body>    </body>

Removed from v.1.3  
changed lines
  Added in v.1.4


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