Замена short_tags и <?php echo.
This commit is contained in:
@@ -172,7 +172,7 @@ body {
|
||||
<tr>
|
||||
<td>
|
||||
<div style="padding-left:0px;" align="center">
|
||||
<h3><? echo $u->room['name']; ?></h3>
|
||||
<h3><?= $u->room['name']; ?></h3>
|
||||
</div><?
|
||||
if($u->error != '') {
|
||||
echo '<font color="red"><b>'.$u->error.'</b></font><br>';
|
||||
@@ -183,10 +183,10 @@ body {
|
||||
?><br />
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td valign="top"><form id="from" autocomplete="off" name="from" action="main.php?join=<? echo $code; ?>" method="post">
|
||||
<td valign="top"><form id="from" autocomplete="off" name="from" action="main.php?join=<?= $code; ?>" method="post">
|
||||
<fieldset style='padding-left: 5; width=50%'>
|
||||
<legend><b> Группа </b></legend>
|
||||
<b>Всего заявок:</b> <?=$tcount?> <? if(!isset($ku['id'])){ ?><input type="submit" name="join" value="Присоед." /><? }else{ ?><input type="submit" name="cancel" value="Отменить" /><? } ?> <input onclick="location.href='/main.php';" type="button" name="cancel" value="Обновить" />
|
||||
<b>Всего заявок:</b> <?=$tcount?> <?php if(!isset($ku['id'])){ ?><input type="submit" name="join" value="Присоед." /><?php }else{ ?><input type="submit" name="cancel" value="Отменить" /><?php } ?> <input onclick="location.href='/main.php';" type="button" name="cancel" value="Обновить" />
|
||||
</fieldset>
|
||||
</form></td>
|
||||
</tr>
|
||||
@@ -207,14 +207,14 @@ body {
|
||||
<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.323&rnd=<? echo $code; ?>';">Выход с катка</a></td>
|
||||
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.323&rnd=<?= $code; ?>';">Выход с катка</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
@@ -228,4 +228,4 @@ body {
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user