| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/Microsoft/application/views/global/ |
Upload File : |
<?php
if (!defined("SYSTEM")) die();
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<title>Λογισμικά και άδειες Microsoft</title>
<!-- CSS -->
<link rel="stylesheet" href="<?php echo APP_BASE;?>theme/plugins/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="<?php echo APP_BASE;?>theme/plugins/animate-css/animate.css" />
<link rel="stylesheet" href="<?php echo APP_BASE;?>theme/plugins/fontawesome/css/all.css">
<link rel="stylesheet" href="<?php echo APP_BASE; ?>theme/plugins/icomoon/style.css">
<link rel="stylesheet" href="<?php echo APP_BASE;?>theme/css/style.css" />
<?php if (isset($css_files)){
foreach ($css_files as $file){
echo '<link rel="stylesheet" href="'.$file.'" />';
}
}?>
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Λογισμικά και άδειες Microsoft</h1>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-xs-12 main">
<div class="row">
<div class="col-md-6 sm-12">
<p class="user-icon"><span class="glyphicon glyphicon-user"></span></p>
<p class="user-info"><strong>Ονοματεπώνυμο:</strong> <?php echo $_SESSION["fullname"]; ?><br /><strong>Ιδιότητα:</strong> <?php echo $_SESSION["idiotita"]; ?><br /><strong>Email:</strong> <?php echo $_SESSION["email"]; ?></p>
<p class="clearfix">
</div>
</div>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand">Microsoft</a>
</div>
<ul class="nav navbar-nav">
<li <?php echo ($menu=="windows"?'class="active"':''); ?>><a href="<?php echo APP_BASE; ?>windows/"><span class="fab fa-windows"></span>Windows</a></li>
<li <?php echo ($menu=="office"?'class="active"':''); ?>><a href="<?php echo APP_BASE; ?>office/"><span class="fab icon-office"></span>Office</a></li>
<li><a href="<?php echo APP_BASE; ?>logout/"><span class="fas fa-sign-out-alt"></span>Αποσύνδεση</a></li>
</ul>
</div>
</nav>