[ Index ]

PHP Cross Reference of Web Application Component Toolkit

title

Body

[close]

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

   1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
   2  <html>
   3  
   4      <head>
   5          <title>List:Separator Example</title>
   6          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   7          <style type="text/css">
   8          .box {
   9              background-color: silver;
  10              padding: 5px;
  11              margin-bottom: 10px;
  12          }
  13          </style>
  14      </head>
  15  
  16      <body>
  17  
  18      <div class="box">
  19          <h1 align="center">List:Separator Example</h1>
  20          <P align="center">The elements of this simple list are separated by a horizontal
  21            rule</P>
  22          <list:LIST id='ListExample'>
  23            <list:ITEM>
  24              {$Last}, {$First} <list:SEPARATOR><HR></list:SEPARATOR>
  25            </list:ITEM>
  26          </list:LIST>
  27      </div>
  28  
  29  </body>
  30  </html>


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