| 
									
										
										
										
											2015-07-13 03:01:42 +08:00
										 |  |  | @extends('base') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |     <div class="faded-small toolbar"> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |         <div class="container"> | 
					
						
							|  |  |  |             <div class="row"> | 
					
						
							| 
									
										
										
										
											2017-07-22 22:20:36 +08:00
										 |  |  |                 <div class="col-sm-6 col-xs-1  faded"> | 
					
						
							| 
									
										
										
										
											2016-12-04 02:35:40 +08:00
										 |  |  |                     @include('books._breadcrumbs', ['book' => $book]) | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-07-22 22:20:36 +08:00
										 |  |  |                 <div class="col-sm-6 col-xs-11"> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                     <div class="action-buttons faded"> | 
					
						
							| 
									
										
										
										
											2017-02-26 21:26:51 +08:00
										 |  |  |                         <span dropdown class="dropdown-container"> | 
					
						
							| 
									
										
										
										
											2017-03-05 23:10:06 +08:00
										 |  |  |                             <div dropdown-toggle class="text-button text-primary"><i class="zmdi zmdi-open-in-new"></i>{{ trans('entities.export') }}</div> | 
					
						
							| 
									
										
										
										
											2017-02-26 21:26:51 +08:00
										 |  |  |                             <ul class="wide"> | 
					
						
							| 
									
										
										
										
											2017-03-05 23:10:06 +08:00
										 |  |  |                                 <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> | 
					
						
							| 
									
										
										
										
											2017-02-26 21:26:51 +08:00
										 |  |  |                             </ul> | 
					
						
							|  |  |  |                         </span> | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('page-create', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/page/create') }}" class="text-pos text-button"><i class="zmdi zmdi-plus"></i>{{ trans('entities.pages_new') }}</a> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('chapter-create', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/chapter/create') }}" class="text-pos text-button"><i class="zmdi zmdi-plus"></i>{{ trans('entities.chapters_new') }}</a> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('book-update', $book)) | 
					
						
							| 
									
										
										
										
											2016-12-05 00:51:39 +08:00
										 |  |  |                             <a href="{{$book->getEditUrl()}}" class="text-primary text-button"><i class="zmdi zmdi-edit"></i>{{ trans('common.edit') }}</a> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @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></a> | 
					
						
							|  |  |  |                                 <ul> | 
					
						
							|  |  |  |                                     @if(userCan('book-update', $book)) | 
					
						
							| 
									
										
										
										
											2016-12-05 00:51:39 +08:00
										 |  |  |                                         <li><a href="{{ $book->getUrl('/sort') }}" class="text-primary"><i class="zmdi zmdi-sort"></i>{{ trans('common.sort') }}</a></li> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                                     @endif | 
					
						
							|  |  |  |                                     @if(userCan('restrictions-manage', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                                         <li><a href="{{ $book->getUrl('/permissions') }}" class="text-primary"><i class="zmdi zmdi-lock-outline"></i>{{ trans('entities.permissions') }}</a></li> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                                     @endif | 
					
						
							|  |  |  |                                     @if(userCan('book-delete', $book)) | 
					
						
							| 
									
										
										
										
											2016-12-05 00:51:39 +08:00
										 |  |  |                                         <li><a href="{{ $book->getUrl('/delete') }}" class="text-neg"><i class="zmdi zmdi-delete"></i>{{ trans('common.delete') }}</a></li> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                                     @endif | 
					
						
							|  |  |  |                                 </ul> | 
					
						
							|  |  |  |                             </div> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2015-07-16 05:55:49 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-24 04:55:46 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2015-07-16 05:55:49 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-22 21:21:56 +08:00
										 |  |  |     <div ng-non-bindable class="container" id="entity-dashboard" entity-id="{{ $book->id }}" entity-type="book"> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |         <div class="row"> | 
					
						
							|  |  |  |             <div class="col-md-7"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  |                 <h1>{{$book->name}}</h1> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                 <div class="book-content" v-if="!searching"> | 
					
						
							| 
									
										
										
										
											2017-07-27 23:28:23 +08:00
										 |  |  |                     <p class="text-muted" v-pre>{!! nl2br(e($book->description)) !!}</p> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                     <div class="page-list" v-pre> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                         <hr> | 
					
						
							| 
									
										
										
										
											2015-11-27 07:45:04 +08:00
										 |  |  |                         @if(count($bookChildren) > 0) | 
					
						
							|  |  |  |                             @foreach($bookChildren as $childElement) | 
					
						
							| 
									
										
										
										
											2015-09-04 02:05:45 +08:00
										 |  |  |                                 @if($childElement->isA('chapter')) | 
					
						
							|  |  |  |                                     @include('chapters/list-item', ['chapter' => $childElement]) | 
					
						
							|  |  |  |                                 @else | 
					
						
							|  |  |  |                                     @include('pages/list-item', ['page' => $childElement]) | 
					
						
							|  |  |  |                                 @endif | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                                 <hr> | 
					
						
							|  |  |  |                             @endforeach | 
					
						
							|  |  |  |                         @else | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                             <p class="text-muted">{{ trans('entities.books_empty_contents') }}</p> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                             <p> | 
					
						
							| 
									
										
										
										
											2017-07-02 22:59:40 +08:00
										 |  |  |                                 @if(userCan('page-create', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                                 <a href="{{ $book->getUrl('/page/create') }}" class="text-page"><i class="zmdi zmdi-file-text"></i>{{ trans('entities.books_empty_create_page') }}</a> | 
					
						
							| 
									
										
										
										
											2017-07-02 22:59:40 +08:00
										 |  |  |                                 @endif | 
					
						
							|  |  |  |                                 @if(userCan('page-create', $book) && userCan('chapter-create', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                                   <em class="text-muted">-{{ trans('entities.books_empty_or') }}-</em>    | 
					
						
							| 
									
										
										
										
											2017-07-02 22:59:40 +08:00
										 |  |  |                                 @endif | 
					
						
							|  |  |  |                                 @if(userCan('chapter-create', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                                 <a href="{{ $book->getUrl('/chapter/create') }}" class="text-chapter"><i class="zmdi zmdi-collection-bookmark"></i>{{ trans('entities.books_empty_add_chapter') }}</a> | 
					
						
							| 
									
										
										
										
											2017-07-02 22:59:40 +08:00
										 |  |  |                                 @endif | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                             </p> | 
					
						
							| 
									
										
										
										
											2015-09-01 00:59:45 +08:00
										 |  |  |                             <hr> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                         @include('partials.entity-meta', ['entity' => $book]) | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                 <div class="search-results" v-cloak v-if="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"> | 
					
						
							| 
									
										
										
										
											2015-09-04 02:05:45 +08:00
										 |  |  |                         @include('partials/loading-icon') | 
					
						
							|  |  |  |                     </div> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                     <div v-html="searchResults"></div> | 
					
						
							| 
									
										
										
										
											2015-07-28 03:17:08 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-09 04:28:50 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |             <div class="col-md-4 col-md-offset-1"> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                 <div class="margin-top large"></div> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                 @if($book->restricted) | 
					
						
							|  |  |  |                     <p class="text-muted"> | 
					
						
							|  |  |  |                         @if(userCan('restrictions-manage', $book)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                             <a href="{{ $book->getUrl('/permissions') }}"><i class="zmdi zmdi-lock-outline"></i>{{ trans('entities.books_permissions_active') }}</a> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @else | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                             <i class="zmdi zmdi-lock-outline"></i>{{ trans('entities.books_permissions_active') }} | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                     </p> | 
					
						
							|  |  |  |                 @endif | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                 <div class="search-box"> | 
					
						
							| 
									
										
										
										
											2017-07-22 21:21:56 +08:00
										 |  |  |                     <form v-on:submit.prevent="searchBook"> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                         <input v-model="searchTerm" v-on:change="checkSearchForm()" type="text" name="term" placeholder="{{ trans('entities.books_search_this') }}"> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                         <button type="submit"><i class="zmdi zmdi-search"></i></button> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                         <button v-if="searching" v-cloak class="text-neg" v-on:click="clearSearch()" type="button"><i class="zmdi zmdi-close"></i></button> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                     </form> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2017-07-14 23:05:46 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                 <div class="activity"> | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                     <h3>{{ trans('entities.recent_activity') }}</h3> | 
					
						
							| 
									
										
										
										
											2015-09-01 22:35:11 +08:00
										 |  |  |                     @include('partials/activity-list', ['activity' => Activity::entityActivity($book, 20, 0)]) | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2015-08-31 00:53:30 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2015-08-17 01:59:23 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-16 05:55:49 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-14 23:05:46 +08:00
										 |  |  | @stop |