| 
									
										
										
										
											2021-04-20 04:41:13 +08:00
										 |  |  | <header id="header" component="header-mobile-toggle" class="primary-background"> | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |     <div class="grid mx-l"> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |         <div> | 
					
						
							| 
									
										
										
										
											2022-11-09 05:17:45 +08:00
										 |  |  |             <a href="{{ url('/') }}" data-shortcut="home_view" class="logo"> | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |                 @if(setting('app-logo', '') !== 'none') | 
					
						
							| 
									
										
										
										
											2019-08-04 21:26:39 +08:00
										 |  |  |                     <img class="logo-image" src="{{ setting('app-logo', '') === '' ? url('/logo.png') : url(setting('app-logo', '')) }}" alt="Logo"> | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |                 @endif | 
					
						
							|  |  |  |                 @if (setting('app-name-header')) | 
					
						
							|  |  |  |                     <span class="logo-text">{{ setting('app-name') }}</span> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  |             </a> | 
					
						
							| 
									
										
										
										
											2021-04-20 04:41:13 +08:00
										 |  |  |             <button type="button" | 
					
						
							|  |  |  |                     refs="header-mobile-toggle@toggle" | 
					
						
							|  |  |  |                     title="{{ trans('common.header_menu_expand') }}" | 
					
						
							|  |  |  |                     aria-expanded="false" | 
					
						
							|  |  |  |                     class="mobile-menu-toggle hide-over-l">@icon('more')</button> | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |         <div class="flex-container-column items-center justify-center hide-under-l"> | 
					
						
							| 
									
										
										
										
											2023-09-16 20:18:35 +08:00
										 |  |  |             @if (user()->hasAppAccess()) | 
					
						
							| 
									
										
										
										
											2023-01-26 05:46:26 +08:00
										 |  |  |             <form component="global-search" action="{{ url('/search') }}" method="GET" class="search-box" role="search" tabindex="0"> | 
					
						
							| 
									
										
										
										
											2022-11-21 18:29:12 +08:00
										 |  |  |                 <button id="header-search-box-button" | 
					
						
							|  |  |  |                         refs="global-search@button" | 
					
						
							|  |  |  |                         type="submit" | 
					
						
							|  |  |  |                         aria-label="{{ trans('common.search') }}" | 
					
						
							|  |  |  |                         tabindex="-1">@icon('search')</button> | 
					
						
							| 
									
										
										
										
											2022-11-14 18:24:14 +08:00
										 |  |  |                 <input id="header-search-box-input" | 
					
						
							|  |  |  |                        refs="global-search@input" | 
					
						
							|  |  |  |                        type="text" | 
					
						
							|  |  |  |                        name="term" | 
					
						
							| 
									
										
										
										
											2022-11-04 23:20:19 +08:00
										 |  |  |                        data-shortcut="global_search" | 
					
						
							| 
									
										
										
										
											2022-11-21 05:50:59 +08:00
										 |  |  |                        autocomplete="off" | 
					
						
							| 
									
										
										
										
											2019-08-19 02:17:43 +08:00
										 |  |  |                        aria-label="{{ trans('common.search') }}" placeholder="{{ trans('common.search') }}" | 
					
						
							| 
									
										
										
										
											2022-11-14 18:24:14 +08:00
										 |  |  |                        value="{{ $searchTerm ?? '' }}"> | 
					
						
							|  |  |  |                 <div refs="global-search@suggestions" class="global-search-suggestions card"> | 
					
						
							| 
									
										
										
										
											2022-11-21 06:20:31 +08:00
										 |  |  |                     <div refs="global-search@loading" class="text-center px-m global-search-loading">@include('common.loading-icon')</div> | 
					
						
							| 
									
										
										
										
											2022-11-14 18:24:14 +08:00
										 |  |  |                     <div refs="global-search@suggestion-results" class="px-m"></div> | 
					
						
							|  |  |  |                     <button class="text-button card-footer-link" type="submit">{{ trans('common.view_all') }}</button> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |             </form> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  |             @endif | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |         <nav refs="header-mobile-toggle@menu" class="header-links"> | 
					
						
							|  |  |  |             <div class="links text-center"> | 
					
						
							| 
									
										
										
										
											2023-09-16 20:18:35 +08:00
										 |  |  |                 @if (user()->hasAppAccess()) | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |                     <a class="hide-over-l" href="{{ url('/search') }}">@icon('search'){{ trans('common.search') }}</a> | 
					
						
							|  |  |  |                     @if(userCanOnAny('view', \BookStack\Entities\Models\Bookshelf::class) || userCan('bookshelf-view-all') || userCan('bookshelf-view-own')) | 
					
						
							| 
									
										
										
										
											2022-11-05 21:39:17 +08:00
										 |  |  |                         <a href="{{ url('/shelves') }}" data-shortcut="shelves_view">@icon('bookshelf'){{ trans('entities.shelves') }}</a> | 
					
						
							| 
									
										
										
										
											2019-01-13 22:10:27 +08:00
										 |  |  |                     @endif | 
					
						
							| 
									
										
										
										
											2022-11-05 21:39:17 +08:00
										 |  |  |                     <a href="{{ url('/books') }}" data-shortcut="books_view">@icon('books'){{ trans('entities.books') }}</a> | 
					
						
							| 
									
										
										
										
											2023-09-16 20:18:35 +08:00
										 |  |  |                     @if(!user()->isGuest() && userCan('settings-manage')) | 
					
						
							| 
									
										
										
										
											2022-11-05 21:39:17 +08:00
										 |  |  |                         <a href="{{ url('/settings') }}" data-shortcut="settings_view">@icon('settings'){{ trans('settings.settings') }}</a> | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |                     @endif | 
					
						
							| 
									
										
										
										
											2023-09-16 20:18:35 +08:00
										 |  |  |                     @if(!user()->isGuest() && userCan('users-manage') && !userCan('settings-manage')) | 
					
						
							| 
									
										
										
										
											2022-11-05 21:39:17 +08:00
										 |  |  |                         <a href="{{ url('/settings/users') }}" data-shortcut="settings_view">@icon('users'){{ trans('settings.users') }}</a> | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |                     @endif | 
					
						
							|  |  |  |                 @endif | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-16 20:18:35 +08:00
										 |  |  |                 @if(user()->isGuest()) | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |                     @if(setting('registration-enabled') && config('auth.method') === 'standard') | 
					
						
							|  |  |  |                         <a href="{{ url('/register') }}">@icon('new-user'){{ trans('auth.sign_up') }}</a> | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |                     @endif | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |                     <a href="{{ url('/login')  }}">@icon('login'){{ trans('auth.log_in') }}</a> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2023-09-16 20:18:35 +08:00
										 |  |  |             @if(!user()->isGuest()) | 
					
						
							|  |  |  |                 @include('common.header-user-menu', ['user' => user()]) | 
					
						
							| 
									
										
										
										
											2022-05-17 21:16:43 +08:00
										 |  |  |             @endif | 
					
						
							|  |  |  |         </nav> | 
					
						
							| 
									
										
										
										
											2019-02-04 01:34:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-17 01:49:16 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2020-03-07 17:43:42 +08:00
										 |  |  | </header> |