Избавляемся от deprecated html.

This commit is contained in:
Igor Barkov [iwork] 2018-06-22 17:44:24 +03:00
parent 92d125a914
commit 7e593b2920

View File

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