| 1234567891011121314151617181920212223242526272829303132333435363738 |
- ---++ Список стоек
- %SEARCH{
- "Parent='%BASETOPIC%'"
- topic="Rack*"
- type="query"
- nosearch="on"
- nototal="on"
- header="|*Стойка*|*Description*|"
- format="| [[$topic][$formfield(Name)]] | $formfield(Description) |"
- }%
- ---++ Список оборудования в комнате вне стоек/ящиков
- |*Name*|*Model*|*Description*|
- %SEARCH{
- "(Place=~'%BASETOPIC%' or Parent=~'%BASETOPIC%') and not Rack"
- topic="*"
- excludetopic="Rack*"
- type="query"
- nosearch="on"
- nototal="on"
- noheader="on"
- format="| [[$web.$topic][$topic]] | $formfield(Vendor) $formfield(DeviceModel) | $formfield(Description) |"
- order="formfield(Name)"
- }%
- ---++ Добавить
- %INCLUDE{IncludeAddRack}%
- %INCLUDE{IncludeAddHardware}%
- %INCLUDE{IncludeAddSwitch}%
- %INCLUDE{IncludeAddRouter}%
- %INCLUDE{IncludeAddGateway}%
- %INCLUDE{IncludeAddUps}%
- %INCLUDE{IncludeImage}%
|