blob: c3a81e51dba04156a5c9cfcd97ab85a5d80fcb5e [file] [log] [blame]
<html jwcid="$content$">
<body jwcid="border@Border" browser="component:browser">
<span jwcid="@ShowError"/>
<span jwcid="@ShowMessage"/>
<span jwcid="@If" 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="@If" 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="listener: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>