Login   Register  
PHP Classes
elePHPant
Icontem

File: elemental-sm/admin/templates/top_menu/page.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ilya Nemihin  >  elementalSiteMaker  >  elemental-sm/admin/templates/top_menu/page.tpl  >  Download  
File: elemental-sm/admin/templates/top_menu/page.tpl
Role: Auxiliary data
Content type: text/plain
Description: template
Class: elementalSiteMaker
easy CMS
Author: By
Last change:
Date: 2003-01-31 12:12
Size: 613 bytes
 

Contents

Class file image Download
<html>
<head>
<style>
body { background-color: cccccc }
body, td, p { font-family: MS Sans Serif, Verdana, Tahoma }
h1 {  }
h2 {  }
</style>       
</head>

<body>

<center>
{TOP}
</center>

<br>

<table align="center" width="600" border="1" cellpadding="1" cellspacing="1">
  <tr>
    <td align="center">
      {MENU}
    </td>
  </tr>
  <tr>             
    <td bgcolor="ffffff" width="500" valign="top">
<h2>{HEADER}</h2>
<p>
{CONTENT}
    </td>
  </tr>
</table>

<br>
<center>
<small>
{BOTTOM}
</small>
</center>

<center>
{BANNERS}
</center>


</body>

</html>