blob: 5b46da151d89d5d93dd7f5579120dca6187c454a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|