CVS: TapestryBook/bannerads/src/context Home.html,NONE,1.1 Stats.html,NONE,1.1
Howard Lewis Ship <[email protected]> Sat, 12 Jul 2003 08:48:30 -0700
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/bannerads/src/context In directory sc8-pr-cvs1:/tmp/cvs-serv23782/bannerads/src/context Added Files: Home.html Stats.html Log Message: Reorganize more examples for common build file. --- NEW FILE: Home.html --- <html> <head> <title>BannerAds Demo Page</title> </head> <body> <p>The banner ad of the moment:</p> <br/> <a href="#" target="_new" jwcid="@banner:BannerAd">[Banner Ad]</a> <p> You may: <ul> <li><a href="#" jwcid="@PageLink" page="Home">refresh</a> this page (and see a new, random banner)</li> <li><a href="#" jwcid="@PageLink" page="Stats">view statistics</a> on impressions and clickthrus</li> </ul> </p> </body> </html> --- NEW FILE: Stats.html --- <html jwcid="@Shell" title="Banner Ads Statistics" stylesheet="ognl:assets.stylesheet"> <body> <h1>Banner Ad Statistics</h1> <table class="data"> <tr> <th>Id</th> <th>Title</th> <th>Impressions</th> <th>Click-Thrus</th> </tr> <tr jwcid="@Foreach" source="ognl:sortedBanners" value="ognl:banner" element="tr"> <td><span jwcid="@Insert" value="ognl:banner.id">ID</span></td> <td><span jwcid="@Insert" value="ognl:banner.title">Banner Title</span></td> <td><span jwcid="@Insert" value="ognl:banner.impressions">0</span></td> <td><span jwcid="@Insert" value="ognl:banner.clickThrus">0</span></td> </tr> </table> <p> You may: <ul> <li><a href="#" jwcid="@PageLink" page="Home">Return</a> to the Home page</li> <li><a href="#" jwcid="@PageLink" page="Stats">Refresh</a> this page</li> </ul> </p> </body> </html> ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1