mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Cleaned up & fixed auth page html.
This commit is contained in:
@@ -4,59 +4,61 @@
|
|||||||
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
||||||
<!--[if (gte IE 9)|!(IE)]><!-->
|
<!--[if (gte IE 9)|!(IE)]><!-->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||||
<meta content="" name="description">
|
<meta content="" name="description">
|
||||||
<meta content="Tomahawk" name="author">
|
<meta content="Tomahawk" name="author">
|
||||||
<link href="../../assets/ico/favicon.png" rel="shortcut icon">
|
<link href="/staticdata/favicon.png" rel="shortcut icon">
|
||||||
|
|
||||||
<title>Tomahawk</title><!-- CSS -->
|
<title>Tomahawk</title>
|
||||||
<link href="css/bootstrap.css" rel="stylesheet">
|
<!-- CSS -->
|
||||||
<link href="css/style.css" rel="stylesheet"><!-- Theme Style -->
|
<link href="/staticdata/css/bootstrap.css" rel="stylesheet">
|
||||||
<link href="css/elements.css" rel="stylesheet"><!-- Theme elements style -->
|
<link href="/staticdata/css/style.css" rel="stylesheet"><!-- Theme Style -->
|
||||||
<link href="css/animate.css" rel="stylesheet"><!-- CSS Animations -->
|
<link href="/staticdata/css/elements.css" rel="stylesheet"><!-- Theme elements style -->
|
||||||
|
<link href="/staticdata/css/animate.css" rel="stylesheet"><!-- CSS Animations -->
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="js/html5shim.js"></script>
|
<!--[if lt IE 9]>
|
||||||
<![endif]-->
|
<script src="/staticdata/js/html5shim.js"></script>
|
||||||
<noscript><link rel="stylesheet" href="css/no-js.css"></noscript>
|
<![endif]-->
|
||||||
<!-- Google Web Fonts -->
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,900' rel='stylesheet' type='text/css'>
|
<noscript><link rel="stylesheet" href="/staticdata/css/no-js.css"></noscript>
|
||||||
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900' rel='stylesheet' type='text/css'>
|
|
||||||
|
<!-- Google Web Fonts -->
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,900' rel='stylesheet' type='text/css'>
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900' rel='stylesheet' type='text/css'>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!--NAVBAR -->
|
<!--NAVBAR -->
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<div class="navbar navbar-fixed-top" id="nav">
|
<div class="navbar navbar-fixed-top" id="nav">
|
||||||
<div class="ribbon-top"></div>
|
<div class="ribbon-top"></div>
|
||||||
|
<div class="container">
|
||||||
<div class="container">
|
<div class="navbar-header">
|
||||||
<div class="navbar-header">
|
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button">
|
||||||
<button class="navbar-toggle" data-target=".navbar-collapse"
|
<span class="icon-bar"></span>
|
||||||
data-toggle="collapse" type="button"><span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span> <span class=
|
<span class="icon-bar"></span>
|
||||||
"icon-bar"></span></button> <a class="navbar-brand" href=
|
</button>
|
||||||
"http://tomahawk-player.org/index.html"><img alt="" src="logo.png" height="50"></a>
|
<a class="navbar-brand" href="http://tomahawk-player.org/index.html">
|
||||||
|
<img alt="" src="/staticdata/tomahawk_auth_logo.png" height="50">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</header>
|
||||||
|
<!--/.NAVBAR:end -->
|
||||||
|
|
||||||
|
<!--Content WRAPPER-->
|
||||||
</div>
|
<div id="wrapper-content">
|
||||||
</div>
|
<div class="row">
|
||||||
</header>
|
<div class="col-md-4"></div>
|
||||||
<!--/.NAVBAR:end -->
|
<div class="col-md-4">
|
||||||
|
<br><br>
|
||||||
<!--Content WRAPPER-->
|
<center>
|
||||||
<div id="wrapper-content">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-4"></div>
|
|
||||||
<div class="col-md-4">
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<center>
|
|
||||||
<a href="http://www.tomahawk-player.org" title="Tomahawk - Powered by Playdar" id="head">
|
|
||||||
<img alt="Tomahawk" src="/staticdata/tomahawk_auth_logo.png" width="200" height="30"></a>
|
|
||||||
<br><br>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<form method="post" action="/auth_2/" id="auth">
|
<form method="post" action="/auth_2/" id="auth">
|
||||||
<p>Grant access to Tomahawk from <a href="<%WEBSITE%>"><%NAME%></a>?</p>
|
<p>Grant access to Tomahawk from <a href="<%WEBSITE%>"><%NAME%></a>?</p>
|
||||||
@@ -70,17 +72,14 @@
|
|||||||
<input type="hidden" name="website" value="<%WEBSITE%>" />
|
<input type="hidden" name="website" value="<%WEBSITE%>" />
|
||||||
<input type="hidden" name="name" value="<%NAME%>" />
|
<input type="hidden" name="name" value="<%NAME%>" />
|
||||||
</form>
|
</form>
|
||||||
</center>
|
|
||||||
<br><br>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4"></div>
|
</center>
|
||||||
</div>
|
<br><br>
|
||||||
</div><!-- #Wraper-content:ends -->
|
</div>
|
||||||
|
<div class="col-md-4"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- #Wraper-content:ends -->
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -33,12 +33,13 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="http://www.tomahawk-player.org" title="Tomahawk - Powered by Playdar" id="head">
|
<a href="http://www.tomahawk-player.org" title="Tomahawk - Powered by Playdar" id="head">
|
||||||
<img alt="Tomahawk - Powered by Playdar" src="/staticdata/tomahawk_auth_logo.png" width="200" height="30">
|
<img alt="Tomahawk - Powered by Playdar" src="/staticdata/tomahawk_auth_logo.png" height="30">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<p>You have allowed access to Tomahawk from <a href="<%WEBSITE%>"><%NAME%></a></p>
|
<p>You have allowed access to Tomahawk from <a href="<%WEBSITE%>"><%NAME%></a></p>
|
||||||
<p>Copy and paste this authentication <strong>token</strong> into the status bar then close this window.</p>
|
<p>Copy and paste this authentication <strong>token</strong> into the status bar then close this window.</p>
|
||||||
<p>Token: <input type="text" value="<%AUTHCODE%>" size="35" onclick="this.focus(); this.select();" />
|
<p>Token: <input type="text" value="<%AUTHCODE%>" size="35" onclick="this.focus(); this.select();" /></p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 140 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 140 KiB |
Reference in New Issue
Block a user