mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
* Cleaned up & fixed auth page html.
This commit is contained in:
@@ -4,43 +4,48 @@
|
||||
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
||||
<!--[if (gte IE 9)|!(IE)]><!-->
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="description">
|
||||
<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 -->
|
||||
<link href="css/bootstrap.css" rel="stylesheet">
|
||||
<link href="css/style.css" rel="stylesheet"><!-- Theme Style -->
|
||||
<link href="css/elements.css" rel="stylesheet"><!-- Theme elements style -->
|
||||
<link href="css/animate.css" rel="stylesheet"><!-- CSS Animations -->
|
||||
<title>Tomahawk</title>
|
||||
<!-- CSS -->
|
||||
<link href="/staticdata/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/staticdata/css/style.css" rel="stylesheet"><!-- Theme Style -->
|
||||
<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>
|
||||
<script src="/staticdata/js/html5shim.js"></script>
|
||||
<![endif]-->
|
||||
<noscript><link rel="stylesheet" href="css/no-js.css"></noscript>
|
||||
|
||||
<noscript><link rel="stylesheet" href="/staticdata/css/no-js.css"></noscript>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<body>
|
||||
<!--NAVBAR -->
|
||||
<header id="header">
|
||||
<div class="navbar navbar-fixed-top" id="nav">
|
||||
<div class="ribbon-top"></div>
|
||||
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button class="navbar-toggle" data-target=".navbar-collapse"
|
||||
data-toggle="collapse" type="button"><span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span> <span class=
|
||||
"icon-bar"></span></button> <a class="navbar-brand" href=
|
||||
"http://tomahawk-player.org/index.html"><img alt="" src="logo.png" height="50"></a>
|
||||
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<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>
|
||||
</header>
|
||||
@@ -53,10 +58,7 @@
|
||||
<div class="col-md-4">
|
||||
<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">
|
||||
<form method="post" action="/auth_2/" id="auth">
|
||||
<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="name" value="<%NAME%>" />
|
||||
</form>
|
||||
</div>
|
||||
</center>
|
||||
<br><br>
|
||||
</div>
|
||||
<div class="col-md-4"></div>
|
||||
</div>
|
||||
</div><!-- #Wraper-content:ends -->
|
||||
|
||||
|
||||
</div>
|
||||
<!-- #Wraper-content:ends -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
@@ -33,12 +33,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
|
||||
<div id="content">
|
||||
<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>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>
|
||||
</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