import.tmpl
branchxbelweb
changeset 43 4d194fce51e1
parent 26 17b0cd274530
child 57 31271426f879
equal deleted inserted replaced
42:6d31ed0f6ad3 43:4d194fce51e1
     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 pagetitle></h1>
     5     <h1><TMPL_VAR remote_user>'s Import XBel File</h1>
     6     <form enctype="multipart/form-data" action="do_import.py" name="import" method="post">
     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"/>
     7     <label>XBEL file to import: <input type="file" name="xbelfile"/>
     8     <button name="upload">Upload</button>
     8     <button name="upload">Upload</button>
     9     </form>
     9     </form>
    10     <hr>
    10     <hr>