further supertemplate test

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3388 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 18 years ago
parent a5a36d9252
commit 9702d3abba

@ -1,13 +1,6 @@
<!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]#': User Administration</title>
#%env/templates/metas.template%#
</head>
<body>
#%env/templates/header.template%#
<br />
<br />
<!--HEADER for Lab.html
<title>#[clientname]#'s User Administration</title>
end of HEADER-->
<h2>User Administration</h2>
#(page)#
<table>
@ -96,7 +89,3 @@
#(/error)#
<p>If you want to manage more Users, return to the <a href="User_p.html?change_user=true&amp;user=#[username]#">user</a> page.</p>
#(/page)#
#%env/templates/footer.template%#
</body>
</html>

@ -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);

Loading…
Cancel
Save