my_outputs.html modified

This commit is contained in:
moneroexamples 2017-01-18 05:19:13 +00:00
parent 0744587cf0
commit 88e753bce8

View file

@ -76,29 +76,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}}
<tr><td>
<div class="center">
<table class="center">
<tr>
<td>output public key</td>
<td>amount</td>
<td>is ours?</td>
</tr>
{{#found_outputs}} {{#found_outputs}}
<tr>
<h6 style="font-family: 'Lucida Console', Monaco, monospace; font-size: 12px; font-weight: normal;"> <td>{{my_public_key}}</td>
Output public key: {{my_public_key}}, <td>{{amount}}</td>
amount: {{amount}}, <td>
is ours:
{{#mine_output}} {{#mine_output}}
<span style="color: #008009;font-weight: bold">{{mine_output}}</span> <span style="color: #008009;font-weight: bold">{{mine_output}}</span>
{{/mine_output}} {{/mine_output}}
{{^mine_output}} {{^mine_output}}
{{mine_output}} {{mine_output}}
{{/mine_output}} {{/mine_output}}
</h6> </td>
</tr>
{{/found_outputs}} {{/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}}