<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>untitled</title>
</head>
<body>
<form id="snd0" method="POST" name="snd0" action="50-form2.html">
<input type="hidden" name="id" value="">
</form>
<form id="snd" method="POST" name="snd" action="50-form2.html">
<input type="hidden" name="id" value="23">
<table id="send_select" class="send_res" cellpadding="1" cellspacing="1"><tr>
<td class="ico">
<a href="#" onClick="upd_res(1,1); return false;"><img class="r1" src="img/x.gif" alt="Legno" title="Legno" /></a>
</td>
<td class="nam">
Legno:
</td>
<td class="val">
<input class="text" type="text" name="r1" id="r1" value="" maxlength="5" onKeyUp="upd_res(1)" tabindex="1">
</td>
<td class="max">
<a href="#" onMouseUp="add_res(1);" onClick="return false;">(1800)</a>
</td>
</tr><tr>
<td class="ico">
<a href="#" onClick="upd_res(2,1); return false;"><img class="r2" src="img/x.gif" alt="Argilla" title="Argilla" /></a>
</td>
<td class="nam">
Argilla:
</td>
<td class="val">
<input class="text" type="text" name="r2" id="r2" value="" maxlength="5" onKeyUp="upd_res(2)" tabindex="2">
</td>
<td class="max">
<a href="#" onMouseUp="add_res(2);" onClick="return false;">(1800)</a>
</td>
</tr><tr>
<td class="ico">
<a href="#" onClick="upd_res(3,1); return false;"><img class="r3" src="img/x.gif" alt="Ferro" title="Ferro" /></a>
</td>
<td class="nam">
Ferro:
</td>
<td class="val">
<input class="text" type="text" name="r3" id="r3" value="" maxlength="5" onKeyUp="upd_res(3)" tabindex="3">
</td>
<td class="max">
<a href="#" onMouseUp="add_res(3);" onClick="return false;">(1800)</a>
</td>
</tr><tr>
<td class="ico">
<a href="#" onClick="upd_res(4,1); return false;"><img class="r4" src="img/x.gif" alt="Grano" title="Grano" /></a>
</td>
<td class="nam">
Grano:
</td>
<td class="val">
<input class="text" type="text" name="r4" id="r4" value="" maxlength="5" onKeyUp="upd_res(4)" tabindex="4">
</td>
<td class="max">
<a href="#" onMouseUp="add_res(4);" onClick="return false;">(1800)</a>
</td>
</tr></table>
<table id="target_select" class="res_target" cellpadding="1" cellspacing="1">
<tr>
<td class="mer">Mercanti 20/20</td>
</tr>
<tr>
<td class="vil">
<span>Villaggio:</span>
<input class="text" type="text" name="dname" value="" maxlength="20" tabindex="5">
</td>
<tr>
<td class="or">oppure</td>
</tr>
<tr>
<td class="coo">
<span>X:</span><input class="text" type="text" name="x" value="" maxlength="4" tabindex="6">
<span>Y:</span><input class="text" type="text" name="y" value="" maxlength="4" tabindex="7">
</td>
</tr>
</table>
<div class="clear"></div>
<p>
<input type="image" value="ok" name="s1" id="btn_ok" class="dynamic_img" src="img/x.gif" tabindex="8" alt="OK" /></p>
</form>
<form id="snd2" method="POST" name="snd2" action="50-form2.html">
<input type="hidden" name="id" value="42">
</form>
<form id="snd3" method="POST" name="snd3" action="50-form2.html">
<input type="hidden" name="id" value="42">
<textarea name="comment"></textarea>
</form>
<form id="snd4" method="POST" name="snd4" action="50-form2.html">
<input type="hidden" name="id" value="42">
<select name="quickcomment">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</form>
<form id="snd5" method="POST" name="snd5" action="50-form2.html">
<select name="multic" size="5" multiple>
<option value="1">1</option>
<option value="1">1 dupe</option>
<option value="2" selected>2</option>
<option value="2" selected>2 dupe</option>
<option value="3" selected>3</option>
</select>
</form>
<form id="samename" method="POST" name="samename" action="50-form2.html">
<input type="date" name="date" id="date1" value="2020-04-01"/>
<input type="date" name="date" id="date2" value="2020-04-02"/>
<input type="date" name="date" id="date3" value="2020-04-03"/>
</form>
</body>
</html>