mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-04-18 18:18:49 -04:00
For this on the header of the viewed result a "add bookmark" button is available (for authenticated users). Currently the bookmark is added to a (virtual) bookmark folder "/proxy" w/o any additional tags etc.
14 lines
722 B
HTML
14 lines
722 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background:white">
|
|
<div align="center" style="width:98%; padding:5px; background:white; border-bottom: medium solid lightgrey;">
|
|
<form method="get" action="?url=#[proxyurl]#">
|
|
<button name="exit" onclick="parent.location='#[proxyurl]#'">YaCy stop proxy</button>
|
|
#(httpsAlertMsg)#:: - <span style='color:red'>(Warning: secure target viewed over normal http)</span>#(/httpsAlertMsg)#
|
|
#(allowbookmark)#::<input type="hidden" name="bookmark" value="#[proxyurl]#">
|
|
<input type="submit" name="addbookmark" value="add bookmark">#(/allowbookmark)#
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|