diff options
| author | reger <reger18@arcor.de> | 2016-08-20 22:23:47 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2016-08-20 22:23:47 +0200 |
| commit | 036c1dc6efa769b7963a31b87eb145070ac15ec0 (patch) | |
| tree | debcbc58d1b06be6911d89512ffef15c62968f1c /htroot/CookieTest_p.html | |
| parent | bf6709d196bff6445826fd42bb411847188d2a1a (diff) | |
fix CookieTest_p formatting (output of <br> as text),
change to dataoutput only by servlet, leave formatting to html.
+ removed link to obsolete env/grafics gif
Diffstat (limited to 'htroot/CookieTest_p.html')
| -rw-r--r-- | htroot/CookieTest_p.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/htroot/CookieTest_p.html b/htroot/CookieTest_p.html index 324085ac9..ecb1d0c88 100644 --- a/htroot/CookieTest_p.html +++ b/htroot/CookieTest_p.html @@ -28,7 +28,7 @@ </fieldset>
</form>
<hr />
- <p>Cookies at this browser:</p>
+ <h3>Cookies at this browser:</h3>
<p>
<script type="text/javascript">
<!--
@@ -39,16 +39,16 @@ #(cookiesout)#
::
<hr />
- <p>Cookies coming to server:</p>
+ <h3>Cookies coming to server:</h3>
#(/cookiesout)#
<p>#{cookiesout}#
- #[string]#
+ #[string]#<br />
#{/cookiesout}#</p>
#(cookiesin)#
::
<hr />
- <p>Cookies server sent:</p>
+ <h3>Cookies server sent:</h3>
#(/cookiesin)#
<p>#{cookiesin}#
#[name]# = #[value]#
@@ -57,7 +57,6 @@ <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>
|
