search by output global idx added

This commit is contained in:
moneroexamples 2016-05-10 03:26:15 +00:00
parent 319d1de1e7
commit e7d12cd255
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@
<div class="center">
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="text" name="value" size="100"
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, output public key, and goi:output global idx ">
placeholder="blk height, blk hash, tx hash, tx payment id,
encrypted payment id, tx public key, input key image, output public key,
and goi_output global idx> ">
<input type="submit" value="Search">
</form>
</div>