39 lines
856 B
HTML
Executable File
39 lines
856 B
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:EntryLang}}" lang="{{tpl:EntryLang}}">
|
|
<head>
|
|
</head>
|
|
|
|
<body class="dc-post">
|
|
<div class="container clearfix">
|
|
{{tpl:EntryPingData}}
|
|
{{tpl:include src="header.html"}}
|
|
|
|
<div id="main">
|
|
<div id="maincontent">
|
|
|
|
</div>
|
|
<!-- end #maincontent -->
|
|
|
|
{{tpl:include src="sidenav.html"}}
|
|
</div>
|
|
<!-- end #main -->
|
|
|
|
<div id="extra">
|
|
{{tpl:Widgets type="extra"}}
|
|
</div>
|
|
<!-- end #extra -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
|
|
</div>
|
|
<!-- end .container -->
|
|
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){
|
|
$("#tabs-post").tabs();
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html> |