blob: 9e06b919def94d1f747b98cdb89ce0296a460edc [file] [log] [blame]
<html jwcid="$content$">
<body jwcid="border@Border" browser="ognl:components.browser">
<span jwcid="@ShowError"/>
<span jwcid="@ShowMessage"/>
<span jwcid="@If" condition="ognl:components.browser.resultCount == 0">
<span jwcid="@Information">
You have no borrowed books.
</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="sortOwner">Owner</span></th>
<th>Return</th>
</tr>
<tr jwcid="browser@Browser" query="ognl:borrowedQuery" value="ognl:currentBook" listener="listener:requery">
<td><a jwcid="book@BookLink" book="ognl:currentBook" href="#" class="clsDataBlue">DocBook:The Definitive Guide</a>
</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="owner@PersonLink" name="ognl:currentBook.ownerName" id="ognl:currentBook.ownerId" href="#">Jim Moran</a>
</td>
<td class="icon"><a jwcid="link@DirectLink" parameters="ognl:currentBook.id" listener="listener:returnBook" href="#"><img jwcid="returnRollover" src="images/return.png" alt="Return" width="25" height="26" border="0"/></a>
</td>
</tr>
</table>
</span>
</body>
</html>