Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248

This commit is contained in:
brianjlowe 2011-05-03 19:01:15 +00:00
parent de5c5ff7de
commit eb00f1cd43
189 changed files with 928 additions and 6859 deletions

View file

@ -1,9 +1,4 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%
final int DEFAULT_PORTAL_ID=1;
String portalIdStr=(portalIdStr=(String)request.getAttribute("home"))==null ?
((portalIdStr=request.getParameter("home"))==null?String.valueOf(DEFAULT_PORTAL_ID):portalIdStr):portalIdStr; %>
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<div class="editingForm">
@ -16,7 +11,6 @@
<tr valign="bottom" align="center">
<td>
<form action="fetch" method="get">
<input type="hidden" name="home" value="<%=portalIdStr%>" />
<input type="submit" class="form-button" value="See All Namespaces"/>
<input type="hidden" name="queryspec" value="private_namespaces"/>
<input type="hidden" name="header" value="titleonly"/>
@ -24,7 +18,6 @@
</td>
<td valign="bottom" align="center">
<form action="editForm" method="get">
<input type="hidden" name="home" value="<%=portalIdStr%>" />
<input type="submit" class="form-button" value="Edit Namespace <%=request.getAttribute("firstvalue")%>"/>
<input name="id" type = "hidden" value="<%=request.getAttribute("firstvalue")%>" />
<input type="hidden" name="controller" value="Namespace"/>
@ -32,7 +25,6 @@
</td>
<td valign="bottom">
<form action="editForm" method="get">
<input type="hidden" name="home" value="<%=portalIdStr%>" />
<input type="submit" class="form-button" value="Add New Namespace"/>
<input type="hidden" name="controller" value="Namespace"/>
</form>