mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-06 22:15:34 +01:00
Add modal to show paste info (web)
Done paste upload logic (web) Add json response (paste) Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
aa154b213e
commit
576a543703
6 changed files with 289 additions and 51 deletions
|
@ -83,7 +83,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input id="show_qr_checkbox" type="checkbox" name="qrcode" checked>
|
||||
<input id="show_qr_checkbox" type="checkbox" name="qrcode" checked value="1">
|
||||
<label for="show_qr_checkbox">Show QR code on sumbitted</label>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -169,7 +169,9 @@
|
|||
document.getElementById('upload_file_form').addEventListener('submit', handle_submit_form, false);
|
||||
</script>
|
||||
<br>
|
||||
<a href="https://nekoul.com">[Homepage]</a><a href="https://github.com/rikkaneko/paste#api-specification">[API]</a>
|
||||
<a href="https://nekoul.com">[Homepage]</a>
|
||||
<a href="https://github.com/rikkaneko/paste#api-specification">[API]</a>
|
||||
<a href="https://pb.nekou.com">[Switch to new version]</a>
|
||||
<p>© 2022 rikkaneko</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue