Замена short_tags.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
//возможности (перечисляем)
|
||||
$vz_id = array(
|
||||
0=>'m1',
|
||||
@@ -154,7 +154,7 @@ if(isset($_GET['save'],$_POST['alignSave']))
|
||||
}
|
||||
?>
|
||||
<table width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#E1E1E1">
|
||||
<?
|
||||
<?php
|
||||
$sp = mysql_query('SELECT * FROM `moder` WHERE `align`<='.$u->info['align'].' && `align`>'.$a.' ORDER BY `align` DESC LIMIT 20');
|
||||
while($pl = mysql_fetch_array($sp))
|
||||
{
|
||||
@@ -188,7 +188,7 @@ if(isset($_GET['save'],$_POST['alignSave']))
|
||||
<td valign="top" bgcolor="#F3F3F3" style="border-bottom:1px solid #CCCCCC;"></td>
|
||||
<td valign="top" bgcolor="#F3F3F3" style="border-bottom:1px solid #CCCCCC;">
|
||||
<form id="saveDate" name="saveDate" method="post" action="main.php?<?= $zv.'&go=1&save='.$code; ?>">
|
||||
<?
|
||||
<?php
|
||||
$voz = '';
|
||||
$i = 0;
|
||||
while($i<count($vz_id))
|
||||
@@ -215,7 +215,7 @@ if(isset($_GET['save'],$_POST['alignSave']))
|
||||
<input name="alignSave" type="hidden" id="alignSave" value="<?= $pl['id']; ?>" />
|
||||
</form> </td>
|
||||
</tr>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user