CVS: TapestryBook/examples/context L10N.html,NONE,1.1 L10NResult.html,NONE,1.1 Home.html,1.4,1.5
Howard Lewis Ship <[email protected]> Sun, 09 Mar 2003 13:34:49 -0800
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook/examples/context In directory sc8-pr-cvs1:/tmp/cvs-serv20921/examples/context Modified Files: Home.html Added Files: L10N.html L10NResult.html Log Message: Add info on localization. --- NEW FILE: L10N.html --- <html jwcid="@Shell" title="string:title"> <body jwcid="@Body"> <h1><span key="title"/></h1> <span key="blurb">Descriptive text.</span> <form jwcid="@Form" listener="ognl:listeners.formSubmit"> <span key="language-label">Language</span>: <select jwcid="@PropertySelection" value="ognl:engine.locale" model="ognl:localeModel"/> <p/> <input type="image" src="images/L10N/Change.png" jwcid="@ImageSubmit" image="ognl:assets.change" alt="string:change-label"/> </form> <p><a href="#" jwcid="@PageLink" page="Home"><span key="return-to-home">Return to Home page</span></a>.</p> </body> </html> --- NEW FILE: L10NResult.html --- <html jwcid="@Shell" title="string:title"> <body jwcid="@Body"> <h1><span key="title"/></h1> <span key="blurb">Descriptive text.</span> <p/> <a href="#" jwcid="@PageLink" page="L10N"><img jwcid="@Image" src="images/L10N/Continue.png" image="ognl:assets.continue" alt="string:continue-label"/></a> </body> </html> Index: Home.html =================================================================== RCS file: /cvsroot/tapestry/TapestryBook/examples/context/Home.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Home.html 4 Mar 2003 01:13:11 -0000 1.4 --- Home.html 9 Mar 2003 21:34:46 -0000 1.5 *************** *** 16,19 **** --- 16,20 ---- <li><a href="#" jwcid="@PageLink" page="Upload">Upload</a> File upload</li> <li><a href="#" jwcid="@PageLink" page="Dates2">Dates2</a> Use of DatePicker and validation</li> + <li><a href="#" jwcid="@PageLink" page="L10N">Localization</a> Demonstrates localized text and graphics.</li> </ul> ------------------------------------------------------- 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