|
27 | 27 | {% url 'meinberlin_plans:plan-list' as project_list %}
|
28 | 28 | <a href="{% url 'meinberlin_plans:plan-list' %}">{% translate 'Kiezradar' %}</a>
|
29 | 29 | </li>
|
| 30 | + {% url "notifications" as notifications_url %} |
| 31 | + <li class="{% if request.path == notifications_url %}active{% endif %}"> |
| 32 | + <a href="{{ notifications_url }}">{% translate 'Notifications' %}</a> |
| 33 | + </li> |
30 | 34 | {% get_header_menu "topnav" as topnav %}
|
31 | 35 | {% for item in topnav %}
|
32 | 36 | <li class="{% if request.path == item.url %}active{% endif %}">
|
@@ -120,66 +124,7 @@ <h3>{% translate 'Where can I find additional information on accessibility in th
|
120 | 124 | <!--googleon: index--><!--/noindex-->
|
121 | 125 | </div>
|
122 | 126 |
|
123 |
| - <!-- Search button and overlay --> |
124 |
| - |
125 |
| - <!-- <div id="servicebuttonSearch" |
126 |
| - class="service-button-overlay js-service-button-overlay search fullwidth"> |
127 |
| - <div class="service-button-overlay__button"> |
128 |
| - <button type="button" |
129 |
| - class="icon-button js-button-overlay-open" |
130 |
| - aria-haspopup="true" |
131 |
| - aria-label="{% translate 'Open: Search' %}"> |
132 |
| - <i class="icon fas fa-search" |
133 |
| - aria-hidden="true"></i> |
134 |
| - <span class="text">{% translate 'Search' %}</span> |
135 |
| - </button> |
136 |
| - </div> |
137 |
| - noindex--><!--googleoff: index |
138 |
| - <div class="service-button-overlay__overlay overlay js-overlay-container robots-nocontent" |
139 |
| - role="dialog" |
140 |
| - aria-modal="true" |
141 |
| - hidden="hidden"> |
142 |
| - <div class="overlay__header"> |
143 |
| - <h2 class="heading"><span class="aural">{% translate 'Search' %}</span></h2> |
144 |
| - <button type="button" class="close-button js-button-overlay-close" aria-label="{% translate 'Open: Search' %}"> |
145 |
| - <i class="fas fa-times" aria-hidden="true"></i> |
146 |
| - </button> |
147 |
| - </div> |
148 |
| - <div class="overlay__body"> |
149 |
| -
|
150 |
| - <div class="search-container"> |
151 |
| - <form> |
152 |
| - <div class="searchform-slot "> |
153 |
| - <div class="form-group"> |
154 |
| - <label class="notaural" for="searchFormInput_q">{% translate 'Search on the website "mein.Berlin"' %}</label> |
155 |
| - <div class="searchterm"> |
156 |
| - <div class="input-wrapper"> |
157 |
| - <i class="fas fa-search lens" |
158 |
| - aria-hidden="true"></i> |
159 |
| - <input type="search" |
160 |
| - class="form-control search" |
161 |
| - value="" |
162 |
| - placeholder="Suchbegriff" |
163 |
| - name="q" |
164 |
| - id="searchFormInput_q" |
165 |
| - title="Hier können Sie einen Text eingeben, um die Internetseite "Die Regierende Bürgermeisterin von Berlin – Senatskanzlei Informationen zum Coronavirus (Covid-19)" zu durchsuchen" /> |
166 |
| - </div> |
167 |
| - <button class="button button--clean submit " type="submit" title="Suchen"> |
168 |
| - <span class="aural">Suchen</span><i class="fas fa-arrow-right icon" aria-hidden="true"></i> |
169 |
| - </button> |
170 |
| - </div> |
171 |
| - </div> |
172 |
| - </div> |
173 |
| - </form> |
174 |
| - </div> |
175 |
| -
|
176 |
| - </div> |
177 |
| - </div> |
178 |
| - // googleon: index--><!--/noindex |
179 |
| - </div> --> |
180 |
| - |
181 | 127 | <!-- Hamburger navigation button and overlay -->
|
182 |
| - |
183 | 128 | <div id="servicebuttonMenu" class="service-button-overlay js-service-button-overlay menu">
|
184 | 129 | <div class="service-button-overlay__button">
|
185 | 130 | <button type="button" class="icon-button js-button-overlay-open" aria-haspopup="true" aria-label="{% translate 'Open overlay: Menu' %}">
|
|
0 commit comments