Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php #require_once( './assets/config/login_ivao.php'); ?>
  2. <!DOCTYPE html>
  3. <!--
  4.    Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.2.0
  5.    Version: 3.1.2
  6.    Author: KeenThemes
  7.    Website: http://www.keenthemes.com/
  8.    Contact: support@keenthemes.com
  9.    Follow: www.twitter.com/keenthemes
  10.    Like: www.facebook.com/keenthemes
  11.    Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
  12.    License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
  13.    -->
  14. <!--[if IE 8]>
  15. <html lang="en" class="ie8 no-js">
  16.    <![endif]-->
  17.    <!--[if IE 9]>
  18.    <html lang="en" class="ie9 no-js">
  19.       <![endif]-->
  20.       <!--[if !IE]><!-->
  21.       <html lang="en">
  22.          <!--<![endif]-->
  23.          <!-- BEGIN HEAD -->
  24.          <head>
  25.             <meta charset="utf-8" />
  26.             <title>..:: IVAO-BR | User-Hub ::..</title>
  27.             <meta http-equiv="X-UA-Compatible" content="IE=edge">
  28.             <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  29.             <meta content="" name="description" />
  30.             <meta content="" name="author" />
  31.             <!-- BEGIN GLOBAL MANDATORY STYLES -->
  32.             <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
  33.             <link href="./assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
  34.             <link href="./assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
  35.             <link href="./assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  36.             <link href="./assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css" />
  37.             <link href="./assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
  38.             <!-- END GLOBAL MANDATORY STYLES -->
  39.             <!-- BEGIN THEME STYLES -->
  40.             <link href="./assets/global/css/components.css" rel="stylesheet" type="text/css" />
  41.             <link href="./assets/global/css/plugins.css" rel="stylesheet" type="text/css" />
  42.             <link href="./assets/admin/layout/css/layout.css" rel="stylesheet" type="text/css" />
  43.             <link id="style_color" href="./assets/admin/layout/css/themes/blue.css" rel="stylesheet" type="text/css" />
  44.             <link href="./assets/admin/layout/css/custom.css" rel="stylesheet" type="text/css" />
  45.             <!-- END THEME STYLES -->
  46.             <link rel="shortcut icon" href="favicon.ico" />
  47.          </head>
  48.          <!-- END HEAD -->
  49.          <!-- BEGIN BODY -->
  50.          <!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
  51.          <!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
  52.          <!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
  53.          <!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
  54.          <!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
  55.          <!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
  56.          <!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
  57.          <!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
  58.          <!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
  59.          <body class="page-header-fixed page-quick-sidebar-over-content page-header-fixed-mobile page-footer-fixed1 page-header-fixed-mobile page-sidebar-fixed">
  60.             <!-- BEGIN HEADER -->
  61.             <div class="page-header navbar navbar-fixed-top">
  62.                <!-- BEGIN HEADER INNER -->
  63.                <div class="page-header-inner">
  64.                   <!-- BEGIN LOGO -->
  65.                   <div class="page-logo">
  66.                      <a href="index.php">
  67.                      <img src="./assets/admin/layout/img/ivao_logo.png" alt="logo" class="logo-default" />
  68.                      </a>
  69.                      <div class="menu-toggler sidebar-toggler hide">
  70.                         <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header -->
  71.                      </div>
  72.                   </div>
  73.                   <!-- END LOGO -->
  74.                   <!-- BEGIN RESPONSIVE MENU TOGGLER -->
  75.                   <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse">
  76.                   </a>
  77.                   <!-- END RESPONSIVE MENU TOGGLER -->
  78.                   <!-- BEGIN TOP NAVIGATION MENU -->
  79.                   <div class="top-menu">
  80.                      <ul class="nav navbar-nav pull-right">
  81.                         <!-- BEGIN USER LOGIN DROPDOWN -->
  82.                         <li class="dropdown dropdown-user">
  83.                            <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
  84.                            <img alt="" class="img-circle" src="./assets/admin/layout/img/avatar_ivaos.png" />
  85.                            <span class="username">Teste</span>
  86.                            <i class="fa fa-angle-down"></i>
  87.                            </a>
  88.                            <ul class="dropdown-menu">
  89.                               <li>
  90.                                  <a href="logout.php">
  91.                                  <i class="icon-power"></i> Log Out </a>
  92.                               </li>
  93.                            </ul>
  94.                         </li>
  95.                         <!-- END USER LOGIN DROPDOWN -->
  96.                      </ul>
  97.                   </div>
  98.                   <!-- END TOP NAVIGATION MENU -->
  99.                </div>
  100.                <!-- END HEADER INNER -->
  101.             </div>
  102.             <!-- END HEADER -->
  103.             <div class="clearfix">
  104.             </div>
  105.             <!-- BEGIN CONTAINER -->
  106.             <div class="page-container">
  107.             <!-- BEGIN SIDEBAR -->
  108.             <div class="page-sidebar-wrapper">
  109.                <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
  110.                <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
  111.                <div class="page-sidebar navbar-collapse collapse">
  112.                   <!-- BEGIN SIDEBAR MENU -->
  113.                   <?php include "menu.php"; ?>
  114.                   <!-- END SIDEBAR MENU -->
  115.                </div>
  116.             </div>
  117.             <!-- END SIDEBAR -->
  118.             <!-- BEGIN CONTENT -->
  119.             <div class="page-content-wrapper">
  120.             <div class="page-content">
  121.                <!-- /.modal -->
  122.                <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
  123.                <!-- BEGIN STYLE CUSTOMIZER -->
  124.                <!-- END STYLE CUSTOMIZER -->
  125.                <!-- BEGIN PAGE HEADER-->
  126.                <div class="row">
  127.                   <div class="col-md-12">
  128.                      <!-- BEGIN PAGE TITLE & BREADCRUMB-->
  129.                      <h3 class="page-title">
  130.                         Solicite seu treinamento
  131.                      </h3>
  132.                      <ul class="page-breadcrumb breadcrumb">
  133.                      </ul>
  134.                      <!-- END PAGE TITLE & BREADCRUMB-->
  135.                   </div>
  136.                </div>
  137.                <!-- END PAGE HEADER-->
  138.                <!-- BEGIN PAGE CONTENT-->
  139.                <div class="row">
  140.                   <div class="portlet box blue">
  141.                      <div class="portlet-title">
  142.                         <div class="caption">
  143.                            Preencha seus dados
  144.                         </div>
  145.                      </div>
  146.                      <div class="portlet-body form">
  147.                         <!-- BEGIN FORM-->
  148.                         <form action="" class="horizontal-form" method="post">
  149.                            <div class="form-body">
  150.                               <div class="row">
  151.                                  <div class="col-md-12">
  152.                                     <div class="form-group">
  153.                                        <label class="col-md-3 control-label">Sua VID</label>
  154.                                        <div class="col-md-4">
  155.                                           <p class="form-control-static" name="vid" id="vid" value="379042"> **Inserir a VID** </p>
  156.                                        </div>
  157.                                     </div>
  158.                                  </div>
  159.                               </div>
  160.                               <br>
  161.                               <div class="row">
  162.                                  <div class="col-md-12">
  163.                                     <div class="form-group">
  164.                                        <label class="col-md-3 control-label">Nome</label>
  165.                                        <div class="col-md-4">
  166.                                           <input type="text" class="form-control" placeholder="Insira seu nome" name="name" id="name">
  167.                                           <span class="help-block"> Insira seu nome cadastrado na IVAO </span>
  168.                                        </div>
  169.                                     </div>
  170.                                  </div>
  171.                               </div>
  172.                               <br>
  173.                               <div class="row">
  174.                                  <div class="col-md-12">
  175.                                     <div class="form-group">
  176.                                        <label class="col-md-3 control-label">Email</label>
  177.                                        <div class="col-md-4">
  178.                                           <div class="input-group">
  179.                                              <span class="input-group-addon">
  180.                                              <i class="fa fa-envelope"></i>
  181.                                              </span>
  182.                                              <input type="email" class="form-control" placeholder="Email" name="email" id="email">
  183.                                           </div>
  184.                                        </div>
  185.                                     </div>
  186.                                  </div>
  187.                               </div>
  188.                               <br>
  189.                               <div class="row">
  190.                                  <div class="col-md-12">
  191.                                     <div class="form-group">
  192.                                        <label class="col-md-3 control-label">Tipo de treinamento</label>
  193.                                        <div class="col-md-4">
  194.                                           <select class="form-control" name="rating" id="treinamento">
  195.                                              <option value="">Escolha uma opção</option>
  196.                                              <option value="Inicial Piloto">Inicial Piloto</option>
  197.                                              <option value="Inicial ATC">Inicial ATC</option>
  198.                                              <option value="PP - Private Pilot">PP - Private Pilot</option>
  199.                                              <option value="SPP - Senior Private Pilot">SPP - Senior Private Pilot</option>
  200.                                              <option value="CP - Commercial Pilot">CP - Commercial Pilot</option>
  201.                                              <option value="ATP - Airline Transport Pilot">ATP - Airline Transport Pilot</option>
  202.                                              <option value="ADC - Aerodrome Controller">ADC - Aerodrome Controller</option>
  203.                                              <option value="APC - Approach Controller">APC - Approach Controller</option>
  204.                                              <option value="ACC - Center Controller">ACC - Center Controller</option>
  205.                                           </select>
  206.                                        </div>
  207.                                     </div>
  208.                                  </div>
  209.                               </div>
  210.                               <br>
  211.                               <div class="row">
  212.                                  <div class="col-md-12">
  213.                                     <div class="form-group">
  214.                                        <label class="control-label col-md-3">Já realizou e foi aprovado no exame teórico do rating?</label>
  215.                                        <div class="col-md-4">
  216.                                           <div class="radio-list">
  217.                                              <label>
  218.                                              <input type="radio" name="t_aprovado" id="t_aprovado" value="Sim"/>Sim</label>
  219.                                              <label>
  220.                                              <input type="radio" name="t_aprovado" id="t_aprovado" value="Não"/>Não</label>
  221.                                              <span class="help-block">Válido apenas para treinamentos de PP, SPP, CP, ATP, ADC, APC e ACC</span>
  222.                                           </div>
  223.                                        </div>
  224.                                     </div>
  225.                                     <br>
  226.                                  </div>
  227.                               </div>
  228.                               <br>
  229.                               <div class="row">
  230.                                  <div class="col-md-12">
  231.                                     <div class="form-group">
  232.                                        <label class="control-label col-md-3">Já solicitou o exame prático do rating?</label>
  233.                                        <div class="col-md-4">
  234.                                           <div class="radio-list">
  235.                                              <label>
  236.                                              <input type="radio" name="req_pratico" id="req_pratico" value="Sim"/>Sim</label>
  237.                                              <label>
  238.                                              <input type="radio" name="req_pratico" id="req_pratico" value="Não"/>Não</label>
  239.                                              <span class="help-block">Válido apenas para treinamentos de PP, SPP, CP, ATP, ADC, APC e ACC</span>
  240.                                           </div>
  241.                                        </div>
  242.                                     </div>
  243.                                     <br>
  244.                                  </div>
  245.                               </div>
  246.                               <br>
  247.                               <div class="row">
  248.                                  <div class="col-md-12">
  249.                                        <div class="form-group">
  250.                                         <label class="control-label col-md-3">Quais os melhores dias para treinamento?</label>
  251.                                        <div class="col-md-4">
  252.                                           <select class="form-control" name="dias_treino" id="dias_treino" multiple>
  253.                                                 <option>Domingo </option>
  254.                                                 <option>Segunda </option>
  255.                                                 <option>Terça </option>
  256.                                                 <option>Quarta </option>
  257.                                                 <option>Quinta </option>
  258.                                                 <option>Sexta </option>
  259.                                                 <option>Sábado </option>
  260.                                           </select>
  261.                                           <span class="help-block">Pressione o Control para selecionar vários itens</span>
  262.                                        </div>
  263.                                        </div>
  264.                                     </div>
  265.                                  </div><br>
  266.                                  <div class="row">
  267.                                  <div class="col-md-12">
  268.                                     <div class="form-group">
  269.                                        <label class="col-md-3 control-label">Quais os horários que terá disponível? </label>
  270.                                        <div class="col-md-4">
  271.                                           <input type="text" class="form-control" placeholder="Insira aqui os horários" name="horarios" id="horarios">
  272.                                           <span class="help-block">*Horário em ZULU</span>
  273.                                        </div>
  274.                                     </div>
  275.                                  </div>
  276.                               </div>
  277.                                  </div>
  278.                                  <div class="form-actions">
  279.                                     <div class="row">
  280.                                        <div class="col-md-2" id="botao_criats3">
  281.                                           <a onclick="insertToTable()" class="btn btn-circle blue col-md-6">Solicitar</a>
  282.                                        </div>
  283.                                        <div id="msgtsdiv" class="col-md-4">
  284.                                           <ul class="list-group">
  285.                                              <li id="msgts" class="list-group-item list-group-item-info">
  286.                                              </li>
  287.                                           </ul>
  288.                                        </div>
  289.                                     </div>
  290.                                  </div>
  291.                         </form>
  292.                         <!-- END FORM-->
  293.                         </div>
  294.                         </div>
  295.                      </div>
  296.                      <!-- END PAGE CONTENT-->
  297.                   </div>
  298.                </div>
  299.                <!-- END CONTENT -->
  300.                <!-- BEGIN QUICK SIDEBAR -->
  301.                <!-- END QUICK SIDEBAR -->
  302.             </div>
  303.             <!-- END CONTAINER -->
  304.             <!-- BEGIN FOOTER -->
  305.             <div class="page-footer">
  306.                <div class="page-footer-inner">
  307.                   <?php echo gmdate( "Y"); ?> &copy; IVAO-BR
  308.                </div>
  309.                <div class="page-footer-tools">
  310.                   <span class="go-top">
  311.                   <i class="fa fa-angle-up"></i>
  312.                   </span>
  313.                </div>
  314.             </div>
  315.             <!-- END FOOTER -->
  316.             <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
  317.             <!-- BEGIN CORE PLUGINS -->
  318.             <!--[if lt IE 9]>
  319.             <script src="./assets/global/plugins/respond.min.js"></script>
  320.             <script src="./assets/global/plugins/excanvas.min.js"></script>
  321.             <![endif]-->
  322.             <script src="https://code.jquery.com/jquery-3.2.1.js" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>
  323.             <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  324.             <script src="./assets/global/plugins/jquery-1.11.0.min.js" type="text/javascript"></script>
  325.             <script src="./assets/global/plugins/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
  326.             <!-- IMPORTANT! Load jquery-ui-1.10.3.custom.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
  327.             <script src="./assets/global/plugins/jquery-ui/jquery-ui-1.10.3.custom.min.js" type="text/javascript"></script>
  328.             <script src="./assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
  329.             <script src="./assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
  330.             <script src="./assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
  331.             <script src="./assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
  332.             <script src="./assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
  333.             <script src="./assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
  334.             <script src="./assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
  335.             <!-- END CORE PLUGINS -->
  336.             <script src="./assets/global/scripts/metronic.js" type="text/javascript"></script>
  337.             <script src="./assets/admin/layout/scripts/layout.js" type="text/javascript"></script>
  338.             <script src="./assets/admin/layout/scripts/quick-sidebar.js" type="text/javascript"></script>
  339.             <script src="scripts.js" type="text/javascript"></script>
  340.             <!-- END JAVASCRIPTS -->
  341.          </body>
  342.          <!-- END BODY -->
  343.       </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement