mirror of
https://github.com/9001/copyparty.git
synced 2025-08-22 19:32:20 -06:00
75 lines
2.9 KiB
HTML
75 lines
2.9 KiB
HTML
<div id="ops"><a
|
|
href="#" data-dest="">---</a><i></i><a
|
|
href="#" data-dest="up2k">up2k</a><i></i><a
|
|
href="#" data-dest="bup">bup</a><i></i><a
|
|
href="#" data-dest="mkdir">mkdir</a><i></i><a
|
|
href="#" data-dest="new_md">new.md</a></div>
|
|
|
|
<div id="op_bup" class="opview opbox act">
|
|
<div id="u2err"></div>
|
|
<form method="post" enctype="multipart/form-data" accept-charset="utf-8" action="/{{ vdir }}">
|
|
<input type="hidden" name="act" value="bput" />
|
|
<input type="file" name="f" multiple><br />
|
|
<input type="submit" value="start upload">
|
|
</form>
|
|
</div>
|
|
|
|
<div id="op_mkdir" class="opview opbox act">
|
|
<form method="post" enctype="multipart/form-data" accept-charset="utf-8" action="/{{ vdir }}">
|
|
<input type="hidden" name="act" value="mkdir" />
|
|
<input type="text" name="name" size="30">
|
|
<input type="submit" value="mkdir">
|
|
</form>
|
|
</div>
|
|
|
|
<div id="op_new_md" class="opview opbox">
|
|
<form method="post" enctype="multipart/form-data" accept-charset="utf-8" action="/{{ vdir }}">
|
|
<input type="hidden" name="act" value="new_md" />
|
|
<input type="text" name="name" size="30">
|
|
<input type="submit" value="create doc">
|
|
</form>
|
|
</div>
|
|
|
|
<div id="op_up2k" class="opview">
|
|
<form id="u2form" method="post" enctype="multipart/form-data" onsubmit="return false;"></form>
|
|
|
|
<table id="u2conf">
|
|
<tr>
|
|
<td>parallel uploads</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="#" id="nthread_sub">–</a>
|
|
<input class="txtbox" id="nthread" value="2" />
|
|
<a href="#" id="nthread_add">+</a>
|
|
</td>
|
|
<td rowspan="2" style="padding-left:1.5em">
|
|
<input type="checkbox" id="multitask" />
|
|
<label for="multitask">hash while<br />uploading</label>
|
|
</td>
|
|
<td rowspan="2">
|
|
<input type="checkbox" id="ask_up" />
|
|
<label for="ask_up">ask for<br />confirmation</label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="u2notbtn"></div>
|
|
|
|
<div id="u2btn">
|
|
drop files here<br />
|
|
(or click me)
|
|
</div>
|
|
|
|
<table id="u2tab">
|
|
<tr>
|
|
<td>filename</td>
|
|
<td>status</td>
|
|
<td>progress</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p id="u2foot"></p>
|
|
<p>( if you don't need lastmod timestamps, resumable uploads or progress bars just use the <a href="#" id="u2nope">basic uploader</a>)</p>
|
|
</div>
|