IncludeFindRoomDevices.txt 444 B

1234567891011121314
  1. ---++ Список оборудования вне стоек
  2. %SEARCH{
  3. "(Place='%BASETOPIC%' or Parent='%BASETOPIC%') and not Rack"
  4. topic="*"
  5. excludetopic="Rack*"
  6. web="Sovtest,Internet"
  7. type="query"
  8. nosearch="on"
  9. nototal="on"
  10. header="|*Name*|*Место*|*Model*|*Description*|"
  11. format="| [[$web.$topic][$formfield(Name)]] | $formfield(Rack) | $formfield(Vendor) $formfield(DeviceModel) | $formfield(Description) |"
  12. order="formfield(Name)"
  13. }%