blob: 769083745c3c67db6a2fb1fb0b75679e6f5509ab [file] [log] [blame]
<html jwcid="$content$">
<body jwcid="border@Border">
<p>This form allows you to transfer ownership of books from one user to another. It consists of a two-part
wizard.</p>
<p>
<img src="../images/step2.png" width="47" height="48" align="left" border="0" hspace="4" alt="Step 2"/>
<span class="directions">
Select the books to transfer from
<span jwcid="@Insert" value="ognl:fromUser.naturalName">Suzy Source</span>
to
<span jwcid="@Insert" value="ognl:toUser.naturalName">Terry Target</span>.
</span>
</p>
<br clear="left"/>
<span jwcid="@ShowError"/>
<span jwcid="@ShowValidationError"/>
<form jwcid="form">
<select jwcid="selectBooks"/>
<span jwcid="availableTitle@Block">
Books owned by
<span jwcid="@Insert" value="ognl:fromUser.naturalName">Suzy Source</span>
</span>
<span jwcid="selectedTitle@Block">
Books to transfer to
<span jwcid="@Insert" value="ognl:toUser.naturalName">Terry Target</span>
</span>
<br/>
<input type="image" src="../images/transfer.png" width="56" height="20" border="0" alt="Transfer"/>&nbsp;
<a href="#" jwcid="@PageLink" page="admin/TransferBooksSelect"><img src="../images/cancel.png" height="20" width="51" border="0" alt="Cancel"/></a>
</form>
</body>
</html>