summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-07-12 16:03:07 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-07-12 16:03:07 +0200
commitd3d6d2e3f1b44fc6f8673a34981d741377e5dd04 (patch)
tree567b1a4396afa4bfe4512ee1c97b84de19294126 /templates
parent4e802b2127e2561b5c9b3a59c19aff22e64567d8 (diff)
#4 completed import with file-upload and fsock-open method
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_import_input.html31
1 files changed, 28 insertions, 3 deletions
diff --git a/templates/admin_import_input.html b/templates/admin_import_input.html
index 89454f8c..ac11c766 100644
--- a/templates/admin_import_input.html
+++ b/templates/admin_import_input.html
@@ -1,8 +1,33 @@
-<form action="%link%&step=check" method="post">
+<form action="%link%" method="post" enctype="multipart/form-data">
<fieldset>
+ %msg%
<p>
- While developing we use a fixed file input. Just hit submit.
+ For Pentabarf import provide user/password and url-completion.
+ </p>
+ <p><label>Location:</label> %url%<input type="text" name="url" /></p>
+ <p>
+ <label>
+ User:
+ </label>
+ <input type="text" name="user" value="" />
+ </p>
+ <p>
+ <label>
+ Password:
+ </label>
+ <input type="password" name="password" />
+ </p>
+ <p>
+ Or provide a Xcal-file from pentabarf manually:
+ </p>
+ <p>
+ <label>
+ Xcal-file:
+ </label>
+ <input type="file" name="xcal_file" />
+ </p>
+ <p>
+ <input type="submit" name="submit" value="Submit" />
</p>
- <input type="submit" name="submit" value="Submit" />
</fieldset>
</form> \ No newline at end of file