diff --git a/src/page.h b/src/page.h index c6d56d6..7a9dbbe 100644 --- a/src/page.h +++ b/src/page.h @@ -654,7 +654,7 @@ namespace xmreg { // get mixins in time scale for visual representation pair mixin_times_scale = xmreg::timestamps_time_scale( mixin_timestamps, - server_timestamp, 130); + server_timestamp, 160); // add beginning and end to the mixin_times_scale string timescale_str = string("|") diff --git a/src/templates/tx.html b/src/templates/tx.html index 6a1fde9..9f83416 100644 --- a/src/templates/tx.html +++ b/src/templates/tx.html @@ -33,6 +33,34 @@ +

Outputs

+
+ + + + + + {{#outputs}} + + + + + {{/outputs}} +
out_pub_keyamount
{{out_pub_key}}{{amount}}
+
+ + +

Inputs' mixins time scale (from genesis till {{server_time}}; + resolution: {{timescales_scale}} days)

+
+ +
+ +

Inputs {{inputs_no}}

@@ -73,31 +101,4 @@ -

Mixins time scale (resolution: {{timescales_scale}} days)

-

From Gensis till {{server_time}}

-
-
    - {{#timescales}} -
  • {{timescale}}
  • - {{/timescales}} -
-
- - -

Outputs

-
-
- - - - - {{#outputs}} - - - - - {{/outputs}} -
out_pub_keyamount
{{out_pub_key}}{{amount}}
-
-