|
|
@ -65,13 +65,13 @@
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h4 style="margin-bottom:0px">Check which of the above outputs belong to the provided address and viewkey</h4>
|
|
|
|
<h4 style="margin-bottom:0px">Decode the amounts of the above outputs which belong to the following address and viewkey</h4>
|
|
|
|
|
|
|
|
|
|
|
|
<form action="/myoutputs" method="get" style="width:100%; margin-top:2px" class="style-1">
|
|
|
|
<form action="/myoutputs" method="get" style="width:100%; margin-top:2px" class="style-1">
|
|
|
|
<input type="hidden" name="tx_hash" size="100" value="{{tx_hash}}"><br/>
|
|
|
|
<input type="hidden" name="tx_hash" size="100" value="{{tx_hash}}"><br/>
|
|
|
|
<input type="text" name="xmr_address" size="100" placeholder="Monero address"><br/>
|
|
|
|
<input type="text" name="xmr_address" size="100" placeholder="Monero address"><br/>
|
|
|
|
<input type="text" name="viewkey" size="100" placeholder="viewkey" style="margin-top:5px"><br/>
|
|
|
|
<input type="text" name="viewkey" size="100" placeholder="viewkey" style="margin-top:5px"><br/>
|
|
|
|
<input type="submit" value="Search outputs" style="margin-top:5px" >
|
|
|
|
<input type="submit" value="Decode outputs" style="margin-top:5px" >
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|