Внедрение шаблонизатора. Решение самых идиотских ошибок вёрстки. Кое-где исправлены ошибки синтаксиса php.
This commit is contained in:
15
tower.php
15
tower.php
@@ -98,16 +98,8 @@ if ($_GET['st'] == 'startmegaturnirnow') {
|
||||
}
|
||||
$tr = $bania->get_turnir();
|
||||
$bania->get_fond();
|
||||
Template::header('Башня смерти')
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css"/>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-type"/>
|
||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||
<meta http-equiv="PRAGMA" content="NO-CACHE"/>
|
||||
<meta http-equiv="Expires" content="0"/>
|
||||
</head>
|
||||
<body leftmargin=5 topmargin=5 marginwidth=5 marginheight=5 bgcolor=#e2e0e0>
|
||||
<table border=0 width=100% cellspacing="0" cellpadding="0">
|
||||
<td align=right>
|
||||
<form action="city.php" method="GET">
|
||||
@@ -203,7 +195,4 @@ $bania->get_fond();
|
||||
class="date"><? echo floor(($data['endtime'] - $data['start_time']) / 60 / 60); ?>
|
||||
ч. <? echo floor(($data['endtime'] - $data['start_time']) / 60 - floor(($data['endtime'] - $data['start_time']) / 60 / 60) * 60); ?>
|
||||
мин.</font>, приз : <b><? echo $data['coin']; ?> кр.</b> <a href="/towerlog.php?id=<? echo $data['id']; ?>"
|
||||
target="_blank">История турнира »»</a><br/>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
target="_blank">История турнира »»</a><br/>
|
||||
Reference in New Issue
Block a user