Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248
This commit is contained in:
parent
de5c5ff7de
commit
eb00f1cd43
189 changed files with 928 additions and 6859 deletions
|
@ -1,11 +1,5 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%
|
||||
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;
|
||||
%>
|
||||
|
||||
<div class="editingForm"/>
|
||||
|
||||
<jsp:include page="/templates/edit/fetch/vertical.jsp"/>
|
||||
|
@ -18,14 +12,12 @@ String portalIdStr=(portalIdStr=(String)request.getAttribute("home"))==null ?
|
|||
<td>
|
||||
<form action="fetch" method="get">
|
||||
<input type="submit" class="form-button" value="display this class group's record"/>
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="hidden" name="queryspec" value="private_classgroup"/>
|
||||
<input type="hidden" name="header" value="titleonly"/>
|
||||
<input type="hidden" name="linkwhere" value="classgroups.id=<%=request.getAttribute("firstvalue")%>"/>
|
||||
</form>
|
||||
<form action="fetch" method="get">
|
||||
<input type="submit" class="form-button" value="see all class groups"/>
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="hidden" name="queryspec" value="private_classgroups"/>
|
||||
<input type="hidden" name="header" value="titleonly"/>
|
||||
</form>
|
||||
|
@ -34,18 +26,15 @@ String portalIdStr=(portalIdStr=(String)request.getAttribute("home"))==null ?
|
|||
<form action="editForm" method="get">
|
||||
<input name="id" type = "hidden" value="<%=request.getAttribute("firstvalue")%>" />
|
||||
<input type="submit" class="form-button" value="edit class group <%=request.getAttribute("firstvalue")%>"/>
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="hidden" name="controller" value="Classgroup"/>
|
||||
</form>
|
||||
</td>
|
||||
<td valign="bottom">
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="hidden" name="controller" value="Classgroup"/>
|
||||
<input type="submit" class="form-button" value="add new class group"/>
|
||||
</form>
|
||||
<form action="editForm" method="get">
|
||||
<input type="hidden" name="home" value="<%=portalIdStr%>" />
|
||||
<input type="hidden" name="controller" value="Vclass"/>
|
||||
<input type="hidden" name="GroupId" value="<%=request.getAttribute("firstvalue")%>"/>
|
||||
<input type="submit" class="form-button" value="add new class to this group"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue