2013-11-01 15:56:57 +01:00
|
|
|
<!doctype html>
|
2012-07-27 19:59:03 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
2013-11-01 15:56:57 +01:00
|
|
|
<link href="http://clementine-player.org/favicon.ico" rel="shortcut icon">
|
2012-07-27 19:59:03 +02:00
|
|
|
<title>tr("Return to Clementine")</title>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
#container {
|
|
|
|
margin: 6em auto 0px auto;
|
2012-08-17 22:48:45 +02:00
|
|
|
max-width: 400px;
|
|
|
|
font-family: 'arial regular', arial, sans-serif;
|
2012-07-27 19:59:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#container img {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container h1 {
|
|
|
|
margin: 0px 0px 0.75em 0px;
|
2012-08-17 22:48:45 +02:00
|
|
|
font-size: 16px;
|
2012-07-27 19:59:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#container p {
|
|
|
|
margin-top: 0px;
|
2012-08-17 22:48:45 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
font-size: 13px;
|
2012-07-27 19:59:03 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<h1>tr("Success!")</h1>
|
|
|
|
<img src="data:image/png;base64,@IMAGE_DATA@"/>
|
|
|
|
<p>tr("Please close your browser and return to Clementine.")</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|