1
0
minetest-skindb-oldwebdb/shareSkin.php

20 lines
1.2 KiB
PHP

<?php
$id = $_POST[id];
?>
<form method="post" onsubmit="return true" onreset="return resetReport(this);">
<input name="id" type="hidden" value="<?=$id ?>"/>
<h2>Share Skin #<?=$id ?></h2>
<div><fieldset style="display: inline-block;float: left;"><legend>Where do you want to share this?</legend>
<select name="topic" size="5" style="height: 250px; width: 170px" onchange="shareSkin.modified(this)">
<option value="perma" title="Use this link to share this on all pages you want">Permalink</option>
<option value="forum" title="use this if you want to post it in a Forum using BBcodes">Minetest Forum</option>
<option title="dont wory, its on my todo list!" disabled>HTML (2d)</option>
<option title="this is on my todo list too ;-P" disabled>HTML (3d)</option>
<option title="what should i say? i think you can imagine it ;-)" disabled>WIKI</option>
</select></fieldset>
<fieldset style="display: inline-block;"><legend>Output:</legend>
<textarea name="output" style="height: 250px; font-family: monospace; white-space: pre;display:inline-block; overflow:auto; width: 350px">&#x2190;select a way to output it here</textarea></fieldset><br>
<output name="help">&nbsp;</output>
</div>
<br>
</form>