[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

/examples/tags/list/templates/source/ -> listmapped.html (source)

   1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   2  <html>
   3  <head>
   4  <title>Mapped List</title>
   5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   6  </head>
   7  <body>
   8  <h1 align="center">Mapped List</h1>
   9  <P align="center">Here the table column names are re-mapped at runtime to new names. This allows the columns to be referenced in the template using the mapped names, not the names that appear in the table.</p>
  10  <list:LIST id='ListExample1'>
  11    <TABLE width="100%" BORDER="1" ALIGN="CENTER">
  12      <list:ITEM>
  13        <TR>
  14          <TD>{$Module_Name}</TD>
  15          <TD>{$Module_Description}</TD>
  16        </TR>
  17      </list:ITEM>
  18    </TABLE>
  19  </list:LIST>
  20  </body>
  21  </html>


Generated: Sun Nov 28 19:36:09 2004 Cross-referenced by PHPXref 0.5