31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="https://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
|
|
<link href="https://img.new-combats.com/css/main.css?v={{ ver }}" rel="stylesheet" type="text/css">
|
|
<link href="/core/static/styles/location/comission.css?v={{ ver }}" rel="stylesheet" type="text/css">
|
|
<link href="/core/static/styles/location.line.css?v={{ ver }}" rel="stylesheet" type="text/css">
|
|
<script type="text/javascript" src="/js/jquery.js"></script>
|
|
<script type="text/javascript" src="/core/static/scripts/location/admin.js?v={{ ver }}"></script>
|
|
<script>
|
|
|
|
</script>
|
|
<!--
|
|
Ñåãîäíÿ ìû ïðîâåðèì êòî ñëàáàê, à êòî âîèí |
|
|
Ëó÷øàÿ áðàóçåðíàÿ îíëàéí èãðà!
|
|
-->
|
|
<title>{{ title }}</title>
|
|
</head>
|
|
<body onLoad="bug.start();" style="padding-top:0px; margin-top:7px; height:100%; background-color:#E2E0E0;">
|
|
{% if user.admin > 0 %}
|
|
<!-- -->
|
|
Ïåðñîíàæ: <b>{{ user.login }} (<font color="red">Âëàäåëåö ðåñóðñà</font>)</b><hr>
|
|
<div id="mainblock">
|
|
|
|
</div>
|
|
<!-- -->
|
|
{% else %}
|
|
Äîñòóï ðàçðåøåí òîëüêî âëàäåëüöàì ðåñóðñà.
|
|
{% endif %}
|
|
</body>
|
|
</html> |