@ -1,28 +1,54 @@
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta name = "mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta name = "mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
<!-- Chrome, Opera, and Firefox OS -->
< meta name = "theme-color" content = "#3a3f51" / >
< meta name = "theme-color" content = "#3a3f51" / >
<!-- Windows Phone -->
< meta name = "msapplication-navbutton-color" content = "#3a3f51" / >
< meta name = "description" content = "Lidarr (Preview)" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/Content/Images/Icons/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/Content/Images/Icons/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/Content/Images/Icons/favicon-16x16.png" >
< link rel = "manifest" href = "/Content/Images/Icons/manifest.json" >
< link rel = "mask-icon" href = "/Content/Images/Icons/safari-pinned-tab.svg" color = "#00ccff" >
< link rel = "shortcut icon" type = "image/ico" href = "/favicon.ico" data-no-hash / >
< meta name = "msapplication-config" content = "/Content/Images/Icons/browserconfig.xml" >
< link rel = "stylesheet" type = "text/css" href = "/Content/styles.css" >
< meta name = "msapplication-navbutton-color" content = "#3a3f51" / >
< meta name = "description" content = "Lidarr" / >
< link
rel="apple-touch-icon"
sizes="180x180"
href="/Content/Images/Icons/apple-touch-icon.png"
/>
< link
rel="icon"
type="image/png"
sizes="32x32"
href="/Content/Images/Icons/favicon-32x32.png"
/>
< link
rel="icon"
type="image/png"
sizes="16x16"
href="/Content/Images/Icons/favicon-16x16.png"
/>
< link rel = "manifest" href = "/Content/Images/Icons/manifest.json" / >
< link
rel="mask-icon"
href="/Content/Images/Icons/safari-pinned-tab.svg"
color="#00ccff"
/>
< link
rel="shortcut icon"
type="image/ico"
href="/favicon.ico"
data-no-hash
/>
< meta
name="msapplication-config"
content="/Content/Images/Icons/browserconfig.xml"
/>
< link rel = "stylesheet" type = "text/css" href = "/Content/styles.css" / >
< link rel = "stylesheet" type = "text/css" href = "/Content/Fonts/fonts.css" / >
< title > Login - Lidarr< / title >
@ -30,7 +56,8 @@
body {
background-color: #f5f7fa;
color: #656565;
font-family: "Roboto", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Roboto", "open sans", "Helvetica Neue", Helvetica, Arial,
sans-serif;
}
.center {
@ -90,7 +117,8 @@
.form-input:focus {
outline: 0;
border-color: #66afe9;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgba(102, 175, 233, 0.6);
}
.button {
@ -99,7 +127,7 @@
padding: 10px 0;
width: 100%;
border: 1px solid;
border-color: #216044 ;
border-color: #1d563d ;
border-radius: 4px;
background-color: #0b8750;
color: #fff;
@ -110,8 +138,8 @@
}
.button:hover {
border-color: #3483e7 ;
background-color: #4b91ea ;
border-color: #1D563D ;
background-color: #097948 ;
color: #fff;
text-decoration: none;
}
@ -165,14 +193,14 @@
}
}
< / style >
< / head >
< / head >
< body >
< div class = "center" >
< body >
< div class = "center" >
< div class = "content" >
< div class = "panel" >
< div class = "panel-header" >
< img src = "/Content/Images/logo.svg" alt = "Image" class = "logo" >
< img src = "/Content/Images/logo.svg" alt = "Image" class = "logo" / >
< / div >
< div class = "panel-body" >
@ -180,22 +208,53 @@
SIGN IN TO CONTINUE
< / div >
< form role = "form" data-parsley-validate = "" novalidate = "" class = "mb-lg" method = "POST" >
< form
role="form"
data-parsley-validate=""
novalidate=""
class="mb-lg"
method="POST"
>
< div class = "form-group" >
< input type = "email" name = "username" class = "form-input" placeholder = "Username" autocomplete = "off" pattern = ".{1,}" required title = "User name is required" autoFocus = "true" >
< input
type="email"
name="username"
class="form-input"
placeholder="Username"
autocomplete="off"
pattern=".{1,}"
required
title="User name is required"
autoFocus="true"
/>
< / div >
< div class = "form-group" >
< input type = "password" name = "password" class = "form-input" placeholder = "Password" required >
< input
type="password"
name="password"
class="form-input"
placeholder="Password"
required
/>
< / div >
< div class = "remember-me-container" >
< span class = "remember-me" >
< input type = "checkbox" name = "rememberMe" id = "rememberMe" checked = "checked" >
< input
type="checkbox"
name="rememberMe"
id="rememberMe"
checked="checked"
/>
< label for = "rememberMe" > Remember Me< / label >
< / span >
< a href = "https://github.com/Lidarr/Lidarr/wiki/Forgot-my-Password" class = "forgot-password" > Forgot your password?< / a >
< a
href="https://github.com/lidarr/Lidarr/wiki/Forgot-my-Password"
class="forgot-password"
>Forgot your password?< /a
>
< / div >
< button type = "submit" class = "button" > Login< / button >
@ -213,20 +272,20 @@
< span > Lidarr< / span >
< / div >
< / div >
< / div >
< / body >
< / div >
< / body >
< script type = "text/javascript" >
var yearSpan = document.getElementById('year' );
yearSpan.innerHTML = '2017-' + new Date().getFullYear();
< script type = "text/javascript" >
var yearSpan = document.getElementById("year" );
yearSpan.innerHTML = "2017-" + new Date().getFullYear();
var copyDiv = document.getElementById('copy' );
copyDiv.classList.remove('hidden' );
var copyDiv = document.getElementById("copy" );
copyDiv.classList.remove("hidden" );
if (window.location.search.indexOf('loginFailed=true' ) > -1) {
var loginFailedDiv = document.getElementById('login-failed' );
if (window.location.search.indexOf("loginFailed=true" ) > -1) {
var loginFailedDiv = document.getElementById("login-failed" );
loginFailedDiv.classList.remove('hidden' );
loginFailedDiv.classList.remove("hidden" );
}
< / script >
< / script >
< / html >