mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
templates updated
This commit is contained in:
parent
2790abe370
commit
22e8850a18
1 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<h3>The search term matches key image found in the following transaction</h3>
|
<h3>The search term matches key image found in the following transaction</h3>
|
||||||
|
|
||||||
<table class="center" style="width:80%">
|
<table class="center" style="width:90%">
|
||||||
{{>tx_table_head}}
|
{{>tx_table_head}}
|
||||||
{{#key_images}}
|
{{#key_images}}
|
||||||
{{>tx_table_row}}
|
{{>tx_table_row}}
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<h3>The search term matches tx public key of the following transaction</h3>
|
<h3>The search term matches tx public key of the following transaction</h3>
|
||||||
|
|
||||||
<table class="center" style="width:80%">
|
<table class="center" style="width:90%">
|
||||||
{{>tx_table_head}}
|
{{>tx_table_head}}
|
||||||
{{#tx_public_keys}}
|
{{#tx_public_keys}}
|
||||||
{{>tx_table_row}}
|
{{>tx_table_row}}
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
<h3>The search term matches payment id found in the following transaction(s)</h3>
|
<h3>The search term matches payment id found in the following transaction(s)</h3>
|
||||||
|
|
||||||
<table class="center" style="width:80%">
|
<table class="center" style="width:90%">
|
||||||
{{>tx_table_head}}
|
{{>tx_table_head}}
|
||||||
{{#payments_id}}
|
{{#payments_id}}
|
||||||
{{>tx_table_row}}
|
{{>tx_table_row}}
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
<h3>The search term matches encrypted payment id found in the following transaction(s)</h3>
|
<h3>The search term matches encrypted payment id found in the following transaction(s)</h3>
|
||||||
|
|
||||||
<table class="center" style="width:80%">
|
<table class="center" style="width:90%">
|
||||||
{{>tx_table_head}}
|
{{>tx_table_head}}
|
||||||
{{#encrypted_payments_id}}
|
{{#encrypted_payments_id}}
|
||||||
{{>tx_table_row}}
|
{{>tx_table_row}}
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
<h3>The search term matches output public key found in the following transaction(s)</h3>
|
<h3>The search term matches output public key found in the following transaction(s)</h3>
|
||||||
|
|
||||||
<table class="center" style="width:80%">
|
<table class="center" style="width:90%">
|
||||||
{{>tx_table_head}}
|
{{>tx_table_head}}
|
||||||
{{#output_public_keys}}
|
{{#output_public_keys}}
|
||||||
{{>tx_table_row}}
|
{{>tx_table_row}}
|
||||||
|
|
Loading…
Reference in a new issue