Замена short_tags и <?php echo.
This commit is contained in:
@@ -264,25 +264,25 @@ body
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><div style="padding-left:0px;" align="center">
|
||||
<h3><? echo $u->room['name']; ?></h3>
|
||||
<h3><?= $u->room['name']; ?></h3>
|
||||
</div></td>
|
||||
<td width="200"><div align="right">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td width="100%"> </td>
|
||||
<td>
|
||||
<? if($rz==0) { ?>
|
||||
<?php if($rz==0) { ?>
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
<tr align="right" valign="top">
|
||||
<td><!-- -->
|
||||
<? echo $goLis; ?>
|
||||
<?= $goLis; ?>
|
||||
<!-- -->
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td nowrap="nowrap"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
|
||||
<tr>
|
||||
<td bgcolor="#D3D3D3"><img src="https://img.new-combats.com/i/move/links.gif" width="9" height="7" /></td>
|
||||
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.9&rnd=<? echo $code; ?>';" title="<? thisInfRm('1.180.0.9',1); ?>">Центральная площадь</a></td>
|
||||
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.9&rnd=<?= $code; ?>';" title="<?php thisInfRm('1.180.0.9',1); ?>">Центральная площадь</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@@ -290,14 +290,14 @@ body
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<? if($rz == 1) { ?>
|
||||
<?php if($rz == 1) { ?>
|
||||
<div align="center" style="float:right;width:100px;">
|
||||
<p>
|
||||
<input type='button' onclick='location="main.php?rz=1"' value="Обновить" />
|
||||
@@ -305,7 +305,7 @@ body
|
||||
<input type='button' onclick='location="main.php"' value="Вернуться" />
|
||||
</p>
|
||||
</div>
|
||||
<? }else{ ?>
|
||||
<?php }else{ ?>
|
||||
<div align="center" style="float:right;width:100px;">
|
||||
<p>
|
||||
<input type='button' onclick='location="main.php"' value="Обновить" />
|
||||
@@ -313,7 +313,7 @@ body
|
||||
<input type='button' onclick='location="main.php?rz=1"' value="Задания" />
|
||||
</p>
|
||||
</div>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
<?
|
||||
if($re!='')
|
||||
{
|
||||
@@ -489,7 +489,7 @@ onclick="if (confirm('Купить: Особенность?\n\nОсобенно
|
||||
</tr>
|
||||
</table>
|
||||
<p><span style="padding-left: 10">
|
||||
<?
|
||||
<?php
|
||||
$chk = mysql_fetch_array(mysql_query('SELECT COUNT(`u`.`id`),SUM(`m`.`price1`) FROM `items_users` AS `u` LEFT JOIN `items_main` AS `m` ON `u`.`item_id` = `m`.`id` WHERE `m`.`type` = "61" AND `u`.`delete` = "0" AND `u`.`inOdet` = "0" AND `u`.`inShop` = "0" AND `u`.`inTransfer` = "0" AND `u`.`uid` = "'.$u->info['id'].'" LIMIT 1000'));
|
||||
if(isset($_GET['buy777']) && $chk[0]>0) {
|
||||
$chk_cl = mysql_query('SELECT `u`.`id`,`m`.`price1` FROM `items_users` AS `u` LEFT JOIN `items_main` AS `m` ON `u`.`item_id` = `m`.`id` WHERE `m`.`type` = "61" AND `u`.`delete` = "0" AND `u`.`inOdet` = "0" AND `u`.`inShop` = "0" AND `u`.`inTransfer` = "0" AND `u`.`uid` = "'.$u->info['id'].'" LIMIT 1000');
|
||||
@@ -509,7 +509,7 @@ onclick="if (confirm('Купить: Особенность?\n\nОсобенно
|
||||
?>
|
||||
<input type='button' value='Сдать чеки'
|
||||
onclick="if (confirm('Сдать все чеки (<?=$chk[0]?> шт.) находящиеся у Вас в инвентаре за <?=$chk[1]?> кр. ?')) {location='main.php?rz=1&buy777=1'}" />
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
</span></p>
|
||||
</fieldset>
|
||||
<br />
|
||||
@@ -526,7 +526,7 @@ if($u->info['dn']==0)
|
||||
<table width="350" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<form id="from" name="from" action="main.php?pz1=<? echo $code; ?>" method="post">
|
||||
<form id="from" name="from" action="main.php?pz1=<?= $code; ?>" method="post">
|
||||
<fieldset style='padding-left: 5; width=50%'>
|
||||
<legend><b> Группа </b> </legend>
|
||||
Комментарий
|
||||
|
||||
Reference in New Issue
Block a user