adding jsp to generator map so all old jsp will now redirect to generators
This commit is contained in:
parent
a54e24779d
commit
d3fc45f2c6
12 changed files with 73 additions and 6 deletions
|
@ -131,6 +131,8 @@
|
|||
<jsp:param name="useAutoComplete" value="true"/>
|
||||
</jsp:include>
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
$(this).load($(this).parent().children('a').attr('src')+" .editForm");
|
||||
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
<jsp:param name="useTinyMCE" value="false"/>
|
||||
<jsp:param name="useAutoComplete" value="true"/>
|
||||
</jsp:include>
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
$(this).load($(this).parent().children('a').attr('src')+" .editForm");
|
||||
|
|
|
@ -99,6 +99,8 @@
|
|||
|
||||
<% } else { %>
|
||||
<jsp:include page="${preForm}"/>
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
|
||||
<form action="editDatapropStmtRequestDispatch.jsp" method="get">
|
||||
<label for="submit"><h2>Are you sure you want to delete the following entry from <em>${propertyName}</em>?</h2></label>
|
||||
<div class="toBeDeleted dataProp"><%=dataValue%></div>
|
||||
|
|
|
@ -251,7 +251,7 @@
|
|||
%>
|
||||
|
||||
<jsp:include page="${preForm}" />
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
<h2>${titleVerb} date time interval for <%= subjectName %></h2>
|
||||
|
||||
<form class="customForm" action="<c:url value="/edit/processRdfForm2.jsp"/>" >
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
<jsp:include page="${preForm}" />
|
||||
|
||||
<h2>${titleVerb} date time value for <%= subjectName %></h2>
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
<form class="customForm" action="<c:url value="/edit/processRdfForm2.jsp"/>" >
|
||||
|
||||
<v:input id="dateTimeField" />
|
||||
|
@ -187,4 +187,4 @@
|
|||
<p class="submit"><v:input type="submit" id="submit" value="${submitButtonText}" cancel="true"/></p>
|
||||
</form>
|
||||
|
||||
<jsp:include page="${postForm}"/>
|
||||
<jsp:include page="${postForm}"/>
|
||||
|
|
|
@ -241,6 +241,7 @@
|
|||
</jsp:include>
|
||||
|
||||
<h2>${formTitle}</h2>
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
<form action="<c:url value="/edit/processRdfForm2.jsp"/>" ><br/>
|
||||
<v:input type="text" label="name (required)" id="name" size="30"/><br/>
|
||||
<v:input type="submit" id="submit" value="<%=submitButtonLabel%>" cancel="true"/>
|
||||
|
|
|
@ -149,6 +149,8 @@
|
|||
<jsp:param name="useTinyMCE" value="true"/>
|
||||
</jsp:include>
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
|
||||
<h2><%=formTitle%></h2>
|
||||
<form class="editForm" action="<c:url value="/edit/processDatapropRdfForm.jsp"/>" method="post" > <%-- see VITRO-435 Jira issue: need POST, not GET --%>
|
||||
<c:if test="${!empty predicate.publicDescription}">
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
}
|
||||
%>
|
||||
<jsp:include page="${preForm}"/>
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
<h2><%=formTitle%></h2>
|
||||
|
||||
<c:if test="${requestScope.predicate.selectFromExisting == true }">
|
||||
|
|
|
@ -122,7 +122,7 @@ parameter set up by editRequestDispatch.
|
|||
<c:set var="requiredHint" value="<span class='requiredHint'> *</span>" />
|
||||
|
||||
<jsp:include page="${preForm}" />
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
<h2>Create a new ${typeName}</h2>
|
||||
|
||||
<form class="customForm" action="<c:url value="/edit/processRdfForm2.jsp"/>" >
|
||||
|
|
|
@ -140,6 +140,8 @@ public WebappDaoFactory getUnfilteredDaoFactory() {
|
|||
|
||||
<jsp:include page="${preForm}"/>
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
|
||||
<form action="editRequestDispatch.jsp" method="get">
|
||||
<label for="submit"><h2>Are you sure you want to delete the following entry from <em>${propertyName}</em>?</h2></label>
|
||||
<div class="toBeDeleted objProp">${statementDisplay}</div>
|
||||
|
|
|
@ -163,6 +163,8 @@
|
|||
<jsp:param name="useTinyMCE" value="false"/>
|
||||
</jsp:include>
|
||||
|
||||
<h1>JSP form, must be removed for the 1.4!</h1>
|
||||
|
||||
<h2><%= title %></h2>
|
||||
<form action="<c:url value="/edit/processDatapropRdfForm.jsp"/>" >
|
||||
<v:input type="text" id="label" size="30" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue