{{includefile 'bootstrap/css/page_common.css'}} Recordings {{includefile 'header.html'}} {{includefile 'navbar.html'}}
Loading...
{{selected_date = queries['viewdate']}} {{if selected_date == null}} {{selected_date = date.to_string latest_recording_date '%m/%d/%Y'}} {{end}} {{recordings = (recordings_list selected_date)}}
{{if video_to_play != ''}}
{{end}} {{if (array.size recordings)==0}} No recordings found. Try selecting another day or add a camera and set up an event to record.
Edit Cameras {{end}}
{{id=1}} {{for rcd in recordings}}
{{if rcd.filename==video_to_play}} {{bgcolor='hs-bg-gray-4'}} {{else}} {{bgcolor=''}} {{end}}
{{id=id+1}}
{{format_date rcd.start_time}}
{{rcd.camera_name}}
{{rcd.event_name}}
:{{rcd.duration_seconds}}
{{end}}
{{includefile 'bootstrap/js/page_common.js'}}