mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
proxy: more banner tweaks
This commit is contained in:
parent
37fd75f744
commit
48b1c78917
@ -73,9 +73,9 @@ function init_banner() {
|
||||
if (wbinfo.proxy_magic && wbinfo.url) {
|
||||
var select_url = wbinfo.proxy_magic + "/" + wbinfo.url;
|
||||
var query_url = wbinfo.proxy_magic + "/*/" + wbinfo.url;
|
||||
text += ' <a target="_self" href="//query.' + query_url + '">All Capture Times</a>';
|
||||
text += ' <a href="//query.' + query_url + '">All Capture Times</a>';
|
||||
text += '<br/>'
|
||||
text += 'From collection <b>"' + wbinfo.coll + '"</b> <a target="_self" href="//select.' + select_url + '">All Collections</a>';
|
||||
text += 'From collection <b>"' + wbinfo.coll + '"</b> <a href="//select.' + select_url + '">All Collections</a>';
|
||||
}
|
||||
|
||||
banner.innerHTML = text;
|
||||
|
Loading…
x
Reference in New Issue
Block a user