You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.0 KiB
64 lines
2.0 KiB
18 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>YaCy '#[clientname]#': Cookie - Test Page</title>
|
||
|
#%env/templates/metas.template%#
|
||
|
</head>
|
||
|
<body id="CookieTest">
|
||
|
#%env/templates/header.template%#
|
||
|
<p>Here is a cookie test page.</p>
|
||
|
<hr />
|
||
|
<form action="">
|
||
|
<fieldset>
|
||
|
<input type="hidden" name="act" value="clear_cookie" />
|
||
|
<input type="submit" name="set_action" value="Just clean it" />
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
<hr />
|
||
|
<form action="">
|
||
|
<fieldset>
|
||
|
<input type="hidden" name="act" value="set_cookie" />
|
||
|
<dl>
|
||
|
<dt><label for="cookie_name">Name:</label></dt>
|
||
|
<dd><input type="text" name="cookie_name" id="cookie_name" /></dd>
|
||
|
<dt><label for="cookie_value">Value:</label></dt>
|
||
|
<dd><input type="text" name="cookie_value" id="cookie_value" /></dd>
|
||
|
</dl>
|
||
17 years ago
|
<input type="submit" name="set_action" value="Dear server, set this cookie for me!" />
|
||
18 years ago
|
</fieldset>
|
||
|
</form>
|
||
|
<hr />
|
||
|
<p>Cookies at this browser:</p>
|
||
|
<p>
|
||
|
<script type="text/javascript">
|
||
|
<!--
|
||
|
document.write(document.cookie.split(';').join(';<br />'))
|
||
|
//-->
|
||
|
</script>
|
||
|
</p>
|
||
|
#(cookiesout)#
|
||
|
::
|
||
|
<hr />
|
||
|
<p>Cookies coming to server:</p>
|
||
|
#(/cookiesout)#
|
||
|
<p>#{cookiesout}#
|
||
|
#[string]#
|
||
|
#{/cookiesout}#</p>
|
||
19 years ago
|
|
||
18 years ago
|
#(cookiesin)#
|
||
|
::
|
||
|
<hr />
|
||
|
<p>Cookies server sent:</p>
|
||
|
#(/cookiesin)#
|
||
|
<p>#{cookiesin}#
|
||
|
#[name]# = #[value]#
|
||
|
#{/cookiesin}#</p>
|
||
19 years ago
|
|
||
18 years ago
|
<p class="info">YaCy is a GPL'ed project
|
||
|
with the target of implementing a P2P-based global search engine.<br />
|
||
|
Architecture (C) by Michael Peter Christen,
|
||
|
<img src="/env/grafics/mcemailh.gif" alt="Mail-Adresse von Michael Peter Christen" />
|
||
|
</p>
|
||
|
#%env/templates/footer.template%#
|
||
|
</body>
|
||
19 years ago
|
</html>
|