Improve output: distinguish between failed assertions (failures) and unexpected exceptions (errors), and print a filtered stack trace for any exception.

This commit is contained in:
jeb228 2010-01-29 22:13:57 +00:00
commit 4f2e303079
1839 changed files with 235630 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %>
<tr class="editformcell">
<td valign="top" colspan="2">
<b>Keyword</b><br />
<input type="text" name="Term" value="<form:value name="Term"/>" size="60" maxlength="255" />
<p><font size="2" color="red"><form:error name="Term"/></font></p>
</td>
</tr>
<tr class="editformcell">
<td valign="bottom" colspan="3">
<b>Comment</b> <i>limited to ~255 characters</i><br />
<textarea name="Comments" ROWS="3" COLS="80" wrap="physical"><form:value name="Comments"/></textarea>
<font size="2" color="red"><form:error name="Comments"/></font>
</td>
</tr>