|  | <!-- $Id$ --> | 
|  | <html jwcid="$content$"> | 
|  | <body jwcid="@Border"> | 
|  |  | 
|  | <p> | 
|  | Use this form to locate books stored in the Virtual Library. | 
|  | When you find a book you want, | 
|  | <a href="#" jwcid="@PageLink" page="Login">login</a> and borrow it — just don't forget to | 
|  | give it back eventually! | 
|  | </p> | 
|  |  | 
|  | <span jwcid="@ShowError"/> | 
|  | <span jwcid="@ShowMessage"/> | 
|  |  | 
|  | <form jwcid="@Form" listener="ognl:listeners.search" stateful="ognl:false"> | 
|  | <table class="form"> | 
|  | <tr> | 
|  | <th>Title</th> | 
|  | <td><input type="text" jwcid="inputTitle@TextField" value="ognl:title" size="30" maxlength="100"/> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <th>Author</th> | 
|  | <td><input type="text" jwcid="inputAuthor@TextField" value="ognl:author" size="30" maxlength="100"/> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <th>Book Owner</th> | 
|  | <td><select jwcid="inputOwner@PropertySelection" value="ognl:ownerId" model="ognl:engine.buildPersonModel(true)"/></td> | 
|  | </tr> | 
|  | <tr> | 
|  | <th>Publisher</th> | 
|  | <td><select jwcid="inputPublisher@PropertySelection" value="ognl:publisherId" model="ognl:engine.publisherModel"/> | 
|  | </td> | 
|  | </tr> | 
|  | <tr> | 
|  | <td></td> | 
|  | <td> | 
|  | <input type="image" src="images/search.png" width="46" height="20" border="0" alt="Search"/> | 
|  | </td> | 
|  | </tr> | 
|  | </table> | 
|  | </form> | 
|  |  | 
|  | </body> | 
|  |  | 
|  |  | 
|  |  | 
|  | </html> |