File:  [Repository] / OSA_system2 / zpt / changeRootForm.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Nov 29 09:48:07 2004 UTC (19 years, 6 months ago) by dwinter
Branches: dwinter
CVS tags: develoin
development version of the new OSAS


<html>
  <body>
   
    <form name="form" action="changeRoot">
      <b> RootFolder: </b><input type="text" name="rootFolderName" tal:attributes="value python:here.rootFolderName"><br>
 
      <b> uploadServletUrl: </b><input type="text" name="uploadServletUrl" size="100" tal:attributes="value python:here.getUploadServletUrl()"><br><br>
      <input type="submit" value="Change"><br><br>
    </form>
  </body>
</html>

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