2016-06-18 13:26:42 -04:00
< div id = "connectLoginPage" data-role = "page" class = "page standalonePage connectLoginPage" data-theme = "b" >
2016-03-16 01:33:31 -04:00
< div data-role = "content" >
2016-06-18 13:26:42 -04:00
< form class = "connectLoginForm hide" style = "margin: 0 auto" >
2016-03-16 01:33:31 -04:00
2016-05-28 15:47:56 -04:00
< div style = "height:0; overflow: hidden;" > < input type = "text" name = "fakeusernameremembered" tabindex = "-1" / > < input type = "password" name = "fakepasswordremembered" tabindex = "-1" / > < / div >
2016-03-16 01:33:31 -04:00
< h1 style = "text-align: left;" > ${HeaderSignInWithConnect}< / h1 >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-24 16:07:45 -04:00
< input is = "emby-input" type = "text" id = "txtManualName" required = "required" label = "${LabelUser}" / >
2016-03-16 01:33:31 -04:00
< div class = "fieldDescription" style = "text-align:left;" > ${LabelEnterConnectUserNameHelp}< / div >
< / div >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-24 16:07:45 -04:00
< input is = "emby-input" type = "password" id = "txtManualPassword" required = "required" label = "${LabelPassword}" / >
2016-03-16 01:33:31 -04:00
< / div >
< br / >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "submit" class = "raised accent block" >
< i class = "md-icon" > check< / i >
< span > ${ButtonSignIn}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< div class = "forgotPassword" >
< a href = "https://emby.media/community/index.php?app=core&module=global§ion=lostpass" target = "_blank" class = "clearLink" >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "button" class = "raised cancel block" >
< i class = "md-icon" > close< / i >
< span > ${ButtonForgotPassword}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< / a >
< / div >
< div class = "skip" >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "button" class = "raised cancel block btnSkipConnect" >
< i class = "md-icon" > close< / i >
< span > ${ButtonSkip}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< div class = "fieldDescription" style = "text-align:center;" > ${TextConnectToServerManually}< / div >
< / div >
< div class = "newUsers" style = "margin-top: 2em;" >
< h2 style = "text-align: left;" > ${HeaderNewUsers}< / h2 >
< a href = "https://emby.media/community/index.php?app=core&module=global§ion=register" target = "_blank" class = "clearLink" >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "button" class = "raised submit block btnSignupForConnect" >
< i class = "md-icon" > add< / i >
< span > ${ButtonSignUp}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< / a >
< / div >
< div class = "terms hide fieldDescription" style = "margin-top: 2em; color: #ccc;" > < / div >
2016-06-18 16:31:22 -04:00
< div class = "hide tvAppInfo" > < br / > < br / > < i class = "md-icon" style = "color: #52B54B" > new_releases< / i > Try the new < a href = "//tv.emby.media" target = "_blank" > Emby Theater at tv.emby.media< / a > , a remote-friendly app designed for your TV or large screen monitor.< / div >
2016-03-16 01:33:31 -04:00
< / form >
2016-06-24 16:07:45 -04:00
< form class = "manualServerForm hide" style = "margin: 0 auto;" >
2016-03-16 01:33:31 -04:00
< div style = "display: none;" >
< input type = "text" id = "PreventChromeAutocomplete" name = "PreventChromeAutocomplete" autocomplete = "address-level4" / >
< / div >
< h1 style = "text-align: left;" > ${HeaderConnectToServer}< / h1 >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-04 23:50:07 -04:00
< input is = "emby-input" type = "text" id = "txtServerHost" required = "required" label = "${LabelServerHost}" / >
2016-03-16 01:33:31 -04:00
< div class = "fieldDescription" style = "text-align:left;" > ${LabelServerHostHelp}< / div >
< / div >
< br / >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-04 23:50:07 -04:00
< input is = "emby-input" type = "number" id = "txtServerPort" step = "1" min = "0" value = "8096" label = "${LabelServerPort}" / >
2016-03-16 01:33:31 -04:00
< / div >
< br / >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "submit" class = "raised accent block" >
< i class = "md-icon" > check< / i >
< span > ${ButtonConnect}< / span >
< / button >
< button is = "emby-button" type = "button" class = "raised cancel block btnCancelManualServer" >
< i class = "md-icon" > close< / i >
< span > ${ButtonCancel}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< / form >
2016-06-18 13:26:42 -04:00
< form class = "signupForm hide" style = "margin: 0 auto;" >
2016-03-16 01:33:31 -04:00
< div style = "display: none;" >
< input type = "text" id = "PreventChromeAutocomplete" name = "PreventChromeAutocomplete" autocomplete = "address-level4" / >
< / div >
< h1 style = "text-align: left;" > ${HeaderSignUp}< / h1 >
< br / >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-04 23:50:07 -04:00
< input is = "emby-input" type = "text" id = "txtSignupEmail" required = "required" label = "${LabelEmail}" / >
2016-03-16 01:33:31 -04:00
< / div >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-04 23:50:07 -04:00
< input is = "emby-input" type = "text" id = "txtSignupUsername" required = "required" label = "${LabelUsername}" / >
2016-03-16 01:33:31 -04:00
< / div >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-04 23:50:07 -04:00
< input is = "emby-input" type = "password" id = "txtSignupPassword" required = "required" label = "${LabelPassword}" autocomplete = "off" / >
2016-03-16 01:33:31 -04:00
< / div >
2016-05-28 15:47:56 -04:00
< div class = "inputContainer" >
2016-06-04 23:50:07 -04:00
< input is = "emby-input" type = "password" id = "txtSignupPasswordConfirm" required = "required" label = "${LabelPasswordConfirm}" autocomplete = "off" / >
2016-03-16 01:33:31 -04:00
< / div >
< div class = "g-recaptcha" id = "recaptchaWidget" data-sitekey = "6Le2LAgTAAAAAK06Wvttt_yUnbISTy6q3Azqp9po" data-theme = "dark" > < / div >
< br / >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "submit" class = "raised accent block" >
< i class = "md-icon" > check< / i >
< span > ${ButtonSignUp}< / span >
< / button >
< button is = "emby-button" type = "button" class = "raised cancel block btnCancelSignup" >
< i class = "md-icon" > close< / i >
< span > ${ButtonCancel}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< / form >
2016-06-18 13:26:42 -04:00
< div class = "welcomeContainer readOnlyContent hide" style = "text-align: center; margin: 0 auto;" >
2016-03-16 01:33:31 -04:00
< div style = "text-align: left;" >
< h1 > ${HeaderWelcomeToEmby}< / h1 >
< p style = "margin: 2em 0;" > ${EmbyIntroMessage}< / p >
< p style = "margin: 2em 0;" class = "embyIntroDownloadMessage" > < / p >
2016-06-18 16:31:22 -04:00
< button is = "emby-button" type = "button" class = "raised accent block btnWelcomeNext iconRight" >
< i class = "md-icon" > arrow_forward< / i >
< span > ${ButtonNext}< / span >
< / button >
2015-05-05 11:24:47 -04:00
< / div >
2014-10-21 08:42:02 -04:00
< / div >
< / div >
2016-03-16 01:33:31 -04:00
< / div >