mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
image nd output publick checkers use default header now
This commit is contained in:
parent
059bc5ad12
commit
d187f1a9e3
5 changed files with 16 additions and 78 deletions
12
src/page.h
12
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);
|
||||
|
||||
|
|
|
@ -1,24 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
|
||||
{{#refresh}}
|
||||
<meta http-equiv="refresh" content="10">
|
||||
{{/refresh}}
|
||||
<title>Onion Monero Blockchain Explorer</title>
|
||||
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
|
||||
<style type="text/css">
|
||||
{{#css_styles}}{{/css_styles}}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
<div class="center">
|
||||
<h1 class="center"><a href="/">Onion Monero Signed Key Images Checker</a></h1>
|
||||
<h4 style="font-size: 15px; margin: 0px">(no javascript - no cookies - no web analytics trackers - no images - open sourced)</h4>
|
||||
<br/>
|
||||
<h3 class="center">Signed Key Images Checker</h3>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -1,24 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
|
||||
{{#refresh}}
|
||||
<meta http-equiv="refresh" content="10">
|
||||
{{/refresh}}
|
||||
<title>Onion Monero Blockchain Explorer</title>
|
||||
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
|
||||
<style type="text/css">
|
||||
{{#css_styles}}{{/css_styles}}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
<div class="center">
|
||||
<h1 class="center"><a href="/">Onion Monero Signed Output Keys Checker</a></h1>
|
||||
<h4 style="font-size: 15px; margin: 0px">(no javascript - no cookies - no web analytics trackers - no images - open sourced)</h4>
|
||||
<br/>
|
||||
<h3 class="center">Signed Outputs Public Keys Checker</h3>
|
||||
</div>
|
||||
|
||||
<h3>Data file prefix: {{data_prefix}}</h3>
|
||||
|
|
|
@ -1,26 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
|
||||
{{#refresh}}
|
||||
<meta http-equiv="refresh" content="10">
|
||||
{{/refresh}}
|
||||
<title>Onion Monero Blockchain Explorer</title>
|
||||
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
|
||||
<style type="text/css">
|
||||
{{#css_styles}}{{/css_styles}}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
<div class="center">
|
||||
<h1 class="center"><a href="/">Onion Monero Signed Key Images Checker</a></h1>
|
||||
<h4 style="font-size: 15px; margin: 0px">(no javascript - no cookies - no web analytics trackers - no images - open sourced)</h4>
|
||||
<br/>
|
||||
<h3 class="center">Signed Key Images Checker</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="center">
|
||||
<form action="/checkrawkeyimgs" method="post" style="width:100%; margin-top:15px" class="style-1">
|
||||
Paste base64 encoded, signed key images data here<br/>
|
||||
|
|
|
@ -1,26 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
|
||||
{{#refresh}}
|
||||
<meta http-equiv="refresh" content="10">
|
||||
{{/refresh}}
|
||||
<title>Onion Monero Blockchain Explorer</title>
|
||||
<!--<link rel="stylesheet" type="text/css" href="/css/style.css">-->
|
||||
<style type="text/css">
|
||||
{{#css_styles}}{{/css_styles}}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
|
||||
<div class="center">
|
||||
<h1 class="center"><a href="/">Onion Monero Signed Output Keys Checker</a></h1>
|
||||
<h4 style="font-size: 15px; margin: 0px">(no javascript - no cookies - no web analytics trackers - no images - open sourced)</h4>
|
||||
<br/>
|
||||
<h3 class="center">Signed Outputs Public Keys Checker</h3>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="center">
|
||||
<form action="/checkrawoutputkeys" method="post" style="width:100%; margin-top:15px" class="style-1">
|
||||
Paste base64 encoded, signed output keys data here<br/>
|
||||
|
|
Loading…
Reference in a new issue