FormIPCAM.txt 1.6 KB

123456789101112131415161718192021222324252627282930
  1. %META:TOPICINFO{author="roman" comment="reprev" date="1604772215" format="1.1" reprev="1" version="7"}%
  2. ---+ Basic info for network device
  3. This is a topic, used for create network device
  4. ---++ Data form definition of server os settings
  5. | *Name* | *Type* | *Size* | *Values* |
  6. | Name | text | 80 | %BASETOPIC% |
  7. | Place | select | 1 | , %SEARCH{"\.*" scope="topic" topic="Building*,Room*" nototal="on" nosummary="on" nosearch="on" regex="on" format="$topic" separator=", "}% |
  8. | Videoregistrator | select | 1 | , %SEARCH{"\.*" topic="DeviceVideoReg*" scope="topic" nototal="on" nosummary="on" nosearch="on" regex="on" format="$topic" separator=", " order="formfield(DnsName)"}% |
  9. | Dns Name | text | 80 | |
  10. | Description | text | 80 | |
  11. | Vendor | select | 1 | %DATABASE_SQL{description="stat" sql="SELECT name FROM vendors ORDER BY name" format=" $name," }% |
  12. | Device Model | text | 80 | |
  13. | Firmware | text | 100 | |
  14. | Community | text | 20 | |
  15. | Poe In | select | 1 | Нет, Passive, 802.3af, 802.3at, 802.3af/at, VendorFantasy |
  16. | SN | text | 80 | |
  17. | Uplink | text | 20 | |
  18. | Parent | select | 1 | , %SEARCH{"\.*" topic="Switch*" scope="topic" nototal="on" nosummary="on" nosearch="on" regex="on" format="$topic" separator=", " order="formfield(DnsName)"}% |
  19. | Parent Port | text | 20 | |
  20. | Device Type | text | 10 | IPCAM |
  21. | Device Subnet | select | 1 | , %SEARCH{"\.*" scope="topic" topic="Subnet-*" nototal="on" nosummary="on" nosearch="on" regex="on" format="$topic" separator=", " order="formfield(Subnet)"}% |
  22. | Device IP | text | 20 | |
  23. | Mac | text | 20 | |
  24. | Disabled | checkbox | 1 | Yes |
  25. | Deleted | checkbox | 1 | Yes |
  26. -- Main.RomanDmitriev - 2020/10/12