templates/import.tmpl
changeset 59 2c5e38748004
parent 58 004a32370ba5
equal deleted inserted replaced
58:004a32370ba5 59:2c5e38748004
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html>
       
     3   <TMPL_INCLUDE NAME="headers.tmpl">
       
     4   <body>
       
     5     <h1><TMPL_VAR remote_user>'s Import XBel File</h1>
       
     6     <form enctype="multipart/form-data" action="index" name="import" method="post">
       
     7     <input type="hidden" name="action" value="import"/>
       
     8     <input type="hidden" name="step" value="upload"/>
       
     9     <label>XBEL file to import: <input type="file" name="xbelfile"/>
       
    10     <button name="upload">Upload</button>
       
    11     </form>
       
    12     <hr>
       
    13     <p>Retour à la <a href="?action=index">page principale</a></p>
       
    14   </body>
       
    15 </html>
       
    16 <!-- Keep this comment at the end of the file
       
    17 Local variables:
       
    18 mode: sgml
       
    19 sgml-omittag:t
       
    20 sgml-shorttag:t
       
    21 sgml-namecase-general:t
       
    22 sgml-general-insert-case:lower
       
    23 sgml-minimize-attributes:nil
       
    24 sgml-always-quote-attributes:t
       
    25 sgml-indent-step:2
       
    26 sgml-indent-data:nil
       
    27 sgml-parent-document:nil
       
    28 sgml-exposed-tags:nil
       
    29 sgml-local-catalogs:nil
       
    30 sgml-local-ecat-files:nil
       
    31 End:
       
    32 vi: syntax=html
       
    33 -->