Ejemplo n.º 1
0
<!DOCTYPE html>
<?php 
require_once $_SERVER['DOCUMENT_ROOT'] . "/ZeitiPortal/resources/required_scripts.php";
session_start();
if (!isset($_SESSION['user'])) {
    header('Location: ../');
}
$_SESSION['module_number'] = 10;
if (!\ZP\ZP::canViewModule($_SESSION['module_number'], $_SESSION['group']->getPermissions())) {
    header('Location: ../');
}
?>
<html>
<head>
    <meta charset="UTF-8">
    <title>Company Profile</title>
    <link href="../../css/reports.css" rel="stylesheet" type="text/css"/>
    <link href="../../css/profile.css" rel="stylesheet" type="text/css"/>
    <link rel="stylesheet" type="text/css" href="../../css/jquery-ui/jquery.ui.all.css">
<!--  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>-->
    <style>
    div#reportContent, .ui-widget { font-size: 62.5%; }
    div#reportContent label, div#contentbar input, .ui-widget label, .ui-widget input { display:block; }
    div#reportContent input.text, .ui-widget input.text { margin-bottom:12px; width:95%; padding: .4em; }
    div#reportContent fieldset, .ui-widget fieldset { padding:0; border:0; margin-top:25px; }
    div#reportContent .ui-widget { font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;  font-size: 1.5em; }
    div#reportContent h1, .ui-widget h1 { font-size: 1.2em; margin: .6em 0; }
    div#users-contain { width: 850px; margin: 20px auto; }
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }