| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  | <div component="page-editor" class="page-editor flex-fill flex" | 
					
						
							|  |  |  |      option:page-editor:drafts-enabled="{{ $draftsEnabled ? 'true' : 'false' }}" | 
					
						
							| 
									
										
										
										
											2020-04-06 00:27:16 +08:00
										 |  |  |      @if(config('services.drawio')) | 
					
						
							|  |  |  |         drawio-url="{{ is_string(config('services.drawio')) ? config('services.drawio') : 'https://www.draw.io/?embed=1&proto=json&spin=1' }}" | 
					
						
							|  |  |  |      @endif | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |      @if($model->name === trans('entities.pages_initial_name')) | 
					
						
							|  |  |  |         option:page-editor:has-default-title="true" | 
					
						
							|  |  |  |      @endif | 
					
						
							|  |  |  |      option:page-editor:editor-type="{{ setting('app-editor') }}" | 
					
						
							|  |  |  |      option:page-editor:page-id="{{ $model->id ?? '0' }}" | 
					
						
							|  |  |  |      option:page-editor:page-new-draft="{{ ($model->draft ?? false) ? 'true' : 'false' }}" | 
					
						
							|  |  |  |      option:page-editor:draft-text="{{ ($model->draft || $model->isDraft) ? trans('entities.pages_editing_draft') : trans('entities.pages_editing_page') }}" | 
					
						
							|  |  |  |      option:page-editor:autosave-fail-text="{{ trans('errors.page_draft_autosave_fail') }}" | 
					
						
							|  |  |  |      option:page-editor:editing-page-text="{{ trans('entities.pages_editing_page') }}" | 
					
						
							|  |  |  |      option:page-editor:draft-discarded-text="{{ trans('entities.pages_draft_discarded') }}" | 
					
						
							|  |  |  |      option:page-editor:set-changelog-text="{{ trans('entities.pages_edit_set_changelog') }}"> | 
					
						
							| 
									
										
										
										
											2016-09-29 22:56:57 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     {{--Header Bar--}} | 
					
						
							| 
									
										
										
										
											2019-04-14 01:30:11 +08:00
										 |  |  |     <div class="primary-background-light toolbar page-edit-toolbar"> | 
					
						
							| 
									
										
										
										
											2019-05-19 22:30:58 +08:00
										 |  |  |         <div class="grid third no-break v-center"> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |             <div class="action-buttons text-left px-m py-xs"> | 
					
						
							| 
									
										
										
										
											2019-04-14 01:30:11 +08:00
										 |  |  |                 <a href="{{ back()->getTargetUrl() }}" class="text-button text-primary">@icon('back')<span class="hide-under-l">{{ trans('common.back') }}</span></a> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <div class="text-center px-m py-xs"> | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                 <div component="dropdown" | 
					
						
							| 
									
										
										
										
											2020-06-25 03:38:08 +08:00
										 |  |  |                      option:dropdown:move-menu="true" | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                      class="dropdown-container draft-display text {{ $draftsEnabled ? '' : 'hidden' }}"> | 
					
						
							|  |  |  |                     <button type="button" refs="dropdown@toggle" aria-haspopup="true" aria-expanded="false" title="{{ trans('entities.pages_edit_draft_options') }}" class="text-primary text-button"><span refs="page-editor@draftDisplay" class="faded-text"></span>  @icon('more')</button> | 
					
						
							|  |  |  |                     @icon('check-circle', ['class' => 'text-pos draft-notification svg-icon', 'refs' => 'page-editor@draftDisplayIcon']) | 
					
						
							| 
									
										
										
										
											2020-06-25 03:38:08 +08:00
										 |  |  |                     <ul refs="dropdown@menu" class="dropdown-menu" role="menu"> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |                         <li> | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                             <button refs="page-editor@saveDraft" type="button" class="text-pos">@icon('save'){{ trans('entities.pages_edit_save_draft') }}</button> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |                         </li> | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                         @if ($model->draft) | 
					
						
							|  |  |  |                         <li> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |                             <a href="{{ $model->getUrl('/delete') }}" class="text-neg">@icon('delete'){{ trans('entities.pages_edit_delete_draft') }}</a> | 
					
						
							|  |  |  |                         </li> | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                         @endif | 
					
						
							|  |  |  |                         <li refs="page-editor@discardDraftWrap" class="{{ ($model->isDraft ?? false) ? '' : 'hidden' }}"> | 
					
						
							|  |  |  |                             <button refs="page-editor@discardDraft" type="button" class="text-neg">@icon('cancel'){{ trans('entities.pages_edit_discard_draft') }}</button> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |                         </li> | 
					
						
							|  |  |  |                     </ul> | 
					
						
							| 
									
										
										
										
											2016-03-10 06:32:07 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |             <div class="action-buttons px-m py-xs"> | 
					
						
							| 
									
										
										
										
											2020-06-25 03:38:08 +08:00
										 |  |  |                 <div component="dropdown" dropdown-move-menu class="dropdown-container"> | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                     <button refs="dropdown@toggle" type="button" aria-haspopup="true" aria-expanded="false" class="text-primary text-button">@icon('edit') <span refs="page-editor@changelogDisplay">{{ trans('entities.pages_edit_set_changelog') }}</span></button> | 
					
						
							| 
									
										
										
										
											2020-06-25 03:38:08 +08:00
										 |  |  |                     <ul refs="dropdown@menu" class="wide dropdown-menu"> | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |                         <li class="px-l py-m"> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |                             <p class="text-muted pb-s">{{ trans('entities.pages_edit_enter_changelog_desc') }}</p> | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |                             <input refs="page-editor@changelogInput" | 
					
						
							|  |  |  |                                    name="summary" | 
					
						
							|  |  |  |                                    id="summary-input" | 
					
						
							|  |  |  |                                    type="text" | 
					
						
							|  |  |  |                                    placeholder="{{ trans('entities.pages_edit_enter_changelog') }}" /> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  |                         </li> | 
					
						
							|  |  |  |                     </ul> | 
					
						
							| 
									
										
										
										
											2019-05-05 21:43:26 +08:00
										 |  |  |                     <span>{{-- Prevents button jumping on menu show --}}</span> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |                 </div> | 
					
						
							| 
									
										
										
										
											2019-03-30 23:49:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-19 22:30:58 +08:00
										 |  |  |                 <button type="submit" id="save-button" class="float-left text-primary text-button text-pos-hover hide-under-m">@icon('save')<span>{{ trans('entities.pages_save') }}</span></button> | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-29 22:56:57 +08:00
										 |  |  |     {{--Title input--}} | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |     <div class="title-input page-title clearfix"> | 
					
						
							|  |  |  |         <div refs="page-editor@titleContainer" class="input"> | 
					
						
							| 
									
										
										
										
											2020-04-27 22:54:39 +08:00
										 |  |  |             @include('form.text', ['name' => 'name', 'model' => $model, 'placeholder' => trans('entities.pages_title')]) | 
					
						
							| 
									
										
										
										
											2015-07-22 05:11:30 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2015-07-13 04:31:15 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-05-13 06:12:05 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-29 22:56:57 +08:00
										 |  |  |     {{--Editors--}} | 
					
						
							| 
									
										
										
										
											2015-08-31 18:43:28 +08:00
										 |  |  |     <div class="edit-area flex-fill flex"> | 
					
						
							| 
									
										
										
										
											2016-09-29 22:56:57 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         {{--WYSIWYG Editor--}} | 
					
						
							| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  |         @if(setting('app-editor') === 'wysiwyg') | 
					
						
							| 
									
										
										
										
											2019-07-06 21:52:25 +08:00
										 |  |  |             @include('pages.wysiwyg-editor', ['model' => $model]) | 
					
						
							| 
									
										
										
										
											2016-03-25 22:41:15 +08:00
										 |  |  |         @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-29 22:56:57 +08:00
										 |  |  |         {{--Markdown Editor--}} | 
					
						
							| 
									
										
										
										
											2016-03-30 02:26:13 +08:00
										 |  |  |         @if(setting('app-editor') === 'markdown') | 
					
						
							| 
									
										
										
										
											2019-07-06 21:52:25 +08:00
										 |  |  |             @include('pages.markdown-editor', ['model' => $model]) | 
					
						
							| 
									
										
										
										
											2015-08-22 22:06:03 +08:00
										 |  |  |         @endif | 
					
						
							| 
									
										
										
										
											2016-09-29 22:56:57 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-13 04:31:15 +08:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2019-05-19 22:30:58 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-06 04:18:17 +08:00
										 |  |  |     <button type="submit" | 
					
						
							|  |  |  |             id="save-button-mobile" | 
					
						
							|  |  |  |             title="{{ trans('entities.pages_save') }}" | 
					
						
							|  |  |  |             class="text-primary text-button hide-over-m page-save-mobile-button">@icon('save')</button> | 
					
						
							| 
									
										
										
										
											2015-10-23 02:06:50 +08:00
										 |  |  | </div> |