1
|
|
|
<!DOCTYPE html> |
2
|
|
|
<html lang="en"> |
3
|
|
|
<head> |
4
|
|
|
<title><?php echo $title;?></title> |
5
|
|
|
|
6
|
|
|
<meta charset="utf-8"> |
7
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
8
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge"> |
9
|
|
|
|
10
|
|
|
<meta name="description" content="<?php echo $description;?>"> |
11
|
|
|
<meta name="keywords" content="jodelblue, jodel, blue, webclient, web, client, web-app, browser, app"> |
12
|
|
|
|
13
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous"> |
|
|
|
|
14
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.1.1/ekko-lightbox.min.css" integrity="sha256-8aNQFtmxcOMVoOhLD4mrHqaKC2Ui++LmlQsoKTqxwIE=" crossorigin="anonymous" /> |
|
|
|
|
15
|
|
|
<link rel="stylesheet" href="<?php echo $baseUrl;?>css/font-awesome.min.css"> |
16
|
|
|
<link rel="stylesheet" href="<?php echo $baseUrl;?>style.css" type="text/css"> |
17
|
|
|
|
18
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="<?php echo $baseUrl;?>img/favicon/favicon.ico"> |
19
|
|
|
<link rel="icon" type="image/x-icon" href="<?php echo $baseUrl;?>img/favicon/favicon.ico"> |
20
|
|
|
<link rel="icon" type="image/gif" href="<?php echo $baseUrl;?>img/favicon/favicon.gif"> |
21
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon.png"> |
22
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon.png"> |
23
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-57x57.png" sizes="57x57"> |
24
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-60x60.png" sizes="60x60"> |
25
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-72x72.png" sizes="72x72"> |
26
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-76x76.png" sizes="76x76"> |
27
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-114x114.png" sizes="114x114"> |
28
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-120x120.png" sizes="120x120"> |
29
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-128x128.png" sizes="128x128"> |
30
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-144x144.png" sizes="144x144"> |
31
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-152x152.png" sizes="152x152"> |
32
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-180x180.png" sizes="180x180"> |
33
|
|
|
<link rel="apple-touch-icon" href="<?php echo $baseUrl;?>img/favicon/apple-touch-icon-precomposed.png"> |
34
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-16x16.png" sizes="16x16"> |
35
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-32x32.png" sizes="32x32"> |
36
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-96x96.png" sizes="96x96"> |
37
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-160x160.png" sizes="160x160"> |
38
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-192x192.png" sizes="192x192"> |
39
|
|
|
<link rel="icon" type="image/png" href="<?php echo $baseUrl;?>img/favicon/favicon-196x196.png" sizes="196x196"> |
40
|
|
|
<meta name="msapplication-TileImage" content="<?php echo $baseUrl;?>img/favicon/win8-tile-144x144.png"> |
41
|
|
|
<meta name="msapplication-TileColor" content="#5682a3"> |
42
|
|
|
<meta name="msapplication-navbutton-color" content="#5682a3"> |
43
|
|
|
<meta name="application-name" content="JodelBlue"/> |
44
|
|
|
<meta name="msapplication-tooltip" content="JodelBlue"/> |
45
|
|
|
<meta name="apple-mobile-web-app-title" content="JodelBlue"/> |
46
|
|
|
<meta name="msapplication-square70x70logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-70x70.png"> |
47
|
|
|
<meta name="msapplication-square144x144logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-144x144.png"> |
48
|
|
|
<meta name="msapplication-square150x150logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-150x150.png"> |
49
|
|
|
<meta name="msapplication-wide310x150logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-310x150.png"> |
50
|
|
|
<meta name="msapplication-square310x310logo" content="<?php echo $baseUrl;?>img/favicon/win8-tile-310x310.png"> |
51
|
|
|
</head> |
52
|
|
|
|
53
|
|
|
<body> |
54
|
|
|
<header> |
55
|
|
|
<nav class="navbar navbar-full navbar-dark fixed-top"> |
56
|
|
|
<div class="container"> |
57
|
|
|
<?php |
58
|
|
|
if(isset($view)) |
59
|
|
|
{ |
60
|
|
|
$refreshUrl = $view->toUrl(); |
61
|
|
|
} |
62
|
|
|
else |
63
|
|
|
{ |
64
|
|
|
$refreshUrl = $baseUrl; |
65
|
|
|
} |
66
|
|
|
if($backButton != '') |
67
|
|
|
{ |
68
|
|
|
echo '<a id="comment-back" href="' . $backButton . '">'; |
69
|
|
|
echo '<i class="fa fa-angle-left fa-3x"></i>'; |
70
|
|
|
echo '</a>'; |
71
|
|
|
echo '<h1>'; |
72
|
|
|
echo '<a href="' . $refreshUrl . '" class="spinnable hidden-xs-down">'; |
73
|
|
|
} |
74
|
|
|
else |
75
|
|
|
{ |
76
|
|
|
echo '<h1>'; |
77
|
|
|
echo '<a href="' . $refreshUrl . '" class="spinnable">'; |
78
|
|
|
} |
79
|
|
|
?> |
80
|
|
|
JodelBlue <i class="fa fa-refresh fa-1x"></i></a> |
81
|
|
|
</h1> |
82
|
|
|
|
83
|
|
|
<div id="location_mobile" class="hidden-sm-up"> |
84
|
|
|
<form method="get"> |
85
|
|
|
<input type="text" id="city_mobile" name="search" placeholder="<?php if(isset($newPositionStatus)) echo $newPositionStatus; ?>" required> |
|
|
|
|
86
|
|
|
|
87
|
|
|
<input type="submit" id="submit_mobile" class="fa" value="" /> |
88
|
|
|
</form> |
89
|
|
|
</div> |
90
|
|
|
</div> |
91
|
|
|
</nav> |
92
|
|
|
</header> |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.