blob: fbc3d98be15c221fbb9705f55a6a310201c028e2 [file] [log] [blame]
<!-- $Id$ -->
<html jwcid="$content$">
<body jwcid="@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" listener="ognl:listeners.formSubmit" delegate="ognl:validationDelegate">
<span jwcid="@Hidden" value="ognl:bookId"/>
<table class="form">
<tr>
<th><span jwcid="@FieldLabel" field="ognl:components.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="ognl:components.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="@TextField" type="text" value="ognl:attributes.ISBN" size="20" maxlength="20"/>
</td>
</tr>
<tr>
<th><span jwcid="@FieldLabel" field="ognl:components.inputPublisherName">Publisher</span></th>
<td><span class="required-field">*</span></td>
<td><select jwcid="inputPublisher@PropertySelection" value="ognl:attributes.publisherId" model="ognl:engine.publisherModel"/>
<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="ognl:components.inputPublisher" field="ognl:components.inputPublisherName"/>
</td>
</tr>
<tr>
<th>Description</th>
<td></td>
<td><textarea jwcid="@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="@PropertySelection" value="ognl:attributes.holderId" model="ognl:engine.personModel"/>
</td>
</tr>
<tr>
<th>Hidden</th>
<td></td>
<td><input jwcid="@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="@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>