Замена 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
+3 -3
View File
@@ -216,7 +216,7 @@ if($itmAll[0] != 0) {
</table></td>
<td valign="top">
<div>
<div style="float:left"><? if($an['rename'] == 0) { ?><input type="button" onclick="top.anren();" value="Кличка" /><? } ?> <input type="button" onclick="if(confirm('Выгнать зверя?')){top.frames['main'].location='main.php?pet=1&delete=<?=$an['id']?>&rnd=<?=$code?>'}" value="Выгнать" /></div>
<div style="float:left"><?php if($an['rename'] == 0) { ?><input type="button" onclick="top.anren();" value="Кличка" /><?php } ?> <input type="button" onclick="if(confirm('Выгнать зверя?')){top.frames['main'].location='main.php?pet=1&delete=<?=$an['id']?>&rnd=<?=$code?>'}" value="Выгнать" /></div>
<div style="float:right"><input type="button" onclick="top.frames['main'].location='main.php?pet=1&rnd=<?=$code?>'" class="btn" value="Обновить" /> <input type="button" onclick="top.frames['main'].location='main.php?rnd=<?=$code?>'" class="btn" value="Вернуться" /></div>
</div>
<div><br />
@@ -227,10 +227,10 @@ if($itmAll[0] != 0) {
?>
<br />
<table width="100%" style="border:1px solid #9E9E9E">
<? echo $itmAll; ?>
<?= $itmAll; ?>
</table>
</div>
</td>
</tr>
</table>
<? } ?>
<?php } ?>