import.tmpl
changeset 58 004a32370ba5
parent 57 31271426f879
equal deleted inserted replaced
57:31271426f879 58:004a32370ba5
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html>
     2 <html>
     3   <TMPL_INCLUDE NAME="headers.tmpl">
     3   <TMPL_INCLUDE NAME="headers.tmpl">
     4   <body>
     4   <body>
     5     <h1><TMPL_VAR remote_user>'s Import XBel File</h1>
     5     <h1><TMPL_VAR remote_user>'s Import XBel File</h1>
     6     <form enctype="multipart/form-data" action="index.py" name="import" method="post">
     6     <form enctype="multipart/form-data" action="index" name="import" method="post">
     7     <input type="hidden" name="action" value="import"/>
     7     <input type="hidden" name="action" value="import"/>
     8     <input type="hidden" name="step" value="upload"/>
     8     <input type="hidden" name="step" value="upload"/>
     9     <label>XBEL file to import: <input type="file" name="xbelfile"/>
     9     <label>XBEL file to import: <input type="file" name="xbelfile"/>
    10     <button name="upload">Upload</button>
    10     <button name="upload">Upload</button>
    11     </form>
    11     </form>
    12     <hr>
    12     <hr>
    13     <p>Retour à la <a href="?action=index">page principale</a></p>
    13     <p>Retour à la <a href="?action=index">page principale</a></p>
    14   </body>
    14   </body>
    15 </html>
    15 </html>
    16 <!-- Keep this comment at the end of the file
    16 <!-- Keep this comment at the end of the file
    17 Local variables:
    17 Local variables:
    18 mode: sgml
    18 mode: sgml