mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
92 lines
3.7 KiB
HTML
92 lines
3.7 KiB
HTML
|
|
<div id="op_bup" class="opview opbox act">
|
|
<div id="u2err"></div>
|
|
<form method="post" enctype="multipart/form-data" accept-charset="utf-8">
|
|
<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">
|
|
<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">
|
|
<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_msg" class="opview opbox">
|
|
<form method="post" enctype="application/x-www-form-urlencoded" accept-charset="utf-8">
|
|
<input type="text" name="msg" size="30">
|
|
<input type="submit" value="send msg">
|
|
</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>
|
|
<td rowspan="2">
|
|
<input type="checkbox" id="multitask" />
|
|
<label for="multitask" alt="continue hashing other files while uploading">🏃</label>
|
|
</td>
|
|
<td rowspan="2">
|
|
<input type="checkbox" id="ask_up" />
|
|
<label for="ask_up" alt="ask for confirmation befofre upload starts">💭</label>
|
|
</td>
|
|
<td rowspan="2">
|
|
<input type="checkbox" id="flag_en" />
|
|
<label for="flag_en" alt="ensure only one tab is uploading at a time $N (other tabs must have this enabled too)">💤</label>
|
|
</td>
|
|
{%- if have_up2k_idx %}
|
|
<td data-perm="read" rowspan="2">
|
|
<input type="checkbox" id="fsearch" />
|
|
<label for="fsearch" alt="don't actually upload, instead check if the files already $N exist on the server (will scan all folders you can read)">🔎</label>
|
|
</td>
|
|
{%- endif %}
|
|
<td data-perm="read" rowspan="2" id="u2btn_cw"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="#" id="nthread_sub">–</a>
|
|
<input class="txtbox" id="nthread" value="2" />
|
|
<a href="#" id="nthread_add">+</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="u2cdesc"></div>
|
|
|
|
<div id="u2notbtn"></div>
|
|
|
|
<div id="u2btn_ct">
|
|
<div id="u2btn">
|
|
<span id="u2bm"></span><br />
|
|
drop files here<br />
|
|
(or click me)
|
|
</div>
|
|
</div>
|
|
|
|
<table id="u2tab">
|
|
<tr>
|
|
<td>filename</td>
|
|
<td>status</td>
|
|
<td>progress<a href="#" id="u2cleanup">cleanup</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p id="u2foot"></p>
|
|
<p id="u2footfoot">( if you don't need lastmod timestamps, resumable uploads or progress bars just use the <a href="#" id="u2nope">basic uploader</a>)</p>
|
|
</div>
|