CVS: Tapestry/examples/Vlib/context BorrowedBooks.html,1.1.2.1,1.1.2.2 Home.html,1.1.2.1,1.1.2.2
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/examples/Vlib/context
In directory sc8-pr-cvs1:/tmp/cvs-serv32464/examples/Vlib/context
Modified Files:
Tag: hship-2-3
BorrowedBooks.html Home.html
Log Message:
More updates to Vlib to make use of 2.4 features.
Index: BorrowedBooks.html
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Vlib/context/Attic/BorrowedBooks.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** BorrowedBooks.html 16 Dec 2002 19:12:04 -0000 1.1.2.1
--- BorrowedBooks.html 17 Dec 2002 20:47:13 -0000 1.1.2.2
***************
*** 56,69 ****
<span jwcid="$content$">
! <span jwcid="border">
! <span jwcid="showError"/>
! <span jwcid="showMessage"/>
! <span jwcid="ifNoBooks">
No borrowed books.
</span>
! <span jwcid="ifBooks">
<span jwcid="browser">
--- 56,69 ----
<span jwcid="$content$">
! <span jwcid="@Border" title="Borrowed Books">
! <span jwcid="@ShowError"/>
! <span jwcid="@ShowMessage"/>
! <span jwcid="@Conditional" condition="[[ components.browser.resultCount == 0 ]]">
No borrowed books.
</span>
! <span jwcid="@Conditional" condition="[[ components.browser.resultCount != 0 ]]">
<span jwcid="browser">
***************
*** 74,78 ****
<td height="20" colspan="6">
<span class="clsBold">
! <span jwcid="insertResultCount">10</span> Borrowed Books</span></td>
</tr>
<tr height="20" class="clsBold">
--- 74,80 ----
<td height="20" colspan="6">
<span class="clsBold">
! <span jwcid="@Insert" value="[[ components.browser.resultCount ]]">10</span>
! Borrowed Books</span>
! </td>
</tr>
<tr height="20" class="clsBold">
***************
*** 89,98 ****
<table width="100%" border="0" cellspacing="2" cellpadding="2"> -->
<tr jwcid="e" bgcolor="#ffffff">
! <td><a jwcid="bookLink" href="#" class="clsDataBlue" jwcid="bookLink">DocBook:The Definitive Guide</a></td>
! <td><span jwcid="insertAuthor">Walsh & Muellner</span></td>
! <td><span jwcid="insertPublisher">O'Reilly</span></td>
! <td><a jwcid="ownerLink" href="#">Jim Moran</a></td>
<td width="43" bgcolor="#4b5887" align="center">
! <a jwcid="return" href="#"><img src="images/icon_return.gif" alt="[Return]" width="21" height="16" border="0" vspace="2"></a></td>
</tr>
<tr bgcolor="#ffffff" jwcid="$remove$">
--- 91,107 ----
<table width="100%" border="0" cellspacing="2" cellpadding="2"> -->
<tr jwcid="e" bgcolor="#ffffff">
! <td><a jwcid="@BookLink" book="[[ currentBook ]]" href="#" class="clsDataBlue">DocBook:The Definitive Guide</a></td>
! <td><span jwcid="@Insert" value="[[ currentBook.author ]]">Walsh & Muellner</span></td>
! <td><span jwcid="@Insert" value="[[ currentBook.publisherName ]]">O'Reilly</span></td>
! <td><a jwcid="@PersonLink"
! name="[[ currentBook.ownerName ]]"
! primaryKey="[[ currentBook.ownerPrimaryKey ]]"
! class="clsDataBlue"
! href="#">Jim Moran</a></td>
<td width="43" bgcolor="#4b5887" align="center">
! <a jwcid="@DirectLink"
! parameters="[[ currentBook.primaryKey ]]"
! listener="[[ listeners.returnBook ]]"
! href="#"><img src="images/icon_return.gif" alt="[Return]" width="21" height="16" border="0" vspace="2"></a></td>
</tr>
<tr bgcolor="#ffffff" jwcid="$remove$">
Index: Home.html
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/examples/Vlib/context/Attic/Home.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Home.html 16 Dec 2002 19:12:03 -0000 1.1.2.1
--- Home.html 17 Dec 2002 20:47:13 -0000 1.1.2.2
***************
*** 57,80 ****
<span jwcid="$content$">
! <span jwcid="border">
! <span jwcid="showError"/>
! <span jwcid="showMessage"/>
! <form jwcid="searchForm">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr class="clsBold">
<td width="80" height="30">Title</td>
! <td width="420"> <input jwcid="inputTitle" type="text" class="inputTextForm"/></td>
</tr>
<tr class="clsBold">
<td height="30">Author</td>
! <td> <input jwcid="inputAuthor" type="text" class="inputTextForm"/></td>
</tr>
<tr class="clsBold">
<td height="30">Publisher</td>
! <td> <select jwcid="inputPublisher" name="publisher">
<option value="#">Choose a Publisher</option>
<option value="p1">Publisher 1</option>
--- 57,89 ----
<span jwcid="$content$">
! <span jwcid="@Border" title="Virtual Library">
! <span jwcid="@ShowError"/>
! <span jwcid="@ShowMessage"/>
! <form jwcid="@Form" stateful="[[ false ]]" listener="[[ listeners.search ]]">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr class="clsBold">
<td width="80" height="30">Title</td>
! <td width="420"> <input type="text"
! jwcid="inputTitle@TextField"
! value="[[ searchTitle ]]"
! displayWidth="30" maximumLength="100"
! class="inputTextForm"/></td>
</tr>
<tr class="clsBold">
<td height="30">Author</td>
! <td> <input type="text" jwcid="inputAuthor@TextField"
! value="[[ searchAuthor ]]"
! displayWidth="30" maximumLength="100"
! class="inputTextForm"/></td>
</tr>
<tr class="clsBold">
<td height="30">Publisher</td>
! <td> <select jwcid="inputPublisher@PropertySelection"
! value="[[ searchPublisherPK ]]"
! model="[[ engine.publisherModel ]]">
<option value="#">Choose a Publisher</option>
<option value="p1">Publisher 1</option>
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/