| 
<!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">
 <title><?=Config::$appTitle?></title>
 
 <!-- Bootstrap -->
 <link rel="stylesheet" href="crud360/css/bootstrap/bootstrap.css">
 <link rel="stylesheet" href="crud360/css/crud360.css">
 <link rel="stylesheet" href="crud360/css/datetimepicker/jquery.datetimepicker.css">
 
 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 <!--[if lt IE 9]>
 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 <![endif]-->
 <!--
 /*---------------------------------------------------------------------*\
 | Removal of the following attribution text will be considered a         |
 | violation of Crud360's AAL license. Do not remove it.                 |
 \*---------------------------------------------------------------------*/
 /*------------------------------ NOTICE -------------------------------*\
 |             Product Name    :    Crud360                                    |
 |           Organization    :     Orbit360 (R)                            |
 |             Type            :    Create, Read, Update & Delete CodeGen    |
 |             Author            :    Usman Mughal                            |
 |             Created            :    24-11-2016                                |
 |             Updated            :    25-11-2016                                |
 |             Doctype            :    PHP                                        |
 |             Version            :    1.0b                                    |
 |             Copyright        :    Orbit360(R) - http://orbit360.net        |
 |             License            :    Attribution Assurance License            |
 |                                https://opensource.org/licenses/AAL        |
 |                                read LICENSE.md for more info            |
 |             Dependencies    :    bootstrap 4.0, jquery 1.11.2,           |
 |                                tinymce 4.4.3, maskedinput 1.4.1        |
 |            Platform        :    LAMP/WAMP                                 |
 \-----------------------------------------------------------------------/
 -->
 </head>
 <body>
 |