Add Sone import.
[Sone.git] / src / main / resources / templates / include / importSone.html
diff --git a/src/main/resources/templates/include/importSone.html b/src/main/resources/templates/include/importSone.html
new file mode 100644 (file)
index 0000000..910afc3
--- /dev/null
@@ -0,0 +1,10 @@
+<h1><%= Page.ImportSone.Page.Title|l10n|html></h1>
+
+<form id="import-sone" action="importSone.html" method="post" enctype="mulitpart/form-data">
+       <input type="hidden" name="formPassword" value="<% formPassword|html>" />
+
+       <input type="file" name="sone-file" />
+
+       <button type="submit"><%= Page.ImportSone.Button.Import|l10n|html></button>
+
+</form>