| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2019-08-19 01:57:35 +08:00
										 |  |  | <html lang="{{ config('app.lang') }}"> | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | <head> | 
					
						
							|  |  |  |     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 
					
						
							|  |  |  |     <title>{{ $page->name }}</title> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-15 23:34:06 +08:00
										 |  |  |     @include('partials.export-styles', ['format' => $format]) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     @if($format === 'pdf') | 
					
						
							|  |  |  |         <style> | 
					
						
							|  |  |  |             body { | 
					
						
							|  |  |  |                 font-size: 14px; | 
					
						
							|  |  |  |                 line-height: 1.2; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             h1, h2, h3, h4, h5, h6 { | 
					
						
							|  |  |  |                 line-height: 1.2; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             table { | 
					
						
							|  |  |  |                 max-width: 800px !important; | 
					
						
							|  |  |  |                 font-size: 0.8em; | 
					
						
							|  |  |  |                 width: 100% !important; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             table td { | 
					
						
							|  |  |  |                 width: auto !important; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |         </style> | 
					
						
							|  |  |  |     @endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-22 18:53:40 +08:00
										 |  |  |     @include('partials.custom-head') | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | <div id="page-show"> | 
					
						
							|  |  |  |     <div class="page-content"> | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |         @include('pages.page-display') | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |         <hr> | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  |         <div class="text-muted text-small"> | 
					
						
							|  |  |  |             @include('partials.entity-export-meta', ['entity' => $page]) | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							| 
									
										
										
										
											2019-04-07 16:57:48 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-01 01:53:30 +08:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |