From 9702d3abba3f9b1e2b6f98c2f31bfff0ff90d242 Mon Sep 17 00:00:00 2001 From: allo Date: Thu, 22 Feb 2007 11:01:16 +0000 Subject: [PATCH] further supertemplate test git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3388 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/User_p.html | 17 +++-------------- htroot/User_p.java | 1 + 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/htroot/User_p.html b/htroot/User_p.html index 61f6661a4..dae3ec7c8 100644 --- a/htroot/User_p.html +++ b/htroot/User_p.html @@ -1,13 +1,6 @@ - - - - YaCy '#[clientname]#': User Administration - #%env/templates/metas.template%# - - - #%env/templates/header.template%# -
-
+

User Administration

#(page)# @@ -96,7 +89,3 @@ #(/error)#

If you want to manage more Users, return to the user page.

#(/page)# - - #%env/templates/footer.template%# - - diff --git a/htroot/User_p.java b/htroot/User_p.java index 86a188541..8fbabe366 100644 --- a/htroot/User_p.java +++ b/htroot/User_p.java @@ -64,6 +64,7 @@ public class User_p { serverObjects prop = new serverObjects(); plasmaSwitchboard sb = plasmaSwitchboard.getSwitchboard(); userDB.Entry entry=null; + prop.put("SUPERTEMPLATE", "/env/page.html"); //user Supertemplates //default values prop.put("page", 0);