| 1 | <?php  | 
            ||
| 14 | 	class Form extends Frames\Admin\View { | 
            ||
| 15 | |||
| 16 | protected $view = 'Form', $status = STATUS_CODE_401;  | 
            ||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * Get a layout block  | 
            ||
| 20 | */  | 
            ||
| 21 | |||
| 22 | 		private function getLayout(Template\Block $contents) : Template\Block { | 
            ||
| 42 | |||
| 43 | /**  | 
            ||
| 44 | * Output the page contents  | 
            ||
| 45 | */  | 
            ||
| 46 | |||
| 47 | 		public function display(Template\Block $contents) { | 
            ||
| 51 | }  | 
            ||
| 52 | }  | 
            ||
| 53 |