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
2017-04-18 13:48:27 -04:00
< div class = "padded-left padded-right padded-bottom-page" >
2016-03-16 01:33:31 -04:00
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-09-09 02:59:23 -04:00
< button is = "emby-button" type = "submit" class = "raised button-submit block" >
2016-06-18 16:31:22 -04:00
< span > ${ButtonSignIn}< / span >
< / button >
2016-03-16 01:33:31 -04:00
< div class = "forgotPassword" >
2017-04-23 17:24:43 -04:00
< a href = "https://emby.media/community/index.php?app=core&module=global§ion=lostpass" target = "_blank" is = "emby-linkbutton" class = "raised block" >
< span > ${ButtonForgotPassword}< / span >
2016-03-16 01:33:31 -04:00
< / a >
< / div >
< div class = "skip" >
2016-09-09 02:59:23 -04:00
< button is = "emby-button" type = "button" class = "raised block btnSkipConnect" >
2016-06-18 16:31:22 -04:00
< 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 >
2017-04-23 17:24:43 -04:00
< a href = "https://emby.media/community/index.php?app=core&module=global§ion=register" target = "_blank" is = "emby-linkbutton" class = "raised button-accent block btnSignupForConnect" >
< span > ${ButtonSignUp}< / span >
2016-03-16 01:33:31 -04:00
< / a >
< / div >
< div class = "terms hide fieldDescription" style = "margin-top: 2em; color: #ccc;" > < / div >
2017-04-23 17:24:43 -04:00
< div class = "hide tvAppInfo" > < br / > < br / > < i class = "md-icon" style = "color: #52B54B" > new_releases< / i > Try the new < a is = "emby-linkbutton" class = "button-link" 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-09-11 03:33:53 -04:00
< button is = "emby-button" type = "submit" class = "raised button-submit block" >
2016-06-18 16:31:22 -04:00
< span > ${ButtonConnect}< / span >
< / button >
2016-09-11 03:33:53 -04:00
< button is = "emby-button" type = "button" class = "raised button-cancel block btnCancelManualServer" >
2016-06-18 16:31:22 -04:00
< 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 >
2016-07-28 14:39:41 -04:00
< div class = "recaptchaContainer" > < / div >
2016-03-16 01:33:31 -04:00
< br / >
2016-09-09 02:59:23 -04:00
< button is = "emby-button" type = "submit" class = "raised button-accent block" >
2016-06-18 16:31:22 -04:00
< span > ${ButtonSignUp}< / span >
< / button >
2016-09-11 03:33:53 -04:00
< button is = "emby-button" type = "button" class = "raised button-cancel block btnCancelSignup" >
2016-06-18 16:31:22 -04:00
< 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-09-09 02:59:23 -04:00
< button is = "emby-button" type = "button" class = "raised button-accent block btnWelcomeNext iconRight" >
2016-06-18 16:31:22 -04:00
< 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 >