NIHVIVO-2317 NIHVIVO-2318 removing vitro namespace properties from editing and various Java classes and interfaces
This commit is contained in:
parent
9c469cef6b
commit
6e4fcedb6c
87 changed files with 178 additions and 3918 deletions
|
@ -26,44 +26,5 @@
|
|||
<br><font size="2" color="red"><form:error name="VClassId"/></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class='editformcell' id='specificTypeTr'>
|
||||
<td valign="top" id="specificTypeTd" colspan="1">
|
||||
<b>Specific Type</b><br/>
|
||||
<select name="Moniker" id="Moniker">
|
||||
<form:option name="Moniker"/>
|
||||
</select>
|
||||
<br><font size="2" color="red"><form:error name="Moniker"/></font>
|
||||
</td>
|
||||
<td id="newMonikerTd" valign="top">If [new moniker] is selected, enter here:<br/>
|
||||
<input name="Moniker" value="<form:value name="Moniker"/>"/>
|
||||
<i>otherwise leave this field blank</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="editformcell" id='urlTr'>
|
||||
<td id="urlTd" valign="bottom" colspan="1">
|
||||
<b>URL</b><br />
|
||||
<input type="text" name="Url" value="<form:value name="Url"/>" size="80" maxlength="255" />
|
||||
<font size="2" color="red"><form:error name="Url"/></font>
|
||||
</td>
|
||||
<td id="urlAnchorTd" valign="bottom" colspan="1">
|
||||
<b>Anchor Text for URL</b> <em> Required if URL is to be visible</em><br />
|
||||
<input type="text" name="Anchor" value="<form:value name="Anchor"/>" size="30" maxlength="255" />
|
||||
<font size="2" color="red"><form:error name="Anchor"/></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="editformcell" id='blurbTr'>
|
||||
<td id="blurbTd" valign="bottom" colspan="2">
|
||||
<b>Blurb</b> <em>Usually optional; shows up when this entity is included underneath a tab;</em> <b> max 255 chars</b><br />
|
||||
<input type="text" name="Blurb" value="<form:value name="Blurb"/>" size="153" maxlength="255" />
|
||||
<font size="2" color="red"><form:error name="Blurb"/></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="editformcell" id='descriptionTr'>
|
||||
<td id="descriptionTd" valign="bottom" colspan="2">
|
||||
<b>Description</b> <em>Optional; may include valid HTML</em><br/>
|
||||
<textarea name="Description" ROWS="5" COLS="115" wrap="physical"><form:value name="Description"/></textarea>
|
||||
<font size="2" color="red"><form:error name="Description"/></font>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue