Правка устаревшей верстки
This commit is contained in:
parent
332d814360
commit
78a9733c7e
97
ashop.php
97
ashop.php
@ -37,11 +37,9 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
|
||||
$dress = db::c()->query('SELECT * FROM `ashop` WHERE `id`=?i', $set)->fetch_assoc();
|
||||
if ($count_ok == 0) {
|
||||
echo "<font color=red><b>Неправильно введено количество</b></font>";
|
||||
//$good = 0;
|
||||
err('Неправильно введено количество.');
|
||||
} elseif (($dress['massa'] * $_POST['count'] + $itemWeight['m']) > (get_meshok())) {
|
||||
echo "<font color=red><b>Недостаточно места в рюкзаке.</b></font>";
|
||||
//$good = 0;
|
||||
err('Недостаточно места в рюкзаке.');
|
||||
} elseif ($count_ok == 1 && ($bank['ekr'] >= ($dress['ecost'] * $_POST['count'])) && ($dress['count'] >= $_POST['count'])) {
|
||||
for ($k = 1; $k <= $_POST['count']; $k++) {
|
||||
if (isset($dress['goden'])) $goden = $dress['goden'] * 24 * 60 * 60 + time(); // Ну вот нахуя?
|
||||
@ -80,25 +78,23 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
$allcost = $_POST['count'] * $dress['ecost'];
|
||||
$deloText = $user['login'] . " купил товар: " . $dress['name'] . $dresscount . "id:(" . $dressid . ") [0/" . $dress['maxdur'] . "] за " . $allcost . " екр.";
|
||||
db::c()->query('INSERT INTO `delo` (`author` ,`pers`, `text`, `type`, `date`) VALUES (?i, ?i, "?s", ?i, "?s")', 0, $user['id'], $deloText, 1, time());
|
||||
echo "<font color=red><b>Вы купили {$_POST['count']} шт. \"{$dress['name']}\".</b></font>";
|
||||
err('Вы купили ' .$_POST['count']. ' шт. "' .$dress['name']. '.');
|
||||
db::c()->query('UPDATE `bank` set `ekr` = `ekr` - ?i WHERE `id` = ?i', $allcost, $_SESSION['uid']);
|
||||
$bank['ekr'] -= $allcost;
|
||||
}
|
||||
} else {
|
||||
echo "<font color=red><b>Недостаточно денег или нет вещей в наличии.</b></font>";
|
||||
err('Недостаточно денег или нет вещей в наличии.');
|
||||
}
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<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>
|
||||
<meta charset="utf-8">
|
||||
<link href="css/main.css" rel="stylesheet"/>
|
||||
<script language="JavaScript">
|
||||
function AddCount(name, txt) {
|
||||
document.all("hint3").innerHTML = '<form method=post style="margin:0px; padding:0px;"><table border=0 width=100% cellspacing=1 cellpadding=0 bgcolor="#CCC3AA"><tr><td align=center><B>Купить неск. штук</td><td width=20 align=right valign=top style="cursor: hand" onclick="closehint3();"><big><b>x</td></tr><tr><td colspan=2>' +
|
||||
document.all("hint3").innerHTML = '<form method=post style="margin:0; padding:0;"><table border=0 width=100% cellspacing=1 cellpadding=0 bgcolor="#CCC3AA"><tr><td align=center><B>Купить неск. штук</td><td width=20 align=right valign=top style="cursor: hand" onclick="closehint3();"><b>x</td></tr><tr><td colspan=2>' +
|
||||
'<table border=0 width=100% cellspacing=0 cellpadding=0 bgcolor="#FFF6DD"><tr><input type="hidden" name="set" value="' + name + '"><td colspan=2 align=center><b><i>' + txt + '</td></tr><tr><td width=80% align=right>' +
|
||||
'Количество (шт.) <input type="text" name="count" size=4 ></td><td width=20%> <input type="submit" value=" »» ">' +
|
||||
'</td></tr></table></td></tr></table></form>';
|
||||
@ -115,22 +111,22 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body leftmargin=5 topmargin=5 marginwidth=5 marginheight=5 bgcolor=#d4d4d4>
|
||||
<body>
|
||||
<h1>Магазин Берёзка</h1>
|
||||
<table border=0 width=100% cellspacing="0" cellpadding="0">
|
||||
<form action="city.php" method=GET>
|
||||
<tr>
|
||||
<td><h3>Магазин Берёзка</td>
|
||||
<td align=right>
|
||||
<tr>
|
||||
<td align=right>
|
||||
<form action="city.php" method=GET>
|
||||
<input type="button" value="Подсказка" style="background-color:#A9AFC0"
|
||||
onClick="window.open('help/shop.html', 'help', 'height=300,width=500,location=no,menubar=no,status=no,toolbar=no,scrollbars=yes')">
|
||||
<INPUT TYPE="button" onClick="location.href='city.php?cp=1';" value="Вернуться" title="Вернуться"></td>
|
||||
</tr>
|
||||
</form>
|
||||
<INPUT TYPE="button" onClick="location.href='city.php?cp=1';" value="Вернуться" title="Вернуться">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table border=0 width=100% cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
<form method=POST action="ashop.php">
|
||||
<form method=POST>
|
||||
<input type="hidden" name="sid" value="">
|
||||
<input type="hidden" name="id" value="1">
|
||||
<td valign=top align=left>
|
||||
@ -218,9 +214,9 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
if ($_POST['to_login'] && $_POST['flower']) {
|
||||
$to = db::c()->query('SELECT `id`,`login`,`room` FROM `users` WHERE `login` = ?i', $_POST['to_login'])->fetch_assoc();
|
||||
if ($_POST['to_login'] == $user['login']) {
|
||||
echo "<b><font color=red>Очень щедро дарить что-то самому себе ;)</font></b>";
|
||||
err('Очень щедро - дарить что-то самому себе! ;)');
|
||||
} elseif ($to['room'] > 500 && $to['room'] < 561) {
|
||||
echo "<b><font color=red>Персонаж в данный момент участвует в турнире в Башне Смерти. Попробуйте позже.</font></b>";
|
||||
err('Персонаж в данный момент участвует в турнире в Башне Смерти. Попробуйте позже.');
|
||||
} else {
|
||||
if ($_POST['from'] == 1) {
|
||||
$from = 'Аноним';
|
||||
@ -245,32 +241,27 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
}
|
||||
?>
|
||||
<!-- Подарить подарок -->
|
||||
<form method="post">
|
||||
|
||||
<table cellspacing=0 cellpadding=0 width=100% bgcolor=#e0e0e2>
|
||||
<td>
|
||||
<form method="post">
|
||||
<input type=hidden name=present value=1>
|
||||
Вы можете сделать подарок дорогому человеку. Ваш подарок будет
|
||||
отображаться в информации о персонаже.
|
||||
<ol>
|
||||
<li>Укажите логин персонажа, которому хотите сделать подарок<br>
|
||||
Login <input type=text name=to_login value="">
|
||||
<li>Цель подарка. Будет отображаться в информации о персонаже (не
|
||||
более 60 символов)<br>
|
||||
<input type=text name=podarok2 value="" maxlength=60 size=50>
|
||||
<li>Напишите текст сопроводительной записки (в информации о
|
||||
персонаже не отображается)<br>
|
||||
<textarea name=txt rows=6 cols=80></textarea>
|
||||
<input type=text name=to_login value="" placeholder="Логин">
|
||||
<li><input type=text name=podarok2 value="" maxlength=60 size=50 placeholder="Цель подарка.">
|
||||
<li><textarea name=txt rows=6 cols=80 placeholder="Текст сопроводительной записки (в информации о персонаже не отображается)"></textarea>
|
||||
<li>Выберите, от чьего имени подарок:<br>
|
||||
<input type=radio name=from value=0
|
||||
checked> <?= nick::id($user['id'])->full() ?><br>
|
||||
<input type=radio name=from value=1> анонимно<br>
|
||||
<input type=radio name=from value=2> от имени клана<br>
|
||||
<label><input type=radio name=from value=0 checked> <?= nick::id($user['id'])->full() ?></label><br>
|
||||
<label><input type=radio name=from value=1> анонимно</label><br>
|
||||
<label><input type=radio name=from value=2> от имени клана</label><br>
|
||||
<li>Нажмите кнопку <b>Подарить</b> под предметом, который хотите
|
||||
преподнести в подарок:<br>
|
||||
</ol>
|
||||
<input type="hidden" name="flower" id="flower" value="">
|
||||
<table border=0 width=100% cellspacing="1" cellpadding="2"
|
||||
bgcolor="#A5A5A5">
|
||||
<table border=0 width=100% cellspacing="1" cellpadding="2" bgcolor="#A5A5A5">
|
||||
<?
|
||||
//print_r($_POST);
|
||||
$data = db::c()->query('SELECT `id`,`img` FROM `inventory` WHERE `owner`= ?i
|
||||
@ -295,16 +286,17 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
?>
|
||||
<br><input type=submit
|
||||
onClick="document.all['flower'].value="<?= $row['id']; ?>"" value="Подарить">
|
||||
</td>
|
||||
<?
|
||||
echo "<td valign=top>";
|
||||
showitem($row);
|
||||
echo "</td></tr>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
</form>
|
||||
</form>
|
||||
</td>
|
||||
<?
|
||||
echo "<td valign=top>";
|
||||
showitem($row);
|
||||
echo "</td></tr>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
|
||||
<?
|
||||
} else {
|
||||
$data = db::c()->query('SELECT `id`,`img`,`name` FROM `ashop` WHERE `count` > 0 AND `razdel` = ?i AND `ecost` > 0 ORDER by `ecost` ASC', $_GET['otdel']);
|
||||
@ -336,17 +328,16 @@ if (($_GET['set'] OR $_POST['set'])) {
|
||||
</table>
|
||||
</td>
|
||||
<td valign=top width=280>
|
||||
<center><b>Масса всех ваших вещей:
|
||||
<?=$itemWeight['m']?>/<?=get_meshok()?><br>
|
||||
У вас в наличии: <font color="#339900"><?=$bank['ekr']?></font> екр.</b></center>
|
||||
<b>Масса всех ваших вещей: <?=$itemWeight['m']?>/<?=get_meshok()?>
|
||||
<br>У вас в наличии: <span style="color: #339900;"><?=$bank['ekr']?></span> екр.</b>
|
||||
<!--<hr /><a href=upgrade_items.php><font color=blue>Улучшение Артефактов</font></a>-->
|
||||
<hr>
|
||||
<div style="margin-left:15px; margin-top: 10px;">
|
||||
<form method="post">
|
||||
</div>
|
||||
</form>
|
||||
<div style="background-color:#d2d0d0;padding:1">
|
||||
<center><font color="#oooo"><b>Отделы магазина</b></center>
|
||||
<div style="background-color: #d2d0d0;padding: 1px; text-align: center; font-weight: bold;">
|
||||
Отделы магазина
|
||||
</div>
|
||||
<b>Оружие:</b><br>
|
||||
<!--<a href="ashop.php?otdel=1&sid=&0.162486541405194"> кастеты,ножи</a><br>-->
|
||||
|
Loading…
Reference in New Issue
Block a user