summaryrefslogtreecommitdiff
path: root/templates/admin_import_input.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_import_input.html')
-rw-r--r--templates/admin_import_input.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/admin_import_input.html b/templates/admin_import_input.html
deleted file mode 100644
index ac11c766..00000000
--- a/templates/admin_import_input.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<form action="%link%" method="post" enctype="multipart/form-data">
- <fieldset>
- %msg%
- <p>
- 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>
- </fieldset>
-</form> \ No newline at end of file