Orbit/lib/fraisier/layout.html

38 lines
936 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>RulingSite</title>
<r:stylesheets>
<!-- your stylesheets here -->
</r:stylesheets>
<r:javascripts>
<!-- your javascripts here -->
</r:javascripts>
</head>
<body>
<!-- example -->
<div id="header_top" class="header">
<r:layout_part id='header_top' class='header' name='header_1'>
</r:layout_part>
</div>
<div id="header_bottom" class="header">
<r:layout_part id='header_bottom' class='header' name='header_2'>
</r:layout_part>
</div>
<div id="main_content" class="content">
<r:layout_part id="main_content" class='content' name='block_1' editable="true">
</r:layout_part>
</div>
<div id="footer" class="footer">
<r:layout_part id="footer" class='footer' name='footer_1'>
</r:layout_part>
</div>
<!-- END example -->
</body>
</html>