mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
basic output for searching from lmdb2 added
This commit is contained in:
parent
fb66d89f2a
commit
a2eeee7eb7
1 changed files with 3 additions and 3 deletions
|
@ -1003,13 +1003,13 @@ namespace xmreg {
|
||||||
}
|
}
|
||||||
|
|
||||||
// read search_results.html
|
// read search_results.html
|
||||||
string search_results_html = xmreg::read(TMPL_SEARCH_RESULTS);
|
//string search_results_html = xmreg::read(TMPL_SEARCH_RESULTS);
|
||||||
|
|
||||||
// add header and footer
|
// add header and footer
|
||||||
string full_page = get_full_page(search_results_html);
|
string full_page = get_full_page(out_tmp);
|
||||||
|
|
||||||
// render the page
|
// render the page
|
||||||
return out_tmp;
|
return mstch::render(full_page, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue