diff options
| author | reger <reger18@arcor.de> | 2015-11-20 01:49:56 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-11-20 01:49:56 +0100 |
| commit | 97cc03ef6abffbdb70a927fff16c9e84c4245a03 (patch) | |
| tree | 5b75eff228c009bee0a1b63552c97f2077ea9366 /htroot/proxymsg/urlproxyheader.html | |
| parent | d08e42180901df539be107100d74b7a40e63c5e7 (diff) | |
start using a template for urlproxy header
It is included as iframe /proxmsg/urlproxyheader.html
to allow full servlet functionallity and flexibility to display some
index/meta data in future.
Diffstat (limited to 'htroot/proxymsg/urlproxyheader.html')
| -rw-r--r-- | htroot/proxymsg/urlproxyheader.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/htroot/proxymsg/urlproxyheader.html b/htroot/proxymsg/urlproxyheader.html new file mode 100644 index 000000000..5f53ef526 --- /dev/null +++ b/htroot/proxymsg/urlproxyheader.html @@ -0,0 +1,10 @@ +<!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" target="_parent" action="#[proxyurl]#"> + <input type="submit" value="YaCy stop proxy"> #(httpsAlertMsg)#:: - <span style='color:red'>(Warning: secure target viewed over normal http)</span>#(/httpsAlertMsg)# + </form> + </div> + </body> +</html> |
