| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @extends('sidebar-layout') | 
					
						
							| 
									
										
										
										
											2015-07-13 03:01:42 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('toolbar') | 
					
						
							|  |  |  |     <div class="col-sm-6 col-xs-1  faded"> | 
					
						
							|  |  |  |         @include('books._breadcrumbs', ['book' => $book]) | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="col-sm-6 col-xs-11"> | 
					
						
							|  |  |  |         <div class="action-buttons faded"> | 
					
						
							|  |  |  |             <span dropdown class="dropdown-container"> | 
					
						
							|  |  |  |                 <div dropdown-toggle class="text-button text-primary"><i class="zmdi zmdi-open-in-new"></i>{{ trans('entities.export') }}</div> | 
					
						
							|  |  |  |                 <ul class="wide"> | 
					
						
							|  |  |  |                     <li><a href="{{ $book->getUrl('/export/html') }}" target="_blank">{{ trans('entities.export_html') }} <span class="text-muted float right">.html</span></a></li> | 
					
						
							|  |  |  |                     <li><a href="{{ $book->getUrl('/export/pdf') }}" target="_blank">{{ trans('entities.export_pdf') }} <span class="text-muted float right">.pdf</span></a></li> | 
					
						
							|  |  |  |                     <li><a href="{{ $book->getUrl('/export/plaintext') }}" target="_blank">{{ trans('entities.export_text') }} <span class="text-muted float right">.txt</span></a></li> | 
					
						
							|  |  |  |                 </ul> | 
					
						
							|  |  |  |             </span> | 
					
						
							|  |  |  |             @if(userCan('page-create', $book)) | 
					
						
							|  |  |  |                 <a href="{{ $book->getUrl('/page/create') }}" class="text-pos text-button"><i class="zmdi zmdi-plus"></i>{{ trans('entities.pages_new') }}</a> | 
					
						
							|  |  |  |             @endif | 
					
						
							|  |  |  |             @if(userCan('chapter-create', $book)) | 
					
						
							|  |  |  |                 <a href="{{ $book->getUrl('/chapter/create') }}" class="text-pos text-button"><i class="zmdi zmdi-plus"></i>{{ trans('entities.chapters_new') }}</a> | 
					
						
							|  |  |  |             @endif | 
					
						
							|  |  |  |             @if(userCan('book-update', $book) || userCan('restrictions-manage', $book) || userCan('book-delete', $book)) | 
					
						
							|  |  |  |                 <div dropdown class="dropdown-container"> | 
					
						
							|  |  |  |                     <a dropdown-toggle class="text-primary text-button"><i class="zmdi zmdi-more-vert"></i>{{ trans('common.more') }}</a> | 
					
						
							|  |  |  |                     <ul> | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('book-update', $book)) | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                             <li><a href="{{$book->getEditUrl()}}" class="text-primary"><i class="zmdi zmdi-edit"></i>{{ trans('common.edit') }}</a></li> | 
					
						
							|  |  |  |                             <li><a href="{{ $book->getUrl('/sort') }}" class="text-primary"><i class="zmdi zmdi-sort"></i>{{ trans('common.sort') }}</a></li> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @if(userCan('restrictions-manage', $book)) | 
					
						
							|  |  |  |                             <li><a href="{{ $book->getUrl('/permissions') }}" class="text-primary"><i class="zmdi zmdi-lock-outline"></i>{{ trans('entities.permissions') }}</a></li> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @if(userCan('book-delete', $book)) | 
					
						
							|  |  |  |                             <li><a href="{{ $book->getUrl('/delete') }}" class="text-neg"><i class="zmdi zmdi-delete"></i>{{ trans('common.delete') }}</a></li> | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  |                     </ul> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             @endif | 
					
						
							| 
									
										
										
										
											2015-07-16 05:55:49 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-24 04:55:46 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @stop | 
					
						
							| 
									
										
										
										
											2015-07-16 05:55:49 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('sidebar') | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |     <div class="card"> | 
					
						
							|  |  |  |         <div class="body"> | 
					
						
							|  |  |  |             <form v-on:submit.prevent="searchBook" class="search-box"> | 
					
						
							|  |  |  |                 <input v-model="searchTerm" v-on:change="checkSearchForm()" type="text" name="term" placeholder="{{ trans('entities.books_search_this') }}"> | 
					
						
							|  |  |  |                 <button type="submit"><i class="zmdi zmdi-search"></i></button> | 
					
						
							|  |  |  |                 <button v-if="searching" v-cloak class="text-neg" v-on:click="clearSearch()" type="button"><i class="zmdi zmdi-close"></i></button> | 
					
						
							|  |  |  |             </form> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |     @if($book->restricted) | 
					
						
							|  |  |  |         <div class="card"> | 
					
						
							|  |  |  |             <h3><i class="zmdi zmdi-key"></i> {{ trans('entities.permissions') }}</h3> | 
					
						
							|  |  |  |             <div class="body"> | 
					
						
							|  |  |  |                 <p class="text-muted"> | 
					
						
							|  |  |  |                     @if(userCan('restrictions-manage', $book)) | 
					
						
							|  |  |  |                         <a href="{{ $book->getUrl('/permissions') }}"><i class="zmdi zmdi-lock-outline"></i>{{ trans('entities.books_permissions_active') }}</a> | 
					
						
							|  |  |  |                     @else | 
					
						
							|  |  |  |                         <i class="zmdi zmdi-lock-outline"></i>{{ trans('entities.books_permissions_active') }} | 
					
						
							|  |  |  |                     @endif | 
					
						
							|  |  |  |                 </p> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |     @if(count($activity) > 0) | 
					
						
							|  |  |  |         <div class="activity card"> | 
					
						
							|  |  |  |             <h3><i class="zmdi zmdi-time"></i> {{ trans('entities.recent_activity') }}</h3> | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |             @include('partials/activity-list', ['activity' => $activity]) | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="card"> | 
					
						
							|  |  |  |         <h3><i class="zmdi zmdi-info-outline"></i> {{ trans('common.details') }}</h3> | 
					
						
							|  |  |  |         <div class="body"> | 
					
						
							|  |  |  |             @include('partials.entity-meta', ['entity' => $book]) | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | @stop | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('container-attrs') | 
					
						
							|  |  |  |     id="entity-dashboard" | 
					
						
							|  |  |  |     entity-id="{{ $book->id }}" | 
					
						
							|  |  |  |     entity-type="book" | 
					
						
							|  |  |  | @stop | 
					
						
							| 
									
										
										
										
											2015-08-09 04:28:50 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  | @section('body') | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |     <div ng-non-bindable class="container small"> | 
					
						
							|  |  |  |         <h1>{{$book->name}}</h1> | 
					
						
							|  |  |  |         <div class="book-content" v-show="!searching"> | 
					
						
							|  |  |  |             <p class="text-muted" v-pre>{!! nl2br(e($book->description)) !!}</p> | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |             @if(count($bookChildren) > 0) | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |             <div class="page-list" v-pre> | 
					
						
							|  |  |  |                 <hr> | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |                 @foreach($bookChildren as $childElement) | 
					
						
							|  |  |  |                     @if($childElement->isA('chapter')) | 
					
						
							|  |  |  |                         @include('chapters/list-item', ['chapter' => $childElement]) | 
					
						
							|  |  |  |                     @else | 
					
						
							|  |  |  |                         @include('pages/list-item', ['page' => $childElement]) | 
					
						
							|  |  |  |                     @endif | 
					
						
							|  |  |  |                     <hr> | 
					
						
							|  |  |  |                 @endforeach | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             @else | 
					
						
							|  |  |  |                 <div class="well"> | 
					
						
							|  |  |  |                     <p class="text-muted italic">{{ trans('entities.books_empty_contents') }}</p> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @if(userCan('page-create', $book)) | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/page/create') }}" class="button outline page"><i class="zmdi zmdi-file-text"></i>{{ trans('entities.books_empty_create_page') }}</a> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('page-create', $book) && userCan('chapter-create', $book)) | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |                               <em class="text-muted">-{{ trans('entities.books_empty_or') }}-</em>    | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('chapter-create', $book)) | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/chapter/create') }}" class="button outline chapter"><i class="zmdi zmdi-collection-bookmark"></i>{{ trans('entities.books_empty_add_chapter') }}</a> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2017-08-26 20:24:55 +08:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-08-20 20:57:25 +08:00
										 |  |  |         <div class="search-results" v-cloak v-show="searching"> | 
					
						
							|  |  |  |             <h3 class="text-muted">{{ trans('entities.search_results') }} <a v-if="searching" v-on:click="clearSearch()" class="text-small"><i class="zmdi zmdi-close"></i>{{ trans('entities.search_clear') }}</a></h3> | 
					
						
							|  |  |  |             <div v-if="!searchResults"> | 
					
						
							|  |  |  |                 @include('partials/loading-icon') | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div v-html="searchResults"></div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-16 05:55:49 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-14 23:05:46 +08:00
										 |  |  | @stop |