From aabba1b8b1cd75d34cf680b4e0ca29c94845132a Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 18 Jan 2017 05:19:13 +0000 Subject: [PATCH] my_outputs.html modified --- src/templates/my_outputs.html | 54 ++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 20 deletions(-) diff --git a/src/templates/my_outputs.html b/src/templates/my_outputs.html index 323fabf..f20b2dd 100644 --- a/src/templates/my_outputs.html +++ b/src/templates/my_outputs.html @@ -84,29 +84,43 @@

Key image: {{key_image}}, amount {{key_image_amount}}

{{#mixins}} {{#has_mixin_outputs}} -
Mixin of pub key: {{mixin_pub_key}}
{{#mixin_outputs}} -
- uses outputs from tx: - {{mix_tx_hash}} -
+
+ + + + {{#has_found_outputs}} - {{#found_outputs}} - -
- Output public key: {{my_public_key}}, - amount: {{amount}}, - is ours: - {{#mine_output}} - {{mine_output}} - {{/mine_output}} - {{^mine_output}} - {{mine_output}} - {{/mine_output}} -
- - {{/found_outputs}} + {{/has_found_outputs}} +
+ Mixin {{mixin_pub_key}}
might use our outputs from tx: {{mix_tx_hash}} +
+
+ + + + + + + {{#found_outputs}} + + + + + + {{/found_outputs}} +
output public keyamountis ours?
{{my_public_key}}{{amount}} + {{#mine_output}} + {{mine_output}} + {{/mine_output}} + {{^mine_output}} + {{mine_output}} + {{/mine_output}} +
+
+
+
{{/mixin_outputs}} {{/has_mixin_outputs}} {{/mixins}}