aboutsummaryrefslogtreecommitdiff
path: root/r7r_repo/templates/src/upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'r7r_repo/templates/src/upload.html')
-rw-r--r--r7r_repo/templates/src/upload.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/r7r_repo/templates/src/upload.html b/r7r_repo/templates/src/upload.html
new file mode 100644
index 0000000..5b46da1
--- /dev/null
+++ b/r7r_repo/templates/src/upload.html
@@ -0,0 +1,12 @@
+<ste:load name="master.html" />
+<ste:block name="content">
+ <ste:default_error />
+ <ste:default_success />
+
+ <form action="$rel_path_to_root/upload" method="POST" accept-charset="UTF-8" enctype="multipart/form-data">
+ <h2>Upload a new package</h2>
+
+ <strong>Package file:</strong> <input type="file" name="pkgfile" /><br />
+ <input type="submit" name="upload_package" />
+ </form>
+</ste:block>