| ... | @@ -1,9 +1,12 @@ | ... | @@ -1,9 +1,12 @@ |
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | 2 | <BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
| 3 | <LoginDisclaimer>&lt;h2&gt;you are not logged in...&lt;/h2&gt; | 3 | <LoginDisclaimer> |
| 4 | &lt;a href=&quot;/sso/OID/start/snow&quot; class=&quot;raised block emby-button button-submit snow-sign-on&quot;&gt; | 4 | &lt;form id=snow-sign-on-form action=&quot;/sso/snow&quot; method=POST&gt; |
| 5 | snow sign on | 5 | &lt;h2&gt;you are not logged in...&lt;/h2&gt; |
| 6 | &lt;/a&gt; | 6 | &lt;button type=submit class=&quot;raised block emby-button button-submit snow-sign-on&quot;&gt; |
| | 7 | snow sign on |
| | 8 | &lt;/button&gt; |
| | 9 | &lt;/form&gt; |
| 7 | | 10 | |
| 8 | and then we knew, just like paper airplanes: that we could fly.</LoginDisclaimer> | 11 | and then we knew, just like paper airplanes: that we could fly.</LoginDisclaimer> |
| 9 | <CustomCss>.loginDisclaimer {width:100%} | 12 | <CustomCss>.loginDisclaimer {width:100%} |
| ... | @@ -27,7 +30,7 @@ mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmc | ... | @@ -27,7 +30,7 @@ mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmc |
| 27 | mask-size:cover; | 30 | mask-size:cover; |
| 28 | background:var(--main-text); | 31 | background:var(--main-text); |
| 29 | }</CustomCss> | 32 | }</CustomCss> |
| 30 | <SplashscreenEnabled>true</SplashscreenEnabled> | 33 | <SplashscreenEnabled>false</SplashscreenEnabled> |
| 31 | <SplashscreenLocation>/config/upload/splashscreen-upload.jpg</SplashscreenLocation> | 34 | <SplashscreenLocation>/config/upload/splashscreen-upload.jpg</SplashscreenLocation> |
| 32 | </BrandingOptions> | 35 | </BrandingOptions> |
| 33 | | 36 | |