2011-08-22 05:45:21 +00:00
|
|
|
<!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">
|
2011-09-04 17:14:49 +00:00
|
|
|
This is the first level of header
|
2011-08-22 05:45:21 +00:00
|
|
|
</div>
|
|
|
|
<div id="header_bottom" class="header">
|
2011-09-04 17:14:49 +00:00
|
|
|
This is the second level of header
|
2011-08-22 05:45:21 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="main_content" class="content">
|
2011-09-04 17:14:49 +00:00
|
|
|
<r:content name='content_1'>
|
|
|
|
</r:content>
|
2011-08-22 05:45:21 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer" class="footer">
|
2011-09-04 17:14:49 +00:00
|
|
|
This is the footer
|
2011-08-22 05:45:21 +00:00
|
|
|
</div>
|
|
|
|
<!-- END example -->
|
|
|
|
</body>
|
|
|
|
</html>
|