| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |     <meta charset="utf-8"> | 
					
						
							|  |  |  |     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2014-06-30 07:26:38 +02:00
										 |  |  |     <base href="{{URL::route('index')}}/"> | 
					
						
							| 
									
										
										
										
											2014-08-31 08:59:43 +02:00
										 |  |  |     <title>Firefly | 
					
						
							| 
									
										
										
										
											2014-09-10 22:22:44 +02:00
										 |  |  |     @if(isset($title) && $title != 'Firefly') | 
					
						
							| 
									
										
										
										
											2014-08-31 08:59:43 +02:00
										 |  |  |         // {{{$title}}}
 | 
					
						
							|  |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |     @if(isset($subTitle)) | 
					
						
							|  |  |  |         // {{{$subTitle}}}
 | 
					
						
							|  |  |  |     @endif | 
					
						
							| 
									
										
										
										
											2014-08-31 08:59:43 +02:00
										 |  |  |     </title> | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-26 18:53:41 +02:00
										 |  |  |     <?php echo stylesheet_link_tag(); ?>
 | 
					
						
							|  |  |  |     @yield('styles') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  |     <!--[if lt IE 9]> | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  |         <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | 
					
						
							|  |  |  |         <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  |     <![endif]--> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  | <div id="wrapper"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-13 07:02:13 +02:00
										 |  |  |     @include('partials.menu') | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <div id="page-wrapper"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="row"> | 
					
						
							|  |  |  |             <div class="col-lg-12"> | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |                 <h1 class="page-header"> | 
					
						
							|  |  |  |                     {{$title or '(no title)'}} | 
					
						
							| 
									
										
										
										
											2014-09-10 14:39:38 +02:00
										 |  |  |                     @if(isset($subTitle)) | 
					
						
							| 
									
										
										
										
											2014-09-12 17:34:54 +02:00
										 |  |  |                         <small> | 
					
						
							|  |  |  |                             @if(isset($titleIcon)) | 
					
						
							|  |  |  |                                 <i class="fa {{{$titleIcon}}}"></i> | 
					
						
							|  |  |  |                             @endif | 
					
						
							|  |  |  |                             {{$subTitle}} | 
					
						
							|  |  |  |                         </small> | 
					
						
							| 
									
										
										
										
											2014-09-10 14:39:38 +02:00
										 |  |  |                     @endif | 
					
						
							|  |  |  |                 </h1> | 
					
						
							| 
									
										
										
										
											2014-09-10 06:56:57 +02:00
										 |  |  |             </div> | 
					
						
							|  |  |  |             <!-- /.col-lg-12 --> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         @include('partials.flashes') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         @yield('content') | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2014-08-23 22:32:12 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | <div class="modal fade" id="reminderModal" tabindex="-1" role="dialog" | 
					
						
							|  |  |  |      aria-labelledby="reminderModalLabel" aria-hidden="true"> | 
					
						
							|  |  |  |     <div class="modal-dialog modal-lg"> | 
					
						
							|  |  |  |         <div class="modal-content"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </div><!-- /.modal-content --> | 
					
						
							|  |  |  |     </div><!-- /.modal-dialog --> | 
					
						
							|  |  |  | </div><!-- /.modal --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-07-26 18:53:41 +02:00
										 |  |  | <?php echo javascript_include_tag(); ?>
 | 
					
						
							| 
									
										
										
										
											2014-06-30 11:24:58 +02:00
										 |  |  | @yield('scripts') | 
					
						
							| 
									
										
										
										
											2014-06-29 22:12:33 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |