Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

comments.php

Go to the documentation of this file.
00001 <?php
00002 // Easy to code...
00003 $template = array(
00004                 "preblock"    => '<table id="comments" border="0">',
00005                 "prerow"      => '<tr>',
00006                 "item"        => '
00007 <td>
00008   <table border="0" width="450" id="comment_item" cellspacing="0" cellpadding="0">
00009     <thead>
00010       <tr>
00011         <td><sender></td>
00012         <td align="right"><time></td>
00013         <td width="32"><manage></td>
00014       </tr>
00015     </thead>
00016     <tbody>
00017       <tr>
00018         <td colspan=\"3\"><message></td>
00019       </tr>
00020     </tbody>
00021   </table>
00022 </td>',
00023                 "postrow"     => '</tr><tr><td>&nbsp;</td></tr>',
00024                 "postblock"   => '</table>',
00025 
00026                 "itemsperrow" => 1);
00027 ?>

Generated on Sun Oct 19 11:08:00 2003 for ImaComm by doxygen1.3