2018-02-05 18:11:01 +07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="$ContentLocale.ATT" dir="$i18nScriptDirection.ATT">
|
|
|
|
<%-- manifest="/cache.appcache" --%>
|
|
|
|
<head>
|
2018-07-02 08:54:18 +07:00
|
|
|
<% include MetaHead %>
|
2018-02-05 18:11:01 +07:00
|
|
|
</head>
|
2018-03-24 17:45:31 +07:00
|
|
|
|
2018-08-26 17:46:03 +07:00
|
|
|
<body oncontextmenu="return false;"<% with $SiteConfig %> data-default-lng="$Longitude" data-default-lat="$Latitude"<% end_with %>>
|
2019-07-18 13:09:58 +07:00
|
|
|
<% include First %>
|
2018-09-15 05:55:42 +07:00
|
|
|
|
2018-07-02 08:54:18 +07:00
|
|
|
<div class="wrapper">
|
2019-11-08 01:26:33 +07:00
|
|
|
<header id="Header">
|
2020-01-22 16:46:53 +07:00
|
|
|
<% include Header %>
|
2018-07-02 08:54:18 +07:00
|
|
|
</header>
|
2018-02-05 18:11:01 +07:00
|
|
|
|
2018-07-02 08:54:18 +07:00
|
|
|
<main id="MainContent" data-ajax-region="LayoutAjax">
|
2020-08-04 21:17:23 +07:00
|
|
|
<% include MainContent Layout=$Layout %>
|
2018-07-02 08:54:18 +07:00
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
|
2019-08-27 22:25:05 +07:00
|
|
|
<footer id="Footer" class="site-footer footer">
|
2018-07-02 08:54:18 +07:00
|
|
|
<% include Footer %>
|
2018-02-05 18:11:01 +07:00
|
|
|
</footer>
|
|
|
|
|
2019-12-18 03:43:28 +07:00
|
|
|
<% include Last %>
|
2018-02-05 18:11:01 +07:00
|
|
|
</body>
|
2018-06-23 17:27:06 +07:00
|
|
|
</html>
|