Замена short_tags и <?php echo.

This commit is contained in:
2023-03-31 19:54:33 +03:00
parent fdf063d527
commit 1b5bf26294
214 changed files with 3978 additions and 4014 deletions
+6 -6
View File
@@ -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?> &nbsp; <? if(!isset($ku['id'])){ ?><input type="submit" name="join" value="Присоед." /><? }else{ ?><input type="submit" name="cancel" value="Отменить" /><? } ?> &nbsp; <input onclick="location.href='/main.php';" type="button" name="cancel" value="Обновить" />
<b>Всего заявок:</b> <?=$tcount?> &nbsp; <?php if(!isset($ku['id'])){ ?><input type="submit" name="join" value="Присоед." /><?php }else{ ?><input type="submit" name="cancel" value="Отменить" /><?php } ?> &nbsp; <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 } ?>