--- a/import.tmpl Mon Aug 23 23:31:38 2004 -0400
+++ b/import.tmpl Sat Dec 27 20:23:39 2008 -0500
@@ -3,12 +3,14 @@
<TMPL_INCLUDE NAME="headers.tmpl">
<body>
<h1><TMPL_VAR remote_user>'s Import XBel File</h1>
- <form enctype="multipart/form-data" action="do_import.py" name="import" method="post">
+ <form enctype="multipart/form-data" action="index.py" name="import" method="post">
+ <input type="hidden" name="action" value="import"/>
+ <input type="hidden" name="step" value="upload"/>
<label>XBEL file to import: <input type="file" name="xbelfile"/>
<button name="upload">Upload</button>
</form>
<hr>
- <p>Retour à la <a href="index.py">page principale</a></p>
+ <p>Retour à la <a href="?action=index">page principale</a></p>
</body>
</html>
<!-- Keep this comment at the end of the file