| <% if(data.rate=="true"){ %> Playing <% }else{ %> Stopped <% } %> | |||
<%= minutes %>:<%= ((seconds%60)+"").padStart(2, "0") %>.<%= millis%1000 %> |
<% }else{ %>
00:00.00 |
<% } %>
||
| Busy | <%= data.busy %> |
||
| Display Open | <%= data.displayOpen %> |
||
| Active | <%= data.showActive %> |
||
| Programmer | <%= data.programmerOnline %> |
||
| Health | <%= data.health %> |
||
| Standby | <%= data.standby %> |
||
| Error | <% if(data.error==1){ %>Operating System Error<% } %> <% if(data.error==2){ %>QuickTime Error<% } %> <% if(data.error==3){ %>Rendering API Error<% } %> <% if(data.error==4){ %>Network Error<% } %> <% if(data.error==5){ %>File Server Error<% } %> <% if(data.error==6){ %>Syntax/Parser Error<% } %> <% if(data.error==7){ %>General Runtime Error<% } %> <% if(data.error==8){ %>Authentication Error<% } %> | ||