22 lines
624 B
HTML
22 lines
624 B
HTML
|
<form action="/private/beam.php"
|
||
|
method="post" enctype="multipart/form-data">
|
||
|
<p>
|
||
|
<input type="text" placeholder="Filename (Blank for uploaded name)"
|
||
|
name="desired_filename" class="basic-text">
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<input type="text" placeholder="Source (Optional)"
|
||
|
name="file_source" class="basic-text">
|
||
|
</p>
|
||
|
|
||
|
<input type="file" name="uploadcoin" id="uploadcoin"
|
||
|
style="margin: 0 auto">
|
||
|
<input style="margin-top: 10px; margin-bottom: 10px" type="submit"
|
||
|
value="INSERT COIN" name="submit">
|
||
|
</form>
|
||
|
<img
|
||
|
alt="A big & yellow coin lying before a coin-slot"
|
||
|
src="<!-- TMPL_VAR depth -->r/coin-big.png">
|
||
|
|