| 
									
										
										
										
											2015-07-24 04:55:46 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-31 05:38:20 +08:00
										 |  |  | <div class="book-tree" ng-non-bindable> | 
					
						
							| 
									
										
										
										
											2016-09-18 21:49:36 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-28 03:37:57 +08:00
										 |  |  |     @if(isset($page) && $page->tags->count() > 0) | 
					
						
							|  |  |  |         <div class="tag-display"> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |             <h6 class="text-muted">{{ trans('entities.page_tags') }}</h6> | 
					
						
							| 
									
										
										
										
											2016-11-28 03:37:57 +08:00
										 |  |  |             <table> | 
					
						
							|  |  |  |                 <tbody> | 
					
						
							|  |  |  |                 @foreach($page->tags as $tag) | 
					
						
							|  |  |  |                     <tr class="tag"> | 
					
						
							| 
									
										
										
										
											2017-04-16 02:16:07 +08:00
										 |  |  |                         <td @if(!$tag->value) colspan="2" @endif><a href="{{ baseUrl('/search?term=%5B' . urlencode($tag->name) .'%5D') }}">{{ $tag->name }}</a></td> | 
					
						
							|  |  |  |                         @if($tag->value) <td class="tag-value"><a href="{{ baseUrl('/search?term=%5B' . urlencode($tag->name) .'%3D' . urlencode($tag->value) . '%5D') }}">{{$tag->value}}</a></td> @endif | 
					
						
							| 
									
										
										
										
											2016-11-28 03:37:57 +08:00
										 |  |  |                     </tr> | 
					
						
							|  |  |  |                 @endforeach | 
					
						
							|  |  |  |                 </tbody> | 
					
						
							|  |  |  |             </table> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-12 22:12:26 +08:00
										 |  |  |     @if (isset($page) && $page->attachments->count() > 0) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |         <h6 class="text-muted">{{ trans('entities.pages_attachments') }}</h6> | 
					
						
							| 
									
										
										
										
											2016-11-12 22:12:26 +08:00
										 |  |  |         @foreach($page->attachments as $attachment) | 
					
						
							| 
									
										
										
										
											2016-10-11 03:30:27 +08:00
										 |  |  |             <div class="attachment"> | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                 <a href="{{ $attachment->getUrl() }}" @if($attachment->external) target="_blank" @endif><i class="zmdi zmdi-{{ $attachment->external ? 'open-in-new' : 'file' }}"></i>{{ $attachment->name }}</a> | 
					
						
							| 
									
										
										
										
											2016-10-11 03:30:27 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         @endforeach | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-14 23:34:52 +08:00
										 |  |  |     @if (isset($pageNav) && count($pageNav)) | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |         <h6 class="text-muted">{{ trans('entities.pages_navigation') }}</h6> | 
					
						
							| 
									
										
										
										
											2016-09-18 21:49:36 +08:00
										 |  |  |         <div class="sidebar-page-nav menu"> | 
					
						
							|  |  |  |             @foreach($pageNav as $navItem) | 
					
						
							| 
									
										
										
										
											2017-01-02 20:13:03 +08:00
										 |  |  |                 <li class="page-nav-item h{{ $navItem['level'] }}"> | 
					
						
							| 
									
										
										
										
											2016-09-18 21:49:36 +08:00
										 |  |  |                     <a href="{{ $navItem['link'] }}">{{ $navItem['text'] }}</a> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |             @endforeach | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |     <h6 class="text-muted">{{ trans('entities.books_navigation') }}</h6> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |     <ul class="sidebar-page-list menu"> | 
					
						
							| 
									
										
										
										
											2015-11-30 02:06:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-22 20:39:34 +08:00
										 |  |  |         @if (userCan('view', $book)) | 
					
						
							|  |  |  |             <li class="book-header"><a href="{{ $book->getUrl() }}" class="book {{ $current->matches($book)? 'selected' : '' }}"><i class="zmdi zmdi-book"></i>{{$book->name}}</a></li> | 
					
						
							|  |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2015-11-30 02:06:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-27 07:45:04 +08:00
										 |  |  |         @foreach($sidebarTree as $bookChild) | 
					
						
							| 
									
										
										
										
											2016-03-13 20:04:08 +08:00
										 |  |  |             <li class="list-item-{{ $bookChild->getClassName() }} {{ $bookChild->getClassName() }} {{ $bookChild->isA('page') && $bookChild->draft ? 'draft' : '' }}"> | 
					
						
							| 
									
										
										
										
											2016-08-14 19:29:35 +08:00
										 |  |  |                 <a href="{{ $bookChild->getUrl() }}" class="{{ $bookChild->getClassName() }} {{ $current->matches($bookChild)? 'selected' : '' }}"> | 
					
						
							| 
									
										
										
										
											2015-09-03 01:26:33 +08:00
										 |  |  |                     @if($bookChild->isA('chapter'))<i class="zmdi zmdi-collection-bookmark"></i>@else <i class="zmdi zmdi-file-text"></i>@endif{{ $bookChild->name }} | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                 </a> | 
					
						
							| 
									
										
										
										
											2015-07-31 05:27:35 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                 @if($bookChild->isA('chapter') && count($bookChild->pages) > 0) | 
					
						
							| 
									
										
										
										
											2017-08-07 04:08:03 +08:00
										 |  |  |                     <p chapter-toggle class="text-muted @if($bookChild->matchesOrContains($current)) open @endif"> | 
					
						
							| 
									
										
										
										
											2016-11-17 21:33:07 +08:00
										 |  |  |                         <i class="zmdi zmdi-caret-right"></i> <i class="zmdi zmdi-file-text"></i> <span>{{ trans('entities.x_pages', ['count' => $bookChild->pages->count()]) }}</span> | 
					
						
							| 
									
										
										
										
											2015-11-30 02:06:55 +08:00
										 |  |  |                     </p> | 
					
						
							|  |  |  |                     <ul class="menu sub-menu inset-list @if($bookChild->matchesOrContains($current)) open @endif"> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                         @foreach($bookChild->pages as $childPage) | 
					
						
							| 
									
										
										
										
											2016-03-13 20:04:08 +08:00
										 |  |  |                             <li class="list-item-page {{ $childPage->isA('page') && $childPage->draft ? 'draft' : '' }}"> | 
					
						
							| 
									
										
										
										
											2016-08-14 19:29:35 +08:00
										 |  |  |                                 <a href="{{ $childPage->getUrl() }}" class="page {{ $current->matches($childPage)? 'selected' : '' }}"> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                                     <i class="zmdi zmdi-file-text"></i> {{ $childPage->name }} | 
					
						
							|  |  |  |                                 </a> | 
					
						
							|  |  |  |                             </li> | 
					
						
							|  |  |  |                         @endforeach | 
					
						
							|  |  |  |                     </ul> | 
					
						
							|  |  |  |                 @endif | 
					
						
							| 
									
										
										
										
											2015-11-30 02:06:55 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |             </li> | 
					
						
							|  |  |  |         @endforeach | 
					
						
							| 
									
										
										
										
											2015-11-30 02:06:55 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |     </ul> | 
					
						
							|  |  |  | </div> |