equal
  deleted
  inserted
  replaced
  
    
    
     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="do_import.py" name="import" method="post">  | 
     6     <form enctype="multipart/form-data" action="index.py" name="import" method="post">  | 
         | 
     7     <input type="hidden" name="action" value="import"/>  | 
         | 
     8     <input type="hidden" name="step" value="upload"/>  | 
     7     <label>XBEL file to import: <input type="file" name="xbelfile"/>  | 
     9     <label>XBEL file to import: <input type="file" name="xbelfile"/>  | 
     8     <button name="upload">Upload</button>  | 
    10     <button name="upload">Upload</button>  | 
     9     </form>  | 
    11     </form>  | 
    10     <hr>  | 
    12     <hr>  | 
    11     <p>Retour à la <a href="index.py">page principale</a></p>  | 
    13     <p>Retour à la <a href="?action=index">page principale</a></p>  | 
    12   </body>  | 
    14   </body>  | 
    13 </html>  | 
    15 </html>  | 
    14 <!-- Keep this comment at the end of the file  | 
    16 <!-- Keep this comment at the end of the file  | 
    15 Local variables:  | 
    17 Local variables:  | 
    16 mode: sgml  | 
    18 mode: sgml  |