Замена short_tags и <?php echo.
This commit is contained in:
@@ -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 } ?>
|
||||
Reference in New Issue
Block a user