blob: 51f442eaf0fcbc7e279ed0bec5c1b9173d7e9e3a [file] [log] [blame]
<!-- $Id$ -->
<html jwcid="$content$">
<body jwcid="@Border" browser="ognl:components.browser">
<span jwcid="@ShowError"/>
<span jwcid="@ShowMessage"/>
<span jwcid="@Conditional" condition="ognl:components.browser.resultCount == 0">
<span jwcid="@Information">
You have not yet entered any of your books.
<p>Use the
<a href="#" jwcid="@PageLink" page="NewBook">Add New Book</a> link to add books you own
to the Virtual Library database, so that they may be borrowed by others.
</p>
</span>
</span>
<span jwcid="@Conditional" condition="ognl:components.browser.resultCount != 0">
<table class="data">
<tr>
<th><span jwcid="sortTitle">Title</span></th>
<th><span jwcid="sortAuthor">Author</span></th>
<th><span jwcid="sortPublisher">Publisher</span></th>
<th><span jwcid="sortBorrower">Borrowed By</span></th>
<th>Edit/Delete</th>
</tr>
<tr jwcid="browser@Browser" query="ognl:ownedQuery" value="ognl:currentBook" listener="ognl:listeners.requery">
<td><span jwcid="@Insert" value="ognl:currentBook.title">DocBook:The Definitive Guide</span>
</td>
<td><span jwcid="@Insert" value="ognl:currentBook.author">Walsh &#38; Muellner</span>
</td>
<td><span jwcid="@Insert" value="ognl:currentBook.publisherName">O'Reilly</span>
</td>
<td><a jwcid="holderLink" href="#">Jim Moran</a>
</td>
<td class="icon"><a jwcid="edit"><img jwcid="editRollover" src="images/edit.png" width="25" height="25" alt="Edit" border="0"/></a>&nbsp;<a jwcid="delete"><img jwcid="deleteRollover" src="images/delete.png" width="25" height="25" alt="Delete" border="0"/></a>
</td>
</tr>
</table>
</span>
</body>
</html>