Unterschiede zwischen den Revisionen 17 und 35 (über 18 Versionen hinweg)
Revision 17 vom 2007-12-05 20:15:31
Größe: 721
Autor: DanielHess
Kommentar:
Revision 35 vom 2007-12-05 21:16:28
Größe: 902
Autor: DanielHess
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 9: Zeile 9:
|| Prozessor || [% IF ProcessorInformation.size > 1 %]
[% FOREACH cpu = ProcessorInformation %]
[% cpu.Manufacturer %] [% cpu.Version %] [% cpu.CurrentSpeed %] ||
|| Prozessor || [% IF ProcessorInformation.0.Manufacturer != "" -%]
[%- FOREACH cpu = ProcessorInformation -%]
[%- IF cpu.Status != "Unpopulated" -%]
[%- IF ! loop.first -%] ||
Zeile 13: Zeile 14:
[% END -%]
[% ELSE %]
[%- END -%]
[%- cpu.Manufacturer %] [% cpu.Version %] [% cpu.CurrentSpeed %] [% matches = cpu.Signature.match('Stepping [^ ]*') %] [% matches.0 -%]
[%- END -%]
[%- END -%]
[%- ELSE -%]

/!\ Achtung, diese Seite wird momentan automatisch generiert und vollstaendig ersetzt.

Komponente

Beschreibung

Mainboard

["[% BaseBoardInformation.Manufacturer %] [% BaseBoardInformation.ProductName %]"]

Arbeitsspeicher

[% MemoryModuleInformation.first.Type %]

[% FOREACH bank = MemoryModuleInformation -%]

[% bank.InstalledSize %]

[% END -%] || Prozessor || [% IF ProcessorInformation.0.Manufacturer != "" -%] [%- FOREACH cpu = ProcessorInformation -%] [%- IF cpu.Status != "Unpopulated" -%] [%- IF ! loop.first -%] ||

[%- END -%] [%- cpu.Manufacturer %] [% cpu.Version %] [% cpu.CurrentSpeed %] [% matches = cpu.Signature.match('Stepping [^ ]*') %] [% matches.0 -%] [%- END -%] [%- END -%] [%- ELSE -%] [% ProcessorInformation.Manufacturer %] [% ProcessorInformation.Version %] [% ProcessorInformation.CurrentSpeed %] [% END %] ||

Systeme/template (zuletzt geändert am 2009-03-01 22:22:40 durch BodoBellut)