globalmenu.ini 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [taskbar]
  2. NAME="Taskbar"
  3. URL="?module=taskbar"
  4. ICON="builds.png"
  5. NEED_RIGHT=TASKBAR
  6. NEED_OPTION=YALF_AUTH_ENABLED
  7. [livecams]
  8. NAME="My cameras"
  9. URL="?module=livecams"
  10. ICON="visor.png"
  11. NEED_RIGHT=LIVECAMS
  12. NEED_OPTION=YALF_AUTH_ENABLED
  13. [archive]
  14. NAME="Video from cameras"
  15. URL="?module=archive"
  16. ICON="archive.png"
  17. NEED_RIGHT=ARCHIVE
  18. NEED_OPTION=YALF_AUTH_ENABLED
  19. [export]
  20. NAME="Save records"
  21. URL="?module=export"
  22. ICON="export.png"
  23. NEED_RIGHT=EXPORT
  24. NEED_OPTION=YALF_AUTH_ENABLED
  25. [records]
  26. NAME="My records"
  27. URL="?module=records"
  28. ICON="records.png"
  29. NEED_RIGHT=EXPORT
  30. NEED_OPTION=YALF_AUTH_ENABLED
  31. [usermanager]
  32. NAME="Users and rights"
  33. URL="?module=usermanager"
  34. ICON="usermanager.png"
  35. NEED_RIGHT=ROOT
  36. NEED_OPTION=YALF_AUTH_ENABLED
  37. [backups]
  38. NAME="Backup database"
  39. URL="?module=backups"
  40. ICON="backups.png"
  41. CATEGORY=4
  42. NEED_RIGHT=ROOT
  43. NEED_OPTION=YALF_AUTH_ENABLED
  44. ;[devconsole]
  45. ;NAME="Developers console"
  46. ;URL="?module=devconsole"
  47. ;ICON="sqlconsole.png"
  48. ;NEED_RIGHT=ROOT
  49. ;NEED_OPTION=YALF_AUTH_ENABLED
  50. [sysconf]
  51. NAME="System settings"
  52. URL="?module=sysconf"
  53. ICON="sysconf.png"
  54. NEED_RIGHT=ROOT
  55. NEED_OPTION=YALF_AUTH_ENABLED