NIHVIVO-1554 Remove vitro theme jsps and other unused vitro jsps. Fix vitro web.xml so the application can run.

This commit is contained in:
rjy7 2011-03-04 21:52:51 +00:00
parent 93be621220
commit 13ff7686ef
16 changed files with 18 additions and 911 deletions

View file

@ -1,13 +1,10 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Standard template to display a message generated from any controller. Keeps this out of individual templates. -->
<#if link??>
<form method="post" action="RecomputeInferences">
<input type="submit" value="Recompute Inferences" name="submit"/>
<input type="hidden" value="Recompute" name="signal">
</form>
<form method="post" action="RecomputeInferences">
<input type="submit" value="Recompute Inferences" name="submit"/>
<input type="hidden" value="Recompute" name="signal">
</form>
</#if>
<#if message??>
<p>${message}</p>

View file

@ -1,14 +1,11 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Standard template to display a message generated from any controller. Keeps this out of individual templates. -->
<#if link??>
<form method="post" action="sdbsetup">
<p>${sdbstatus}</p>
<input type="submit" value="Run SDB Setup" name="submit"/>
<input type="hidden" value="setup" name="setupsignal">
</form>
<form method="post" action="sdbsetup">
<p>${sdbstatus}</p>
<input type="submit" value="Run SDB Setup" name="submit"/>
<input type="hidden" value="setup" name="setupsignal">
</form>
</#if>
<#if message??>
<p>${message}</p>