source: extensions/ContactForm/template/floOS/cf_index.tpl @ 4311

Last change on this file since 4311 was 3743, checked in by Criss, 15 years ago

Put under SVN control
Add obsolete list
Add language configuration for items texts
Add template variable

File size: 748 bytes
Line 
1{$MENUBAR}
2<div id="content" class="content">
3<!-- Messages -->{$CF_MESSAGES}<!-- Messages -->
4  <table id="table_content" border="0" cellspacing="0" cellpadding="0">
5    <tr>
6      <td id="section_up_left">&nbsp;</td>
7      <td id="section_up">
8      <!-- Title -->{$CF_TITLE}<!-- Title -->
9      </td>
10      <td id="section_up_right">&nbsp;</td>
11    </tr>
12    <tr>
13      <td id="section_left">&nbsp;</td>
14      <td id="section_in">
15      <!-- Contact form -->{$CF_FORM}<!-- Contact form -->
16      </td>
17      <td id="section_right">&nbsp;</td>
18    </tr>
19    <tr>
20      <td id="section_bottom_left">&nbsp;</td>
21      <td id="section_bottom" >&nbsp;</td>
22      <td id="section_bottom_right" >&nbsp;</td>
23    </tr>
24  </table>
25</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.