import.tmpl
branchxbelweb
changeset 26 17b0cd274530
child 43 4d194fce51e1
equal deleted inserted replaced
25:777bcb36f7be 26:17b0cd274530
       
     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 pagetitle></h1>
       
     6     <form enctype="multipart/form-data" action="do_import.py" name="import" method="post">
       
     7     <label>XBEL file to import: <input type="file" name="xbelfile"/>
       
     8     <button name="upload">Upload</button>
       
     9     </form>
       
    10     <hr>
       
    11     <p>Retour à la <a href="index.py">page principale</a></p>
       
    12   </body>
       
    13 </html>
       
    14 <!-- Keep this comment at the end of the file
       
    15 Local variables:
       
    16 mode: sgml
       
    17 sgml-omittag:t
       
    18 sgml-shorttag:t
       
    19 sgml-namecase-general:t
       
    20 sgml-general-insert-case:lower
       
    21 sgml-minimize-attributes:nil
       
    22 sgml-always-quote-attributes:t
       
    23 sgml-indent-step:2
       
    24 sgml-indent-data:nil
       
    25 sgml-parent-document:nil
       
    26 sgml-exposed-tags:nil
       
    27 sgml-local-catalogs:nil
       
    28 sgml-local-ecat-files:nil
       
    29 End:
       
    30 vi: syntax=html
       
    31 -->