Re: [lms] Edycja wyglądu zgłoszenia
12 Lip
2007
12 Lip
'07
16:17
gielo wrote:
Właśnie korzystam z template.html i na podstawie tego staram się pobrać dane dla np. mac, ip tp.
w rtticketprint.html wpisuje coś takiego
<TD width="99%"> {$customernodec.mac} </TD>
ech, mówiłem że to jest lista
{section name=customernodes loop=$customernodes} <TR> <TD>{$customernodes[customernodes].name}</TD> <TD>{$customernodes[customernodes].ip}</TD> <TD>{$customernodes[customernodes].mac}</TD> <TD>{$customernodes[customernodes].net.mask}</TD> <TD>{$customernodes[customernodes].net.gateway}</TD> <TD>{$customernodes[customernodes].net.domain}</TD> </TR> {/section}
jak jesteś pewien, że jest tylko jeden komputer, to można {$customernodes.0.mac}
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
_______________________________________________
lms mailing list
lms@lists.lms.org.pl
http://lists.lms.org.pl/mailman/listinfo/lms
6373
Wiek (w dniach)
6373
Ostatnia aktywność (w dniach)
0 komentarze
1 uczestnicy
uczestnicy (1)
-
A.L.E.C