top.html 239 B

1234567891011
  1. <!-- top.html start -->
  2. <table border=1>
  3. <tr>
  4. <td>
  5. Embedding templates example:<br>
  6. <b>TOP template</b><br>
  7. DateTime in format "MM/DD hh:mm:ss": <b>{+DATETIME [-FORMAT=MM/DD hh:mm:ss-]+}</b>
  8. </td>
  9. </tr>
  10. </table>
  11. <!-- top.html end -->