templates/import.tmpl
author fabien@tzone.org
Wed, 31 Dec 2008 01:00:21 -0500
changeset 70 1798859f7f6c
parent 59 2c5e38748004
permissions -rw-r--r--
Add my_db.MyDBConnexion.map_keywords
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
     2
<html>
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
     3
  <TMPL_INCLUDE NAME="headers.tmpl">
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
     4
  <body>
43
4d194fce51e1 [svn r1594] Update to use user's preferences.
fabien
parents: 26
diff changeset
     5
    <h1><TMPL_VAR remote_user>'s Import XBel File</h1>
58
004a32370ba5 Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents: 57
diff changeset
     6
    <form enctype="multipart/form-data" action="index" name="import" method="post">
57
31271426f879 First change to use a common entry point.
fabien@tzone.org
parents: 43
diff changeset
     7
    <input type="hidden" name="action" value="import"/>
31271426f879 First change to use a common entry point.
fabien@tzone.org
parents: 43
diff changeset
     8
    <input type="hidden" name="step" value="upload"/>
26
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
     9
    <label>XBEL file to import: <input type="file" name="xbelfile"/>
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    10
    <button name="upload">Upload</button>
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    11
    </form>
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    12
    <hr>
58
004a32370ba5 Correct some bugs and make keywords edition with the new action
fabien@tzone.org
parents: 57
diff changeset
    13
    <p>Retour à la <a href="?action=index">page principale</a></p>
26
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    14
  </body>
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    15
</html>
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    16
<!-- Keep this comment at the end of the file
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    17
Local variables:
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    18
mode: sgml
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    19
sgml-omittag:t
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    20
sgml-shorttag:t
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    21
sgml-namecase-general:t
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    22
sgml-general-insert-case:lower
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    23
sgml-minimize-attributes:nil
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    24
sgml-always-quote-attributes:t
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    25
sgml-indent-step:2
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    26
sgml-indent-data:nil
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    27
sgml-parent-document:nil
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    28
sgml-exposed-tags:nil
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    29
sgml-local-catalogs:nil
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    30
sgml-local-ecat-files:nil
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    31
End:
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    32
vi: syntax=html
17b0cd274530 [svn r1560] Add import functionality and correct a bug in the merge_kw.
fabien
parents:
diff changeset
    33
-->