| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | @extends('base') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section('content') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  |     <div class="faded-small toolbar"> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |         <div class="container"> | 
					
						
							|  |  |  |             <div class="row"> | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  |                 <div class="col-sm-8 faded" ng-non-bindable> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                     <div class="breadcrumbs"> | 
					
						
							| 
									
										
										
										
											2016-03-13 20:04:08 +08:00
										 |  |  |                         <a href="{{$book->getUrl()}}" class="text-book text-button"><i class="zmdi zmdi-book"></i>{{ $book->getShortName() }}</a> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  |                 <div class="col-sm-4 faded"> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                     <div class="action-buttons"> | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('page-create', $chapter)) | 
					
						
							| 
									
										
										
										
											2015-09-03 01:26:33 +08:00
										 |  |  |                             <a href="{{$chapter->getUrl() . '/create-page'}}" class="text-pos text-button"><i class="zmdi zmdi-plus"></i>New Page</a> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2016-02-28 03:24:42 +08:00
										 |  |  |                         @if(userCan('chapter-update', $chapter)) | 
					
						
							| 
									
										
										
										
											2015-09-03 01:26:33 +08:00
										 |  |  |                             <a href="{{$chapter->getUrl() . '/edit'}}" class="text-primary text-button"><i class="zmdi zmdi-edit"></i>Edit</a> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2016-06-25 22:31:38 +08:00
										 |  |  |                         @if(userCan('chapter-update', $chapter) || userCan('restrictions-manage', $chapter) || userCan('chapter-delete', $chapter)) | 
					
						
							|  |  |  |                             <div dropdown class="dropdown-container"> | 
					
						
							|  |  |  |                                 <a dropdown-toggle class="text-primary text-button"><i class="zmdi zmdi-more-vert"></i></a> | 
					
						
							|  |  |  |                                 <ul> | 
					
						
							|  |  |  |                                     @if(userCan('chapter-update', $chapter)) | 
					
						
							|  |  |  |                                         <li><a href="{{$chapter->getUrl() . '/move'}}" class="text-primary"><i class="zmdi zmdi-folder"></i>Move</a></li> | 
					
						
							|  |  |  |                                     @endif | 
					
						
							|  |  |  |                                     @if(userCan('restrictions-manage', $chapter)) | 
					
						
							|  |  |  |                                         <li><a href="{{$chapter->getUrl()}}/permissions" class="text-primary"><i class="zmdi zmdi-lock-outline"></i>Permissions</a></li> | 
					
						
							|  |  |  |                                     @endif | 
					
						
							|  |  |  |                                     @if(userCan('chapter-delete', $chapter)) | 
					
						
							|  |  |  |                                         <li><a href="{{$chapter->getUrl() . '/delete'}}" class="text-neg"><i class="zmdi zmdi-delete"></i>Delete</a></li> | 
					
						
							|  |  |  |                                     @endif | 
					
						
							|  |  |  |                                 </ul> | 
					
						
							|  |  |  |                             </div> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-31 05:38:20 +08:00
										 |  |  |     <div class="container" ng-non-bindable> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |         <div class="row"> | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |             <div class="col-md-8"> | 
					
						
							|  |  |  |                 <h1>{{ $chapter->name }}</h1> | 
					
						
							|  |  |  |                 <p class="text-muted">{{ $chapter->description }}</p> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                 @if(count($pages) > 0) | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |                     <div class="page-list"> | 
					
						
							| 
									
										
										
										
											2015-09-01 00:59:45 +08:00
										 |  |  |                         <hr> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                         @foreach($pages as $page) | 
					
						
							| 
									
										
										
										
											2015-09-04 02:05:45 +08:00
										 |  |  |                             @include('pages/list-item', ['page' => $page]) | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |                             <hr> | 
					
						
							|  |  |  |                         @endforeach | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 @else | 
					
						
							|  |  |  |                     <hr> | 
					
						
							|  |  |  |                     <p class="text-muted">No pages are currently in this chapter.</p> | 
					
						
							|  |  |  |                     <p> | 
					
						
							| 
									
										
										
										
											2016-05-02 02:36:53 +08:00
										 |  |  |                         @if(userCan('page-create', $chapter)) | 
					
						
							|  |  |  |                             <a href="{{$chapter->getUrl() . '/create-page'}}" class="text-page"><i class="zmdi zmdi-file-text"></i>Create a new page</a> | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('page-create', $chapter) && userCan('book-update', $book)) | 
					
						
							|  |  |  |                               <em class="text-muted">-or-</em>    | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  |                         @if(userCan('book-update', $book)) | 
					
						
							|  |  |  |                             <a href="{{$book->getUrl() . '/sort'}}" class="text-book"><i class="zmdi zmdi-book"></i>Sort the current book</a> | 
					
						
							|  |  |  |                         @endif | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                     </p> | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |                     <hr> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 <p class="text-muted small"> | 
					
						
							| 
									
										
										
										
											2016-05-22 15:48:40 +08:00
										 |  |  |                     Created {{$chapter->created_at->diffForHumans()}} @if($chapter->createdBy) by <a href="/user/{{ $chapter->createdBy->id }}">{{ $chapter->createdBy->name}}</a> @endif | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |                     <br> | 
					
						
							| 
									
										
										
										
											2016-05-22 15:48:40 +08:00
										 |  |  |                     Last Updated {{$chapter->updated_at->diffForHumans()}} @if($chapter->updatedBy) by <a href="/user/{{ $chapter->updatedBy->id }}">{{  $chapter->updatedBy->name}}</a> @endif | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |                 </p> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2015-09-04 02:05:45 +08:00
										 |  |  |             <div class="col-md-3 col-md-offset-1"> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                 <div class="margin-top large"></div> | 
					
						
							|  |  |  |                 @if($book->restricted || $chapter->restricted) | 
					
						
							|  |  |  |                     <div class="text-muted"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         @if($book->restricted) | 
					
						
							|  |  |  |                             @if(userCan('restrictions-manage', $book)) | 
					
						
							| 
									
										
										
										
											2016-03-31 03:15:44 +08:00
										 |  |  |                                 <a href="{{ $book->getUrl() }}/permissions"><i class="zmdi zmdi-lock-outline"></i>Book Permissions Active</a> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                             @else | 
					
						
							| 
									
										
										
										
											2016-03-31 03:15:44 +08:00
										 |  |  |                                 <i class="zmdi zmdi-lock-outline"></i>Book Permissions Active | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                             @endif | 
					
						
							|  |  |  |                                 <br> | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         @if($chapter->restricted) | 
					
						
							|  |  |  |                             @if(userCan('restrictions-manage', $chapter)) | 
					
						
							| 
									
										
										
										
											2016-03-31 03:15:44 +08:00
										 |  |  |                                 <a href="{{ $chapter->getUrl() }}/permissions"><i class="zmdi zmdi-lock-outline"></i>Chapter Permissions Active</a> | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                             @else | 
					
						
							| 
									
										
										
										
											2016-03-31 03:15:44 +08:00
										 |  |  |                                 <i class="zmdi zmdi-lock-outline"></i>Chapter Permissions Active | 
					
						
							| 
									
										
										
										
											2016-03-06 02:09:21 +08:00
										 |  |  |                             @endif | 
					
						
							|  |  |  |                         @endif | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-27 07:45:04 +08:00
										 |  |  |                 @include('pages/sidebar-tree-list', ['book' => $book, 'sidebarTree' => $sidebarTree]) | 
					
						
							| 
									
										
										
										
											2015-09-04 02:05:45 +08:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2015-09-03 23:51:10 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-29 03:57:13 +08:00
										 |  |  | @stop |