summaryrefslogtreecommitdiff
path: root/web-static/upload-form.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-23 01:46:32 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-23 01:46:32 (GMT)
commit39fd9dd2c8156c9a9f9abc23e6f5398770e44f5d (patch)
treecd6e6af7387f284f596473dbc97cfa846007a544 /web-static/upload-form.html
parent732438e3042d299c6dd7c096ba2eaa20035d8466 (diff)
some cleanup and imrpovments (mainly in the javasctipt test sites
Diffstat (limited to 'web-static/upload-form.html')
-rw-r--r--web-static/upload-form.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/web-static/upload-form.html b/web-static/upload-form.html
deleted file mode 100644
index 5353f95..0000000
--- a/web-static/upload-form.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>rhimportd File Upload</title>
- <style type="text/css">
- body {
- background-color: #555;
- }
-
- td.label {
- text-align: right;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <h1>rhimportd File Upload</h1>
- <form class="form-upload" method="post" action="/public/upload" enctype="multipart/form-data">
- <table>
- <tr><td class="label">Username</td><td><input type="text" name="LOGIN_NAME" size="20" value="heslinki" /></td></tr>
- <tr><td class="label">Session</td><td><input type="text" name="SESSION_ID" size="45" /></td></tr>
- <tr><td class="label">File</td><td><input type="file" name="FILENAME" /></td></tr>
- <tr><td>&nbsp;</td><td><input type="submit" name="submit" value="Submit"></td></tr>
- </table>
- </form>
- </div>
- </body>
-</html>