| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- ---++ Список стоек
- %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="*"
- web="Sovtest,Internet"
- excludetopic="Rack*"
- type="query"
- nosearch="on"
- nototal="on"
- noheader="on"
- format="| [[$web.$topic][$formfield(DnsName)]] | $formfield(Rack) | $formfield(Vendor) $formfield(DeviceModel) | $formfield(Description) |"
- order="formfield(Name)"
- }%
- ---++ Фото
- %IMAGEGALLERY{size="large" topic="%BASETOPIC%" warn="no"}%
- ---++ Добавить
- %INCLUDE{IncludeAddRack}%
- %INCLUDE{IncludeAddHardware}%
- %INCLUDE{IncludeAddSwitch}%
- %INCLUDE{IncludeAddRouter}%
- %INCLUDE{IncludeAddGateway}%
- %INCLUDE{IncludeAddUps}%
|