Избавляемся от deprecated html.
This commit is contained in:
parent
92d125a914
commit
7e593b2920
@ -89,19 +89,19 @@ if (isset($_GET['append'])) {
|
||||
}
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<meta http-equiv="content-language" content="ru"/>
|
||||
<link rel="stylesheet" type="text/css" href="design/css/fight.css"/>
|
||||
<meta charset="utf-8">
|
||||
<link href="css/main.css" rel="stylesheet"/>
|
||||
<link href="design/css/fight.css" rel="stylesheet"/>
|
||||
</head>
|
||||
<style>
|
||||
.hs {
|
||||
font-weight: bold;
|
||||
font-size: 19px;
|
||||
color: #8f0000;
|
||||
font-family: arial;
|
||||
font-family: arial, serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -126,8 +126,6 @@ if (isset($_GET['append'])) {
|
||||
width: 540px;
|
||||
margin: 15px 120px;
|
||||
padding: 6px 10px;
|
||||
/*border: 1px inset #e2e0e0; 299pxxx
|
||||
background: rgba(226,224,224, 0.9);*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -139,16 +137,11 @@ if (isset($_GET['append'])) {
|
||||
font: 19px Arial, sans-serif;
|
||||
text-shadow: red 1px 1px 0, red -1px -1px 0,
|
||||
red -1px 1px 0, red 1px -1px 0;
|
||||
|
||||
/*
|
||||
text-shadow: 3px 3px 2px rgba(0, 192, 173, 1);
|
||||
font-size: 19px;
|
||||
*/
|
||||
}
|
||||
|
||||
.buttonContainer {
|
||||
position: relative;
|
||||
right: 0px;
|
||||
right: 0;
|
||||
top: 1px;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
@ -166,9 +159,9 @@ if (isset($_GET['append'])) {
|
||||
|
||||
h2 {
|
||||
font-size: 13px;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 0;
|
||||
color: #FFF;
|
||||
font-family: verdana;
|
||||
font-family: verdana, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -182,43 +175,36 @@ if (isset($_GET['append'])) {
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<center>
|
||||
<div><span class="hs">Арена Ангелов</span></div>
|
||||
</center>
|
||||
|
||||
<h1>Арена Ангелов</h1>
|
||||
<div class="contentContainer">
|
||||
<div class="buttonContainer">
|
||||
<input type="button" onclick="location.href='city.php?bps=1';" class="bt" value="Вернуться"/>
|
||||
<input type="button" onclick="location.reload();" class="bt" value="Обновить"/>
|
||||
</div>
|
||||
<!-- url('/i/im/1724581.jpg') -->
|
||||
<div class="credenzaBox" style="background: url('/i/im/u1001573_1407648022.jpg') no-repeat center;">
|
||||
<div class="credenzaItem">
|
||||
<? if (!isset($is_now['id'])) { ?>
|
||||
<div class="credenza-stateCaption">
|
||||
<center><? echo $winers; ?>.<br/>Следующая битва для 7-21 ур. состоится
|
||||
: <? echo date("d.m.Y H:i", $start['value']); ?></center>
|
||||
<?=$winers?>.<br/>Следующая битва для 7-21 ур. состоится: <?=date("d.m.Y H:i", $start['value'])?>
|
||||
</div>
|
||||
<? } else { ?>
|
||||
<div class="credenza-stateCaption">
|
||||
<h2>
|
||||
<center>Идет сражение [7-21 уровни]</center>
|
||||
</h2>
|
||||
<br/><a href="/logs.php?log=<?= $is_now['id']; ?>" target="_blank" style="text-align: center;">ход
|
||||
боя »»</a></div>
|
||||
<h2>Идет сражение [7-21 уровни]</h2>
|
||||
<br/><a href="/logs.php?log=<?=$is_now['id']?>" target="_blank" style="text-align: center;">ход боя »»</a>
|
||||
</div>
|
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left">
|
||||
<a href="?append=1" style="display: inline;"><img src="/i/im/append_1.png"
|
||||
height="70"/><br/>Вмешаться</a>
|
||||
height="80"/><br/>Вмешаться</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<img src="/i/im/logo_big2.png"/>
|
||||
</td>
|
||||
<td align="right">
|
||||
<a href="?append=2" style="display: inline;"><img src="/i/im/append_2.png"
|
||||
height="70"/><br/>Вмешаться</a>
|
||||
height="80"/><br/>Вмешаться</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -227,8 +213,6 @@ if (isset($_GET['append'])) {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<center><? if ($error != '') {
|
||||
echo '<b style=\'color: Red;\'>' . $error . '</b>';
|
||||
} ?></center>
|
||||
<? if (!empty($error)) err($error); ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user