annotate zpt/importMetaDataExportXML.zpt @ 22:24214a828627

nicer management view of MetaDataMapping
author casties
date Thu, 26 Apr 2012 19:35:39 +0200
parents 9f9d9be26e53
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
1 <html>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
2 <body>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
3 <form action="" enctype="multipart/form-data" method="post">
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
4
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
5 <br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
6 upload: <input type="file" name="importFile">
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
7 <input type="submit">
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
8 </form>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
9 </body>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
10 </html>