| [ 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 <head> 4 <title>Database Driven List</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 <style type="text/css"> 7 .odd { 8 background-color: silver; 9 } 10 .even { 11 background-color: white; 12 } 13 </style> 14 </head> 15 <body> 16 <h1 align="center">Database Driven List</h1> 17 <P align="center">A simple database query formatted into a table via the list:list tag.</P> 18 <list:LIST id='ListExample'> 19 <TABLE width="100%" BORDER="1" ALIGN="CENTER"> 20 <list:ITEM> 21 <TR class="{$Parity}"> 22 <TD><a href="{$Url}">{$Name}</a></TD> 23 <TD>{$Description} 24 <core:optional for="Deprecated"> 25 <font color="red">Deprecated</font> 26 </core:optional> 27 </TD> 28 </TR> 29 </list:ITEM> 30 </TABLE> 31 </list:LIST> 32 </body> 33 </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 |