FormPrinter.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. | Share Name | text | 40 | |
  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. | Printing Type | select+values | 1 | лазерный/светодиодный=laser, струйный=inkjet, сублимационный=sublimation, термопринтер=thermal |
  15. | Color | checkbox | 1 | Yes |
  16. | MFU | checkbox | 1 | Yes |
  17. | PaperSize | select | 1 | A4, A3, A3+ |
  18. | Email Print | checkbox | 1 | Yes |
  19. | iPrint | checkbox | 1 | Yes |
  20. | Wi-Fi Direct | checkbox | 1 | Yes |
  21. | Network | checkbox | 1 | Yes |
  22. | Wifi | checkbox | 1 | Yes |
  23. | Community | text | 20 | |
  24. | SN | text | 80 | |
  25. | Uplink | text | 20 | |
  26. | Parent | select | 1 | , %SEARCH{"\.*" scope="topic" topic="Switch*" nototal="on" nosummary="on" nosearch="on" regex="on" format="$topic" separator=", " order="formfield(Name)"}% |
  27. | Parent Port | text | 20 | |
  28. | Device Type | select+value | 1 | Printer |
  29. | Device Subnet | select | 1 | , %SEARCH{"\.*" scope="topic" topic="Subnet-*" nototal="on" nosummary="on" nosearch="on" regex="on" format="$topic" separator=", " order="formfield(Subnet)"}% |
  30. | Device IP | text | 20 | |
  31. | Mac | text | 20 | |
  32. | Disabled | checkbox | 1 | Yes |
  33. | Deleted | checkbox | 1 | Yes |
  34. -- Main.RomanDmitriev - 2020/10/12