blob: bebf756c6de948ba13090c6ef9540e4063908d5f [file] [log] [blame]
<html jwcid="$content$">
<body jwcid="border@Border">
<p>
Make your changes to the book using the form below. Fields marked with
<span class="required-field">*</span> are required.
</p>
<span jwcid="@ShowError"/>
<span jwcid="@ShowValidationError" delegate="ognl:validationDelegate"/>
<form jwcid="form">
<table class="form">
<tr>
<th><span jwcid="@FieldLabel" field="component:inputTitle">Title</span></th>
<td><span class="required-field">*</span></td>
<td width="420"><input jwcid="inputTitle" type="text" size="50" maxlength="100"/>
</td>
</tr>
<tr>
<th><span jwcid="@FieldLabel" field="component:inputAuthor">Author</span></th>
<td><span class="required-field">*</span></td>
<td><input jwcid="inputAuthor" type="text" size="30" maxlength="60"/>
</td>
</tr>
<tr>
<th>ISBN</th>
<td></td>
<td><input jwcid="isbn@TextField" type="text" value="ognl:attributes.ISBN" size="20" maxlength="20"/>
</td>
</tr>
<tr>
<th><span jwcid="@FieldLabel" field="component:inputPublisherName">Publisher</span></th>
<td><span class="required-field">*</span></td>
<td><select jwcid="inputPublisher"/>
<input jwcid="inputPublisherName" type="text" size="20" maxlength="40"/>
</td>
</tr>
<tr>
<td colspan="2">
</td>
<td>Note: If the Publisher is not listed, leave the option blank and type the name of the publisher in the field to the right.
<span jwcid="@Script" script="Publisher.script" select="component:inputPublisher" field="component:inputPublisherName"/>
</td>
</tr>
<tr>
<th>Description</th>
<td></td>
<td><textarea jwcid="description@TextArea" value="ognl:attributes.description" cols="35" rows="8"></textarea>
</td>
</tr>
<tr>
<th>Borrowed By</th>
<td><span class="required-field">*</span></td>
<td><select jwcid="holder@PropertySelection" value="ognl:attributes.holderId" model="ognl:modelSource.personModel"/>
</td>
</tr>
<tr>
<th>Hidden</th>
<td></td>
<td><input jwcid="hidden@Checkbox" selected="ognl:attributes.hidden" type="checkbox"/>Check to prevent this book from appearing in searches.
</td>
</tr>
<tr>
<th>Lendable</th>
<td></td>
<td><input jwcid="lendable@Checkbox" selected="ognl:attributes.lendable" type="checkbox"/>Leave checked to allow this book to be borrowed by others.
</td>
</tr>
<tr>
<td colspan="2">
</td>
<td><input type="image" src="images/update.png" height="20" width="52" border="0" alt="Update"/>
</td>
</tr>
</table>
</form>
</body>
</html>