This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.html
160 lines (120 loc) · 5.66 KB
/
app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<meta charset="UTF-8" />
<!-- 4 template-path: tmpl_default/header/head.php -->
<title>Startseite - Berlin.de</title>
<link rel="stylesheet" type="text/css" href="/berlinde/css/bde-bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/berlinde/css/bde-index.css" />
<link rel="stylesheet" type="text/css" href="/berlinde/css/vendor.css" />
<!-- IE -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="/berlinde/js/bo-head.js"></script>
<!-- nur Mastertemplates: -->
<meta name="robots" content="noindex, nofollow">
</head>
<body class="locale_de ">
<!-- 4 template-path: tmpl_default/header/header_portal.php -->
<!-- template start: header_portal -->
<div class="container-wrapper container-portal-header">
<div class="container">
<div class="row" role="banner">
<div class="span12">
<div class="html5-header portal-header hidden-phone">
<div class="red-line"></div>
<div class="html5-figure main-image">
<a href="#" title="Link führt zur Startseite von Berlin.de">
<img class="portal-logo" src="/berlinde/css/images/berlin_de.png" alt="Bild zeigt: Berlin.de Logo"
title="Link führt zur Startseite von Berlin.de" />
</a>
</div>
<p class="navSkip">Navigiere direkt zu:</p>
<ul class="navSkip">
<li><a href="#aural_institutionssuche">Suche</a></li>
<li><a href="#aural_maincontent">Inhalt</a></li>
</ul>
<div class="html5-nav" aria-label="Globale Portal-Links" role="navigation">
<p id="bo-portalnavilinkslabel" class="aural">Besuchen Sie auch unsere anderen Themen-Bereiche:</p>
<ul class="portal-navi" id="bo-portalnavilinks" aria-labelledby="bo-portalnavilinkslabel">
<li class="active"><a href="https://www.berlin.de/politik-verwaltung-buerger/">Politik, Verwaltung,
Bürger</a></li>
<li><a href="https://www.berlin.de/kultur-und-tickets/">Kultur & Ausgehen</a></li>
<li><a href="https://www.berlin.de/tourismus/">Tourismus</a></li>
<li><a href="https://www.berlin.de/wirtschaft/">Wirtschaft</a></li>
<li><a href="https://www.berlin.de/special/">Themen</a></li>
<li><a href="https://www.berlin.de/adressen/">Branchenbuch</a></li>
<li><a href="https://www.berlin.de/stadtplan/">Stadtplan</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /template end: header_portal -->
<div class="container-wrapper container-content template-land_start">
<div class="container">
{{ APP }}
</div>
</div>
<!-- 3 template-path: tmpl_default/navi/navi_mobil_startseite.php -->
<!-- template: navi-mobil -->
<nav class="navigation-mobile hidden-desktop hidden-tablet">
<p class="navSkip">Navigiere direkt zu:</p>
<ul class="navSkip">
<li><a href="#mobile-nav-toggle" tabindex="1" id="hiddenNavToggler">Navigation
<!-- append text per css here --></a></li>
</ul>
<!-- 4 template-path: tmpl_default/navi/navi_mobil_header.inc.php -->
<!-- navi mobil header inc -->
<div class="sticky-header bde-gradient hidden-desktop hidden-tablet">
<div class="red-line"></div>
<div class="portal-logo">
<a title="Link führt zur Startseite von Berlin.de" href="#">
<img title="Link führt zur Startseite von Berlin.de" alt="Bild zeigt: Berlin.de Logo"
src="berlinde/css/images/berlin_de.png">
</a>
</div>
</div>
<!-- navi mobil header inc -->
<div class="wrapper">
<!-- Sticky inner Head (sticky, if menu open) -->
<div class="sticky-container-head">
<div class="offcanvas-search">
<form action="#" method="get">
<div class="control-group searchform mobile">
<input type="search" name="q" placeholder="Geben Sie ein Stichwort ein">
<button type="submit" class="btn global-search-submit"><em class="icon-search icon-white"></em><span
class="hidden-phone ">Suchen</span></button>
</div>
</form>
</div>
</div>
<!-- Nav Container (scrollable) -->
<div class="nav-container">
<div class="nav-container-body">
<!-- NAVIGATION -->
<ul class="nav-menu menu">
<li class="menu-item has-dropdown is-active">
<a href="#" class="menu-link">Institutionsname Start</a>
<ul class="nav-dropdown menu is-visible">
<li class="menu-item"> <a href="#" class="menu-link">Institutionsname: Startseite</a> </li>
<li class="menu-item"> <a href="#" class="menu-link">Haupt 1</a> </li>
<li class="menu-item"> <a href="#" class="menu-link">Haupt 2</a> </li>
<li class="menu-item"> <a href="#" class="menu-link">Haupt 3</a> </li>
<li class="menu-item"> <a href="#" class="menu-link">Haupt 4</a> </li>
<li class="menu-item"> <a href="#" class="menu-link">Haupt 5</a> </li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- /template end: navi-mobil -->
<!-- /template end: footer-portal -->
<!-- 4 template-path: tmpl_default/footer/feedbackform.php -->
<!-- 4 template-path: tmpl_default/footer/skyscraper.php -->
<!-- <script type="text/javascript" src="js/bo-foot.js"></script> -->
</body>
</html>