diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-11-21 08:33:54 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-11-21 08:33:54 +0000 |
| commit | 52a0237bf21b49c081045424377834a7dfd7548e (patch) | |
| tree | e71d5a5d4726d90176f1caaa78954b08ed1be5e7 /htroot/CookieMonitorIncoming_p.html | |
| parent | bac22d3f4dc8082bd6a2c0cdb400fb58b88d2802 (diff) | |
using Filetemplates for #[metas]# and other static includes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1116 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/CookieMonitorIncoming_p.html')
| -rw-r--r-- | htroot/CookieMonitorIncoming_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/CookieMonitorIncoming_p.html b/htroot/CookieMonitorIncoming_p.html index 2f2007f3e..a94525d67 100644 --- a/htroot/CookieMonitorIncoming_p.html +++ b/htroot/CookieMonitorIncoming_p.html @@ -2,11 +2,11 @@ <html>
<head>
<title>YaCy '#[clientname]#': Incoming Cookies Monitor</title>
-#[metas]#
+#%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
-#[header]#
-#[submenuCookie]#
+#%env/templates/header.template%#
+#%env/templates/submenuCookie.template%#
<br>
<h2>Cookie Monitor: Incoming Cookies</h2>
<font size="1">
@@ -30,6 +30,6 @@ Showing #[num]# entries from a total of #[total]# Cookies.<br> </table>
</p>
</font>
-#[footer]#
+#%env/templates/footer.template%#
</body>
</html>
|
