source: extensions/ContactForm/themes/floOS/cf_index.tpl @ 7261

Last change on this file since 7261 was 6547, checked in by Gotcha, 14 years ago

v1.0.9

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.