<% String version = (String)session.getAttribute("version"); if (version == null){ version=""; } %> <% String errors = (String)session.getAttribute("error_value");%> <% String messages = (String)session.getAttribute("message_value");%> Widget Server Administration <%=version%>
<%if(errors!=null){%>

<%=errors%>

<%}%> <%if(messages!=null){%>

<%=messages%>

<%}%>

This menu allows access to the administration of the widget system. The links are broken up into sections. The first section allows you to add/remove widgets and also add new service types to them. The second section allows you to add/remove new service types. The third section allows you to add/remove entries to the in-built proxy server. Finally the last section contains any other relevent links, such as returning to the main Wookie holding page.

Widgets

Service types

White list

Other

<% session.setAttribute("error_value", null); %> <% session.setAttribute("message_value", null);%>