From what I've seen in other UIs, they only poll for data using javascript and visualize it using html and css, i.e. you could say (simplifying) they are read-only.
Interestingly, the suspected UI has a php file, which in contrast to the above is executed on the web-server side. I checked it -...