$assignments Smarty_Variable Object (3)
->value = Array (2)
0 => Array (29)
id => "8310"
tariffid => "516"
customerid => "2856"
upceil => "2196"
downceil => "24196"
nodes => Array (1)
0 => Array (2)
name => "nazwaklienta"
id => "5817"
....
$customernodes Smarty_Variable Object (3)
->value = Array (1)
0 => Array (19)
id => "5817"
name => "nazwaklienta"
ip => "192.192.192.192"
ownerid => "2856"
...
w templatce mam taki kod:
#v+
<div id="urzadzenia">
<thead>6. Urządzenia Abonenckie przeznaczone do instalacji u Abonenta</thead>
<table cellpadding="3" cellspacing="0" border="1">
<tr>
<td>{trans("IP Address:")}</td>
<td>{trans("Login:")}</td>
<td>{trans("Password:")}</td>
</tr>
{section name=customernodes loop=$customernodes}
<tr>
<td>{$customernodes[customernodes].ip}</td>
<td>{$customernodes[customernodes].name}</td>
<td>{$customernodes[customernodes].passwd}</td>
</tr>
{/section}
</table>
</div>
#v-
i do tego, do każdego komputera chcę dodać prędkość z assignments.
poproszę o wskazówkę jak to osiągnąć w smarty?
--
Pozdrawiam
Marcin / nicraM