IncludeRoomHeader.txt 981 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ---++ Список стоек
  2. %SEARCH{
  3. "Parent='%BASETOPIC%'"
  4. topic="Rack*"
  5. type="query"
  6. nosearch="on"
  7. nototal="on"
  8. header="|*Стойка*|*Description*|"
  9. format="| [[$topic][$formfield(Name)]] | $formfield(Description) |"
  10. }%
  11. ---++ Список оборудования в комнате вне стоек/ящиков
  12. |*Name*|*Место*|*Model*|*Description*|
  13. %SEARCH{
  14. "(Place=~'%BASETOPIC%' or Parent=~'%BASETOPIC%') and not Rack"
  15. topic="*"
  16. web="Sovtest,Internet"
  17. excludetopic="Rack*"
  18. type="query"
  19. nosearch="on"
  20. nototal="on"
  21. noheader="on"
  22. format="| [[$web.$topic][$formfield(DnsName)]] | $formfield(Rack) | $formfield(Vendor) $formfield(DeviceModel) | $formfield(Description) |"
  23. order="formfield(Name)"
  24. }%
  25. ---++ Фото
  26. %IMAGEGALLERY{size="large" topic="%BASETOPIC%" warn="no"}%
  27. ---++ Добавить
  28. %INCLUDE{IncludeAddRack}%
  29. %INCLUDE{IncludeAddHardware}%
  30. %INCLUDE{IncludeAddSwitch}%
  31. %INCLUDE{IncludeAddRouter}%
  32. %INCLUDE{IncludeAddGateway}%
  33. %INCLUDE{IncludeAddUps}%