Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Преоб&

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
Ivan
Smarty n00b


Joined: 30 Apr 2015
Posts: 1

PostPosted: Thu Apr 30, 2015 7:22 am    Post subject: Преоб& Reply with quote

Code:

<?


for ($ii = 1; $ii <= 6; $ii++)
{   
$rr[$ii]=0;
}

for ($ii = 0; $ii <= $jj-1; $ii++)
{   
if($ii & 1)
{
echo '<tr>';
}
else
{
echo '<tr style="background-color:#f5f5f2">';
}

echo '<td align="center">';
?><a href="javascript:void(0)" title='<? echo mssql_result($qres1, $ii, 14); ?>' style="font-size:10px" onclick="window.open('s_ofo.php?ID_OFO=<? echo mssql_result($qres1, $ii, 13); ?>','ОФО','top=15, left=20, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, width=950, height=425')"><?
echo 'ОФО №'.mssql_result($qres1, $ii, 2).'</a>';
echo '</td>';
echo '<td align="center">'.mssql_result($qres1, $ii, 15).'</td>';
echo '<td align="right">'.floattostr_f13(mssql_result($qres1, $ii, 3),2).'</td>';
echo '<td align="right">'.floattostr_f13(mssql_result($qres1, $ii, 6),2).'</td>';
echo '<td align="right">'.floattostr_f13(mssql_result($qres1, $ii, 7),2).'</td>';
echo '<td align="right">'.floattostr_f13(mssql_result($qres1, $ii, 8),2).'</td>';
echo '<td align="right">'.floattostr_f13(mssql_result($qres1, $ii, 9),2).'</td>';
echo '<td align="right">'.floattostr_f13(mssql_result($qres1, $ii, 12),2).'</td>';

$rr[1]=$rr[1]+mssql_result($qres1, $ii, 3);
$rr[2]=$rr[2]+mssql_result($qres1, $ii, 6);
$rr[3]=$rr[3]+mssql_result($qres1, $ii, 7);
$rr[4]=$rr[4]+mssql_result($qres1, $ii, 8);
$rr[5]=$rr[5]+mssql_result($qres1, $ii, 9);
$rr[6]=$rr[6]+mssql_result($qres1, $ii, 12);

}




echo '<TR style="background-color:#e3f2cb">';
echo '<td align="center" colspan="2">Итого</td>';
echo '<td align="right">'.floattostr_f13($rr[1],2).'</td>';
echo '<td align="right">'.floattostr_f13($rr[2],2).'</td>';
echo '<td align="right">'.floattostr_f13($rr[3],2).'</td>';
echo '<td align="right">'.floattostr_f13($rr[4],2).'</td>';
echo '<td align="right">'.floattostr_f13($rr[5],2).'</td>';
echo '<td align="right">'.floattostr_f13($rr[6],2).'</td>';
echo '</tr>';





echo '</table>';



}



echo '<br><br><br>';


?>

Помогите пожалуйста[/code]
Back to top
View user's profile Send private message
AnrDaemon
Administrator


Joined: 03 Dec 2012
Posts: 1785

PostPosted: Fri May 01, 2015 12:50 am    Post subject: Reply with quote

Помочь, простите, чем?… Объяснить вам, что за дерьмо вы тут запостили?
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP