moving to imgclass
This commit is contained in:
parent
813a741b2a
commit
d330721114
19
post.php
19
post.php
@ -1,8 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
session_start();
|
session_start();
|
||||||
if ($_SESSION['uid'] == null) header("Location: index.php");
|
if ($_SESSION['uid'] == null) header("Location: index.php");
|
||||||
include "config.php";
|
require_once 'functions.php';
|
||||||
include "functions.php";
|
|
||||||
|
|
||||||
if ($user['room'] != 27) {
|
if ($user['room'] != 27) {
|
||||||
header("Location: main.php");
|
header("Location: main.php");
|
||||||
@ -76,18 +75,14 @@ if ($_SESSION['receiverName']) {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link href="css/main.css" rel="stylesheet"/>
|
<link href="css/main.css" rel="stylesheet"/>
|
||||||
<script>
|
<script src="js/main.js"></script>
|
||||||
function leave() {
|
|
||||||
top.frames['main'].location = 'city.php?cp'
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Почта</h1>
|
<div style="float: right">
|
||||||
<a href=# onclick=leave()> ← выйти на Центральную площадь</a>
|
<button onclick="hrefToFrame('city.php?cp')">Вернуться</button>
|
||||||
<div style="text-align: center;">
|
|
||||||
<?php if (isset($statusMessage)) err($statusMessage); ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
<h1>Почта</h1>
|
||||||
|
<div style="text-align: center;"><?php if (isset($statusMessage)) err($statusMessage); ?></div>
|
||||||
<legend>Услуги почты платные: 1 кредит.</legend>
|
<legend>Услуги почты платные: 1 кредит.</legend>
|
||||||
<?php if ($_SESSION['receiverName']): ?>
|
<?php if ($_SESSION['receiverName']): ?>
|
||||||
Получатель: <?= nick::id($receiverId)->full() ?>
|
Получатель: <?= nick::id($receiverId)->full() ?>
|
||||||
@ -109,7 +104,7 @@ if ($_SESSION['receiverName']) {
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td valign=top align=right>
|
<td valign=top align=right>
|
||||||
<table class="zebra" WIDTH=100%">
|
<table class="zebra" WIDTH=100%" cellspacing="1" cellpadding="2">
|
||||||
<th colspan="2">Передача предметов</th>
|
<th colspan="2">Передача предметов</th>
|
||||||
<?php foreach ($iteminfo as $ii): ?>
|
<?php foreach ($iteminfo as $ii): ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user