<!doctype html>
<html class="x-admin-sm">
{include file="public/head" /}
<body class="index">
{include file="public/top,public/side,public/body,public/footer" /}

<script type="text/javascript">
	if (top != window){
    top.location.href = window.location.href; 
	}
</script>
</body>

</html>