|
|
1.1 dwinter 1: <html>
2: <body>
3: <h1>Change the path</h1>
4: <form action="changePath">
5: <b>Path to the Folder in the Filesystem</b><input name="baseFolderPath" tal:attributes="value here/baseFolderPath" size=30>
6: <br>
7: <input type="submit" value="submit">
8: </form>
9: </body>
10: </html>