{{ $COMPANY_SHORT_NAME := "Exacq" }} {{ $COMPANY_NAME := "Exacq Technologies Inc." }} {{ $PRODUCT_LINE_NAME := "exacqVision" }} {{ $PRODUCT_NAME := "exacqVision Web Client" }} {{template "header-redirect.tmpl.html"}} {{.T.G "Simple"}}
{{.T.G "Return to Landing Page"}}

{{.T.G "Simple" }}

{{printf (.T.G "Single-Camera, Browser-based %s viewer") $PRODUCT_LINE_NAME}}

{{.T.G "Compatible with nearly any computer or mobile device web browser for simple viewing" }}


{{if not .Data.SimpleLoginPage}}

{{.T.G "Please select a server."}}

{{else}} {{$server := index .Data.Servers .Data.ServerID }}

{{printf (.T.G "Log in to %s:") $server.Host }}

{{if $server.IsPassthrough}}

{{.T.G "Click Continue to continue as a passthrough user." }}

{{.T.G "Or enter your login credentials below" }}

{{else}}

{{.T.G "Enter your login credentials below" }}

{{end}}

{{.T.G "Username" }}:

{{.T.G "Password" }}:


{{end}}