diff --git a/src/page.h b/src/page.h index af3afb7..371a87e 100644 --- a/src/page.h +++ b/src/page.h @@ -2585,7 +2585,7 @@ public: string rawkeyimgs_html = xmreg::read(TMPL_MY_RAWKEYIMGS); // add header and footer - string full_page = rawkeyimgs_html + get_footer(); + string full_page = get_full_page(rawkeyimgs_html); add_css_style(context); @@ -2605,7 +2605,7 @@ public: string rawoutputkeys_html = xmreg::read(TMPL_MY_RAWOUTPUTKEYS); // add header and footer - string full_page = rawoutputkeys_html + get_footer(); + string full_page = get_full_page(rawoutputkeys_html); add_css_style(context); @@ -2634,8 +2634,8 @@ public: // read page template string checkrawkeyimgs_html = xmreg::read(TMPL_MY_CHECKRAWKEYIMGS); - // add footer - string full_page = checkrawkeyimgs_html + get_footer(); + // add header and footer + string full_page = get_full_page(checkrawkeyimgs_html); add_css_style(context); @@ -2998,8 +2998,8 @@ public: // read page template string checkoutputkeys_html = xmreg::read(TMPL_MY_CHECKRAWOUTPUTKEYS); - // add footer - string full_page = checkoutputkeys_html + get_footer(); + // add header and footer + string full_page = get_full_page(checkoutputkeys_html); add_css_style(context); diff --git a/src/templates/checkrawkeyimgs.html b/src/templates/checkrawkeyimgs.html index 811584f..e42d588 100644 --- a/src/templates/checkrawkeyimgs.html +++ b/src/templates/checkrawkeyimgs.html @@ -1,24 +1,9 @@ - - - - - - {{#refresh}} - - {{/refresh}} - Onion Monero Blockchain Explorer - - - -
-

Onion Monero Signed Key Images Checker

-

(no javascript - no cookies - no web analytics trackers - no images - open sourced)

+
+

Signed Key Images Checker

diff --git a/src/templates/checkrawoutputkeys.html b/src/templates/checkrawoutputkeys.html index 006fad0..572bbdc 100644 --- a/src/templates/checkrawoutputkeys.html +++ b/src/templates/checkrawoutputkeys.html @@ -1,24 +1,8 @@ - - - - - - {{#refresh}} - - {{/refresh}} - Onion Monero Blockchain Explorer - - - - -
-

Onion Monero Signed Output Keys Checker

-

(no javascript - no cookies - no web analytics trackers - no images - open sourced)

+
+

Signed Outputs Public Keys Checker

Data file prefix: {{data_prefix}}

diff --git a/src/templates/rawkeyimgs.html b/src/templates/rawkeyimgs.html index 3b346e6..2652647 100644 --- a/src/templates/rawkeyimgs.html +++ b/src/templates/rawkeyimgs.html @@ -1,26 +1,11 @@ - - - - - - {{#refresh}} - - {{/refresh}} - Onion Monero Blockchain Explorer - - - - -
-

Onion Monero Signed Key Images Checker

-

(no javascript - no cookies - no web analytics trackers - no images - open sourced)

+
+

Signed Key Images Checker

+
Paste base64 encoded, signed key images data here
diff --git a/src/templates/rawoutputkeys.html b/src/templates/rawoutputkeys.html index 5f1a4d2..a2da86a 100644 --- a/src/templates/rawoutputkeys.html +++ b/src/templates/rawoutputkeys.html @@ -1,26 +1,10 @@ - - - - - - {{#refresh}} - - {{/refresh}} - Onion Monero Blockchain Explorer - - - - -
-
-

Onion Monero Signed Output Keys Checker

-

(no javascript - no cookies - no web analytics trackers - no images - open sourced)

+
+

Signed Outputs Public Keys Checker

+
Paste base64 encoded, signed output keys data here