| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @extends('sidebar-layout') | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('toolbar') | 
					
						
							| 
									
										
										
										
											2017-10-16 01:10:34 +08:00
										 |  |  |     <div class="col-sm-6 col-xs-3 faded" v-pre> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |         @include('chapters._breadcrumbs', ['chapter' => $chapter]) | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="col-sm-6 col-xs-9 faded"> | 
					
						
							|  |  |  |         <div class="action-buttons"> | 
					
						
							| 
									
										
										
										
											2017-10-16 01:10:34 +08:00
										 |  |  |             <span dropdown class="dropdown-container"> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                 <div dropdown-toggle class="text-button text-primary">@icon('export'){{ trans('entities.export') }}</div> | 
					
						
							| 
									
										
										
										
											2017-10-16 01:10:34 +08:00
										 |  |  |                 <ul class="wide"> | 
					
						
							|  |  |  |                     <li><a href="{{ $chapter->getUrl('/export/html') }}" target="_blank">{{ trans('entities.export_html') }} <span class="text-muted float right">.html</span></a></li> | 
					
						
							|  |  |  |                     <li><a href="{{ $chapter->getUrl('/export/pdf') }}" target="_blank">{{ trans('entities.export_pdf') }} <span class="text-muted float right">.pdf</span></a></li> | 
					
						
							|  |  |  |                     <li><a href="{{ $chapter->getUrl('/export/plaintext') }}" target="_blank">{{ trans('entities.export_text') }} <span class="text-muted float right">.txt</span></a></li> | 
					
						
							|  |  |  |                 </ul> | 
					
						
							|  |  |  |             </span> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @if(userCan('page-create', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-17 21:30:52 +08:00
										 |  |  |                 <a href="{{ $chapter->getUrl('/create-page') }}" class="text-pos text-button">@icon('add'){{ trans('entities.pages_new') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @endif | 
					
						
							|  |  |  |             @if(userCan('chapter-update', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-17 21:30:52 +08:00
										 |  |  |                 <a href="{{ $chapter->getUrl('/edit') }}" class="text-primary text-button">@icon('edit'){{ trans('common.edit') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @endif | 
					
						
							|  |  |  |             @if(userCan('chapter-update', $chapter) || userCan('restrictions-manage', $chapter) || userCan('chapter-delete', $chapter)) | 
					
						
							|  |  |  |                 <div dropdown class="dropdown-container"> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                     <a dropdown-toggle class="text-primary text-button">@icon('more') {{ trans('common.more') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                     <ul> | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('chapter-update', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                             <li><a href="{{ $chapter->getUrl('/move') }}" class="text-primary">@icon('folder'){{ trans('common.move') }}</a></li> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('restrictions-manage', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                             <li><a href="{{ $chapter->getUrl('/permissions') }}" class="text-primary">@icon('lock'){{ trans('entities.permissions') }}</a></li> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @if(userCan('chapter-delete', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-17 21:30:52 +08:00
										 |  |  |                             <li><a href="{{ $chapter->getUrl('/delete') }}" class="text-neg">@icon('delete'){{ trans('common.delete') }}</a></li> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                     </ul> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @endif | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @stop | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('container-attrs') | 
					
						
							|  |  |  |     id="entity-dashboard" | 
					
						
							|  |  |  |     entity-id="{{ $chapter->id }}" | 
					
						
							|  |  |  |     entity-type="chapter" | 
					
						
							|  |  |  | @stop | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('sidebar') | 
					
						
							|  |  |  |     <div class="card"> | 
					
						
							|  |  |  |         <div class="body"> | 
					
						
							|  |  |  |             <form @submit.prevent="searchBook" class="search-box"> | 
					
						
							|  |  |  |                 <input v-model="searchTerm" @change="checkSearchForm()" type="text" name="term" placeholder="{{ trans('entities.chapters_search_this') }}"> | 
					
						
							| 
									
										
										
										
											2018-02-17 21:30:52 +08:00
										 |  |  |                 <button type="submit">@icon('search')</button> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                 <button v-if="searching" v-cloak class="text-neg" @click="clearSearch()" type="button">@icon('close')</button> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |     @if($book->restricted || $chapter->restricted) | 
					
						
							|  |  |  |         <div class="card"> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |             <h3>@icon('permission') {{ trans('entities.permissions') }}</h3> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             <div class="body"> | 
					
						
							|  |  |  |                 @if($book->restricted) | 
					
						
							|  |  |  |                     <p class="text-muted"> | 
					
						
							|  |  |  |                         @if(userCan('restrictions-manage', $book)) | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/permissions') }}">@icon('lock'){{ trans('entities.books_permissions_active') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @else | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                             @icon('lock'){{ trans('entities.books_permissions_active') }} | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                     </p> | 
					
						
							|  |  |  |                 @endif | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                 @if($chapter->restricted) | 
					
						
							|  |  |  |                     <p class="text-muted"> | 
					
						
							|  |  |  |                         @if(userCan('restrictions-manage', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                             <a href="{{ $chapter->getUrl('/permissions') }}">@icon('lock'){{ trans('entities.chapters_permissions_active') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @else | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |                             @icon('lock'){{ trans('entities.chapters_permissions_active') }} | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                     </p> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                 @endif | 
					
						
							| 
									
										
										
										
											2015-09-04 02:05:45 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="card"> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |         <h3>@icon('info') {{ trans('common.details') }}</h3> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |         <div class="body"> | 
					
						
							|  |  |  |             @include('partials.entity-meta', ['entity' => $chapter]) | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-26 22:41:33 +08:00
										 |  |  |     @include('partials/book-tree', ['book' => $book, 'sidebarTree' => $sidebarTree]) | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @stop | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('body') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-03-18 20:23:48 +08:00
										 |  |  |     <div class="container small nopad"> | 
					
						
							|  |  |  |         <h1 class="break-text" v-pre>{{ $chapter->name }}</h1> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |         <div class="chapter-content" v-show="!searching"> | 
					
						
							| 
									
										
										
										
											2018-02-11 22:28:26 +08:00
										 |  |  |             <p v-pre class="text-muted break-text">{!! nl2br(e($chapter->description)) !!}</p> | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @if(count($pages) > 0) | 
					
						
							| 
									
										
										
										
											2017-10-16 01:10:34 +08:00
										 |  |  |                 <div v-pre class="page-list"> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                     <hr> | 
					
						
							|  |  |  |                     @foreach($pages as $page) | 
					
						
							|  |  |  |                         @include('pages/list-item', ['page' => $page]) | 
					
						
							|  |  |  |                         <hr> | 
					
						
							|  |  |  |                     @endforeach | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             @else | 
					
						
							| 
									
										
										
										
											2017-10-16 01:10:34 +08:00
										 |  |  |                 <div v-pre class="well"> | 
					
						
							| 
									
										
										
										
											2017-08-26 21:36:48 +08:00
										 |  |  |                     <p class="text-muted italic">{{ trans('entities.chapters_empty') }}</p> | 
					
						
							|  |  |  |                     <p> | 
					
						
							|  |  |  |                         @if(userCan('page-create', $chapter)) | 
					
						
							| 
									
										
										
										
											2018-02-17 21:30:52 +08:00
										 |  |  |                             <a href="{{ $chapter->getUrl('/create-page') }}" class="button outline page">@icon('page'){{ trans('entities.books_empty_create_page') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-26 21:36:48 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('page-create', $chapter) && userCan('book-update', $book)) | 
					
						
							|  |  |  |                               <em class="text-muted">-{{ trans('entities.books_empty_or') }}-</em>     | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('book-update', $book)) | 
					
						
							| 
									
										
										
										
											2018-02-17 21:30:52 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/sort') }}" class="button outline book">@icon('book'){{ trans('entities.books_empty_sort_current_book') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-26 21:36:48 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                     </p> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @endif | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |         <div class="search-results" v-cloak v-show="searching"> | 
					
						
							| 
									
										
										
										
											2018-02-18 03:49:00 +08:00
										 |  |  |             <h3 class="text-muted">{{ trans('entities.search_results') }} <a v-if="searching" @click="clearSearch()" class="text-small">@icon('close'){{ trans('entities.search_clear') }}</a></h3> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             <div v-if="!searchResults"> | 
					
						
							|  |  |  |                 @include('partials/loading-icon') | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div v-html="searchResults"></div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | @stop |