| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Summary view] [Print] [Text view]
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 4 <head> 5 <title>Simple List Filtering Example</title> 6 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 7 <style type="text/css"> 8 .odd { 9 background-color: yellow; 10 } 11 .even { 12 background-color: green; 13 } 14 15 .box { 16 background-color: silver; 17 padding: 5px; 18 margin-bottom: 10px; 19 } 20 </style> 21 </head> 22 23 <body> 24 25 <div class="box"> 26 <h1 align="center">Simple List Filtering Example</h1> 27 <P align="center">A simple example of filtering a list. (Changed items to uppercase)</P> 28 29 <list:LIST id='ListExample'> 30 <TABLE BORDER="1" ALIGN="CENTER" CELLPADDING="5"> 31 <list:ITEM> 32 <TR> 33 <TD>{$First}</TD> 34 <TD>{$Last}</TD> 35 </TR> 36 </list:ITEM> 37 </TABLE> 38 </list:LIST> 39 </div> 40 41 </body> 42 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |