Выход из берёзки ;)
This commit is contained in:
parent
1f6868a9cf
commit
9ab8eed847
18
ashop.php
18
ashop.php
@ -106,21 +106,15 @@ if (isset($_GET['set']) OR isset($_POST['set'])){
|
|||||||
function closehint3() {
|
function closehint3() {
|
||||||
document.all("hint3").style.visibility = "hidden";
|
document.all("hint3").style.visibility = "hidden";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function leave() {
|
||||||
|
top.frames['main'].location = 'city.php?cp'
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Магазин Берёзка</h1>
|
<h1>Магазин Берёзка</h1>
|
||||||
<table border=0 width=100% cellspacing="0" cellpadding="0">
|
<a href=# onclick=leave()> ← выйти на Центральную площадь</a>
|
||||||
<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="Вернуться">
|
|
||||||
</form>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<table border=0 width=100% cellspacing="0" cellpadding="4">
|
<table border=0 width=100% cellspacing="0" cellpadding="4">
|
||||||
<tr>
|
<tr>
|
||||||
<form method=POST>
|
<form method=POST>
|
||||||
@ -128,7 +122,7 @@ if (isset($_GET['set']) OR isset($_POST['set'])){
|
|||||||
<input type="hidden" name="id" value="1">
|
<input type="hidden" name="id" value="1">
|
||||||
<td valign=top align=left>
|
<td valign=top align=left>
|
||||||
<!--Магазин-->
|
<!--Магазин-->
|
||||||
<table border=0 width=100% cellspacing="0" cellpadding="0" <?php if (!$_REQUEST['present']) { echo 'bgcolor="#A5A5A5"';} ?>>
|
<table border=0 width=100% cellspacing="0" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td align=center><b>
|
<td align=center><b>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user