[BUGFIX] header menu logbook styling
This commit is contained in:
		| @@ -10,16 +10,18 @@ | ||||
| 		<title>Ruderassistent - ASKÖ Ruderverein Donau Linz</title> | ||||
| 	</head> | ||||
| 	<body class="bg-gray-100"> | ||||
| 		{%if loggedin_user %} | ||||
| 		{% if loggedin_user %} | ||||
| 			{{ macros::header(loggedin_user=loggedin_user) }} | ||||
| 			{%endif%} | ||||
|     {% endif %} | ||||
|  | ||||
| 			<div class="flex min-h-screen {%if not loggedin_user %} items-center {% else %} items-start {% endif %} justify-center px-4 py-12 sm:px-6 lg:px-8"> {% block content %}{% endblock content %} | ||||
| 				</div> | ||||
|  | ||||
| 				{%if loggedin_user %} | ||||
| 				{% if loggedin_user %} | ||||
| 					{% include "includes/footer" %} | ||||
| 					{%endif%} | ||||
|         {% endif %} | ||||
|  | ||||
|         {% include "dynamics/sidebar" %} | ||||
|          | ||||
| 					<script src="/public/main.js"></script> | ||||
| 				</body> | ||||
|   | ||||
| @@ -56,5 +56,4 @@ | ||||
|  | ||||
| </div> | ||||
|  | ||||
| {% include "dynamics/sidebar" %} | ||||
| {% endblock content%} | ||||
|   | ||||
							
								
								
									
										4
									
								
								templates/includes/book.html.tera
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								templates/includes/book.html.tera
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-journal" viewBox="0 0 16 16"> | ||||
|   <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/> | ||||
|   <path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/> | ||||
| </svg> | ||||
| After Width: | Height: | Size: 500 B | 
| @@ -13,31 +13,31 @@ | ||||
| 					{% include "includes/question-icon" %} | ||||
| 					<span class="sr-only">FAQs</span> | ||||
| 				</a> | ||||
| 				{% if loggedin_user.is_admin%} | ||||
| 					<a href="/boatdamage" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 						Bootsschaden | ||||
| 						<span class="sr-only">Bootsschaden</span> | ||||
| 					</a> | ||||
|  | ||||
| 				{% endif %} | ||||
| 				{% if loggedin_user.is_admin %} | ||||
| 					<a href="/stat" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 						STATS | ||||
|           <a href="#" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer" | ||||
|                       data-sidebar="true" data-trigger="sidebar" data-header="Logbuch" data-body="#mobile-menu"> | ||||
|             {% include "includes/book" %} | ||||
|             <span class="sr-only">Logbuch</span> | ||||
|           </a> | ||||
| 					<a href="/log/show" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 						LOGBUCH HISTORY | ||||
| 						<span class="sr-only">Logbuch History</span> | ||||
|           <div class="hidden"> | ||||
|             <div id="mobile-menu"> | ||||
|               <a href="/log" class="block w-100 py-2 hover:text-primary-600"> | ||||
|                 Ausfahrt eintragen | ||||
|               </a> | ||||
| 					<a href="/log" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 						LOGBUCH | ||||
| 						<span class="sr-only">Logbuch</span> | ||||
|               <a href="/log/show" class="block w-100 py-2 hover:text-primary-600 border-t"> | ||||
|                 Logbuch | ||||
|               </a> | ||||
| 					<a href="/admin/boat" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 						BOATS | ||||
| 						<span class="sr-only">Bootsverwaltung</span> | ||||
|               <a href="/stat" class="block w-100 py-2 hover:text-primary-600 border-t"> | ||||
|                 Statistik | ||||
|               </a> | ||||
|  | ||||
|               <a href="/admin/boat" class="block w-100 py-2 hover:text-primary-600 border-t"> | ||||
|                 Boote | ||||
|               </a> | ||||
|               <a href="/boatdamage" class="block w-100 py-2 hover:text-primary-600 border-t"> | ||||
|                 Bootsschaden | ||||
|               </a> | ||||
|             </div> | ||||
|           </div> | ||||
|  | ||||
| 					<a href="/admin/user" class="inline-flex justify-center rounded-md bg-primary-600 mx-1 px-3 py-2 text-sm font-semibold text-white hover:bg-primary-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-600 cursor-pointer"> | ||||
| 						<svg class="inline h-4" width="16" height="16" fill="currentColor" class="bi bi-person-lines-fill" viewbox="0 0 16 16"> | ||||
|   | ||||
| @@ -293,8 +293,6 @@ | ||||
| 	</div> | ||||
| </div> | ||||
|  | ||||
| {% include "dynamics/sidebar" %} | ||||
|  | ||||
| {% if loggedin_user.is_cox %} | ||||
| 	{% include "forms/trip" %} | ||||
| {% endif %} | ||||
|   | ||||
| @@ -38,7 +38,5 @@ | ||||
|   </div> | ||||
| </div> | ||||
|  | ||||
| {% include "dynamics/sidebar" %} | ||||
|  | ||||
| <script src="/public/logbook.js"></script> | ||||
| {% endblock content%} | ||||
|   | ||||
| @@ -42,7 +42,5 @@ | ||||
| 		</div> | ||||
| 	</div> | ||||
|  | ||||
| 	{% include "dynamics/sidebar" %} | ||||
|  | ||||
| 	<script src="/public/logbook.js"></script> | ||||
| {% endblock content%} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marie Birner
					Marie Birner