CVS: TapestryBook/petstore/context/WEB-INF AdviceBanner.html,1.1,1.2 Sidebar.html,1.1,1.2 Border.html,1.1,1.2 Banner.html,1.1,1.2 MyList.html,1.1,1.2 ProductLink.html,1.1,1.2
Howard Lewis Ship <[email protected]> Fri, 07 Mar 2003 07:15:33 -0800
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv3059/petstore/context/WEB-INF
Modified Files:
AdviceBanner.html Sidebar.html Border.html Banner.html
MyList.html ProductLink.html
Log Message:
Update for Tapestry 2.4-alpha-4, including package rename.
Index: AdviceBanner.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF/AdviceBanner.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AdviceBanner.html 7 Feb 2003 16:44:35 -0000 1.1
--- AdviceBanner.html 7 Mar 2003 15:13:16 -0000 1.2
***************
*** 3,7 ****
<span jwcid="$content$">
! <span jwcid="@Conditional" condition="[[ page.visit.enableAdviceBanner ]]">
<table border="0"
--- 3,7 ----
<span jwcid="$content$">
! <span jwcid="@Conditional" condition="ognl:page.visit.enableAdviceBanner">
<table border="0"
***************
*** 12,16 ****
<tr>
<td align="center">
! <image jwcid="@Image" image="[[ getAsset(page.visit.activeCategory) ]]"/>
</td>
</tr>
--- 12,16 ----
<tr>
<td align="center">
! <image jwcid="@Image" image="ognl:getAsset(page.visit.activeCategory)"/>
</td>
</tr>
Index: Sidebar.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF/Sidebar.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Sidebar.html 7 Feb 2003 16:44:36 -0000 1.1
--- Sidebar.html 7 Mar 2003 15:13:16 -0000 1.2
***************
*** 15,21 ****
<td bgcolor="#FFFFFF" class="petstore">
! <span jwcid="@Foreach" source="[[ page.global.sortedCategoryNames ]]" value="[[ categoryName ]]">
! <a href="#"><span jwcid="@Insert" value="[[ categoryName ]]">Octopi</span></a>
<br/>
--- 15,21 ----
<td bgcolor="#FFFFFF" class="petstore">
! <span jwcid="@Foreach" source="ognl:page.global.sortedCategoryNames" value="ognl:categoryName">
! <a href="#"><span jwcid="@Insert" value="ognl:categoryName">Octopi</span></a>
<br/>
Index: Border.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF/Border.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Border.html 7 Feb 2003 16:44:36 -0000 1.1
--- Border.html 7 Mar 2003 15:13:16 -0000 1.2
***************
*** 1,3 ****
! <html jwcid="@Shell" title="Tapestry Pet Store" stylesheet="[[ assets.stylesheet ]]">
<!-- $Id$ -->
<head jwcid="$remove$">
--- 1,3 ----
! <html jwcid="@Shell" title="Tapestry Pet Store" stylesheet="ognl:assets.stylesheet">
<!-- $Id$ -->
<head jwcid="$remove$">
Index: Banner.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF/Banner.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Banner.html 7 Feb 2003 16:44:36 -0000 1.1
--- Banner.html 7 Mar 2003 15:13:17 -0000 1.2
***************
*** 5,16 ****
</td>
<td class="petstore" align="right" valign="middle">
! <form jwcid="@Form" listener="[[ listeners.search ]]">
! <input class="petstore_listing" type="text" jwcid="@TextField" value="[[ searchValue ]]" size="8"/>
<input class="petstore_listing" type="submit" value="Search"/>
! </form><br><a href="#" jwcid="@DirectLink" listener="[[ listeners.viewAccount ]]">Account</a> |
! <a href="#" jwcid="@DirectLink" listener="[[ listeners.viewCart ]]">
Cart
</a>
! |<span jwcid="@Conditional" condition="[[ page.visit.loggedIn ]]"><a href="#" jwcid="@DirectLink" listener="[[ listeners.signOut ]]">Sign out</a></span><span jwcid="@Conditional" condition="[[ ! page.visit.loggedIn ]]"><a href="#" jwcid="@DirectLink" listener="[[ listeners.signIn ]]">Sign In</a></span>
</td>
</tr>
--- 5,16 ----
</td>
<td class="petstore" align="right" valign="middle">
! <form jwcid="@Form" listener="ognl:listeners.search">
! <input class="petstore_listing" type="text" jwcid="@TextField" value="ognl:searchValue" size="8"/>
<input class="petstore_listing" type="submit" value="Search"/>
! </form><br><a href="#" jwcid="@DirectLink" listener="ognl:listeners.viewAccount">Account</a> |
! <a href="#" jwcid="@DirectLink" listener="ognl:listeners.viewCart">
Cart
</a>
! |<span jwcid="@Conditional" condition="ognl:page.visit.loggedIn"><a href="#" jwcid="@DirectLink" listener="ognl:listeners.signOut">Sign out</a></span><span jwcid="@Conditional" condition="ognl:! page.visit.loggedIn"><a href="#" jwcid="@DirectLink" listener="ognl:listeners.signIn">Sign In</a></span>
</td>
</tr>
Index: MyList.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF/MyList.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MyList.html 7 Feb 2003 16:44:36 -0000 1.1
--- MyList.html 7 Mar 2003 15:13:17 -0000 1.2
***************
*** 3,7 ****
<span jwcid="$content$">
! <span jwcid="@Conditional" condition="[[ page.visit.enableMyList ]]">
<table border="0"
--- 3,7 ----
<span jwcid="$content$">
! <span jwcid="@Conditional" condition="ognl:page.visit.enableMyList">
<table border="0"
***************
*** 23,29 ****
<td bgcolor="#FFFFFF" class="petstore">
! <span jwcid="@Foreach" source="[[ page.visit.myListProducts ]]" value="[[ product ]]">
! <a href="#" jwcid="@ProductLink" product="[[ product ]]">Product</a>
<br/>
--- 23,29 ----
<td bgcolor="#FFFFFF" class="petstore">
! <span jwcid="@Foreach" source="ognl:page.visit.myListProducts" value="ognl:product">
! <a href="#" jwcid="@ProductLink" product="ognl:product">Product</a>
<br/>
Index: ProductLink.html
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/petstore/context/WEB-INF/ProductLink.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ProductLink.html 7 Feb 2003 16:44:36 -0000 1.1
--- ProductLink.html 7 Mar 2003 15:13:17 -0000 1.2
***************
*** 2,5 ****
<span jwcid="$content$">
! <a href="#"><span jwcid="@Insert" value="[[ product.name ]]">Product</span></a>
</span>
--- 2,5 ----
<span jwcid="$content$">
! <a href="#"><span jwcid="@Insert" value="ognl:product.name">Product</span></a>
</span>
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com