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:
rjy7 2010-03-02 20:56:03 +00:00
parent 6f385073ad
commit b0071ac824
3 changed files with 256 additions and 4 deletions

View file

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