Custom form for adding a service activity to a person (may or may not be used in the product; otherwise just for practice).
This commit is contained in:
parent
6f385073ad
commit
b0071ac824
3 changed files with 256 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%@ page import="com.hp.hpl.jena.rdf.model.Literal"%>
|
||||
<%@ page import="com.hp.hpl.jena.rdf.model.Model"%>
|
||||
<%@ page import="edu.cornell.mannlib.vitro.webapp.beans.Individual"%>
|
||||
|
@ -11,8 +13,6 @@
|
|||
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
|
||||
<%@ taglib prefix="v" uri="http://vitro.mannlib.cornell.edu/vitro/tags" %>
|
||||
|
||||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%-- This form is for the object property between Organizations and Positions. --%>
|
||||
<%
|
||||
VitroRequest vreq = new VitroRequest(request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue