templates/import.tmpl
author fabien@tzone.org
Sun, 28 Dec 2008 13:45:41 -0500
changeset 61 a1bcf5e4b8a4
parent 59 2c5e38748004
permissions -rw-r--r--
Correct a bug when saving preferences.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <TMPL_INCLUDE NAME="headers.tmpl">
  <body>
    <h1><TMPL_VAR remote_user>'s Import XBel File</h1>
    <form enctype="multipart/form-data" action="index" name="import" method="post">
    <input type="hidden" name="action" value="import"/>
    <input type="hidden" name="step" value="upload"/>
    <label>XBEL file to import: <input type="file" name="xbelfile"/>
    <button name="upload">Upload</button>
    </form>
    <hr>
    <p>Retour à la <a href="?action=index">page principale</a></p>
  </body>
</html>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:nil
sgml-parent-document:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vi: syntax=html
-->