my_outputs.html modified

This commit is contained in:
moneroexamples 2017-01-18 05:19:13 +00:00
parent 17cd272f1c
commit aabba1b8b1

View file

@ -84,29 +84,43 @@
<h4>Key image: {{key_image}}, amount {{key_image_amount}}</h4> <h4>Key image: {{key_image}}, amount {{key_image_amount}}</h4>
{{#mixins}} {{#mixins}}
{{#has_mixin_outputs}} {{#has_mixin_outputs}}
<h5>Mixin of pub key: {{mixin_pub_key}}</h5>
{{#mixin_outputs}} {{#mixin_outputs}}
<h5> <div class="center">
uses outputs from tx: <table class="center">
<a href="/tx/{{mix_tx_hash}}">{{mix_tx_hash}}</a> <tr>
</h5> <td style="text-align: center;">
Mixin {{mixin_pub_key}} <br/> might use our outputs from tx: <a href="/tx/{{mix_tx_hash}}">{{mix_tx_hash}}</a>
</td>
</tr>
{{#has_found_outputs}} {{#has_found_outputs}}
{{#found_outputs}} <tr><td>
<div class="center">
<h6 style="font-family: 'Lucida Console', Monaco, monospace; font-size: 12px; font-weight: normal;"> <table class="center">
Output public key: {{my_public_key}}, <tr>
amount: {{amount}}, <td>output public key</td>
is ours: <td>amount</td>
{{#mine_output}} <td>is ours?</td>
<span style="color: #008009;font-weight: bold">{{mine_output}}</span> </tr>
{{/mine_output}} {{#found_outputs}}
{{^mine_output}} <tr>
{{mine_output}} <td>{{my_public_key}}</td>
{{/mine_output}} <td>{{amount}}</td>
</h6> <td>
{{#mine_output}}
{{/found_outputs}} <span style="color: #008009;font-weight: bold">{{mine_output}}</span>
{{/mine_output}}
{{^mine_output}}
{{mine_output}}
{{/mine_output}}
</td>
</tr>
{{/found_outputs}}
</table>
</div>
</td></tr>
{{/has_found_outputs}} {{/has_found_outputs}}
</table>
</div>
{{/mixin_outputs}} {{/mixin_outputs}}
{{/has_mixin_outputs}} {{/has_mixin_outputs}}
{{/mixins}} {{/mixins}}