add theme

This commit is contained in:
Christopher 2020-10-22 00:15:18 +02:00
parent 9cc1ced958
commit 98badaa7f6
3 changed files with 326 additions and 125 deletions

View File

@ -1,10 +1,11 @@
<?php
$HTML = new HTML();
$HTML->importHTML("style/default/error.html");
//$HTML->importHTML("style/default/error.html");
$HTML->importHTML("style/default/user.html");
$HTML->setHTMLTitle("Error");
$HTML->setHTMLTitle("Error 404");
$HTML->build();
header("HTTP/1.0 404 Not Found");
//header("HTTP/1.0 404 Not Found");
echo $HTML->ausgabe();
?>

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>404 Page | Notika - Notika Admin Template</title>
<title>SICOMAN - %%EchoTitle%%</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon

View File

@ -1,137 +1,337 @@
<!DOCTYPE html>
<html lang="en">
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>OpenSim - Kontrollzentrum - %%USERNAME%% - %%EchoTitle%%</title>
<link href="./style/4Creative.ico" rel="icon">
<link href="./style/4Creative.ico" rel="apple-touch-icon">
<link href="./style/default/css/autocomplete.css" rel="stylesheet" type="text/css">
<link href="./style/default/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="./style/default/vendor/datatables/dataTables.bootstrap4.css" rel="stylesheet">
<link href="./style/default/css/sb-admin.css" rel="stylesheet"> %%echoHeader%%
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Invoice | Notika - Notika Admin Template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon
============================================ -->
<link rel="shortcut icon" type="image/x-icon" href="./style/default/img/favicon.ico">
<!-- Google Fonts
============================================ -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900" rel="stylesheet">
<!-- Bootstrap CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/bootstrap.min.css">
<!-- font awesome CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/font-awesome.min.css">
<!-- owl.carousel CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/owl.carousel.css">
<link rel="stylesheet" href="./style/default/css/owl.theme.css">
<link rel="stylesheet" href="./style/default/css/owl.transitions.css">
<!-- meanmenu CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/meanmenu/meanmenu.min.css">
<!-- animate CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/animate.css">
<!-- normalize CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/normalize.css">
<!-- mCustomScrollbar CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/scrollbar/jquery.mCustomScrollbar.min.css">
<!-- Notika icon CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/notika-custom-icon.css">
<!-- wave CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/wave/waves.min.css">
<link rel="stylesheet" href="./style/default/css/wave/button.css">
<!-- main CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/main.css">
<!-- style CSS
============================================ -->
<link rel="stylesheet" href="./style/default/style.css">
<!-- responsive CSS
============================================ -->
<link rel="stylesheet" href="./style/default/css/responsive.css">
<!-- modernizr JS
============================================ -->
<script src="./style/default/js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand navbar-dark bg-dark static-top">
<button class="btn btn-link btn-sm text-white order-1 order-sm-0" id="sidebarToggle" href="#">
<i class="fas fa-bars"></i>
</button>
<div class="d-none d-md-inline-block form-inline ml-auto mr-0 mr-md-3 my-2 my-md-0"></div>
<ul class="navbar-nav ml-auto ml-md-0">
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">%%USERNAME%% <i class="fas fa-user-circle fa-fw"></i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
<a class="dropdown-item" href="?page=profile">Profil</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="?page=password">Passwort ändern</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">Logout</a>
</div>
</li>
</ul>
</nav>
<div id="wrapper">
<ul class="sidebar navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.php">
<i class="fas fa-fw fa-tachometer-alt"></i>
<span>Dashboard</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.php?page=profile">
<i class="far fa-address-card"></i>
<span>Profil</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.php?page=identities">
<i class="fas fa-fingerprint"></i>
<span>Identität</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.php?page=user-online-state">
<i class="fas fa-link"></i>
<span>Online Anzeige</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.php?page=regions">
<i class="fas fa-globe-europe"></i>
<span>Deine Regionen</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.php?page=groups">
<i class="fas fa-users"></i>
<span>Deine Gruppen</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.php?page=friends">
<i class="fas fa-users"></i>
<span>Deine Freunde</span></a>
</li>
</ul>
<div id="content-wrapper">
<div class="container-fluid">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.php">Gridverwaltung</a>
</li>
<li class="breadcrumb-item active">%%EchoTitle%%</li>
</ol>
<hr><br>
%%EchoInhalt%%
</div>
</div>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Invoice Print Area Start -->
<div class="invoice-print">
<a href="#" class="btn" data-ma-action="print"><i class="notika-icon notika-print"></i></a>
</div>
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Bist du sicher?</h5>
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">Wähle 'Logout' wenn du dich wirklich abmelden möchtest.</div>
<div class="modal-footer">
<button class="btn btn-secondary" type="button" data-dismiss="modal">Abbrechen</button>
<a class="btn btn-primary" href="index.php?logout=1">Logout</a>
<!-- Invoice Print Area End -->
<!-- Start Header Top Area -->
<div class="header-top-area">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="logo-area">
<a href="#"><img src="./style/default/img/logo/logo.png" alt="" /></a>
</div>
</div>
</div>
</div>
</div>
<!-- End Header Top Area -->
<script src="./style/default/vendor/jquery/jquery.min.js"></script>
<script src="./style/default/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./style/default/vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="./style/default/vendor/chart.js/Chart.min.js"></script>
<script src="./style/default/vendor/datatables/jquery.dataTables.js"></script>
<script src="./style/default/vendor/datatables/dataTables.bootstrap4.js"></script>
<script src="./style/default/js/sb-admin.min.js"></script>
<script src="./style/default/js/demo/datatables-demo.js"></script>
<script src="./style/default/js/demo/chart-area-demo.js"></script>
<!-- Breadcomb area Start-->
<div class="breadcomb-area mg-tb-40">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="breadcomb-list">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="breadcomb-wp">
<div class="breadcomb-icon">
<i class="notika-icon notika-support"></i>
</div>
<div class="breadcomb-ctn">
<h2>Conainer Manager</h2>
<p>%%ContainerName%%</p>
<p>API Key: %%UserAPIKey%%</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Breadcomb area End-->
<!-- Main Menu area start-->
<div class="main-menu-area mg-tb-40">
<div class="container">
<button class="btn notika-btn-lightgreen btn-reco-mg btn-button-mg waves-effect">START CONTAINER</button>
<button class="btn btn notika-btn-orange waves-effect">STOP CONTAINER</button>
<button class="btn notika-btn-red waves-effect">KILL CONTAINER</button>
<button class="btn notika-btn-cyan waves-effect">RESTART CONTAINER</button>
</div>
</div>
<!-- Main Menu area End-->
<!-- Invoice area Start-->
<div class="invoice-area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="invoice-wrap">
<div class="invoice-img">
<img src="img/logo/logo.png" alt="" />
</div>
<div class="invoice-hds-pro">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="invoice-cmp-ds ivc-frm">
<div class="invoice-frm">
<span>Invoice from</span>
</div>
<div class="comp-tl">
<h2>David Designs LLC</h2>
<p>44, Qube Towers uttara Media City, Dubai, Bangladesh</p>
</div>
<div class="cmp-ph-em">
<span>01962067309</span>
<span>David@notika.com</span>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="invoice-cmp-ds ivc-to">
<div class="invoice-frm">
<span>Invoice to</span>
</div>
<div class="comp-tl">
<h2>Mallinda Hollaway</h2>
<p>10098 ABC Towers Uttara Silicon Oasis, Dubai, Bangladesh.</p>
</div>
<div class="cmp-ph-em">
<span>01955239099</span>
<span>Mall@notika.com</span>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="invoice-hs">
<span>Invoice#</span>
<h2>456656</h2>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="invoice-hs date-inv sm-res-mg-t-30 tb-res-mg-t-30 tb-res-mg-t-0">
<span>Date</span>
<h2>20/03/2018</h2>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="invoice-hs wt-inv sm-res-mg-t-30 tb-res-mg-t-30 tb-res-mg-t-0">
<span>Whatever</span>
<h2>472-000</h2>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="invoice-hs gdt-inv sm-res-mg-t-30 tb-res-mg-t-30 tb-res-mg-t-0">
<span>Grand Total</span>
<h2>$25,980</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="invoice-sp">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>Item Title</th>
<th>Unit Price</th>
<th>Quantity</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Crusal Damperal</td>
<td>$500</td>
<td>05</td>
<td>$3000</td>
</tr>
<tr>
<td>2</td>
<td>Indriacal Superral</td>
<td>$650</td>
<td>06</td>
<td>$7000</td>
</tr>
<tr>
<td>3</td>
<td>Vidaska Adrioal</td>
<td>$400</td>
<td>03</td>
<td>$2000</td>
</tr>
<tr>
<td>4</td>
<td>Croustal Desrikal</td>
<td>$600</td>
<td>04</td>
<td>$7000</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="invoice-ds-int">
<h2>Remarks</h2>
<p>Ornare non tortor. Nam quis ipsum vitae dolor porttitor interdum. Curabitur faucibus erat vel ante fermentum lacinia. Integer porttitor laoreet suscipit. Sed cursus cursus massa ut pellentesque. Phasellus vehicula dictum arcu, eu interdum massa bibendum. Ornare non tortor. Nam quis ipsum vitae dolor porttitor interdum. Curabitur faucibus erat vel ante fermentum lacinia. Integer porttitor laoreet suscipit. Sed cursus cursus massa ut pellentesque. Phasellus vehicula dictum arcu, eu interdum massa bibendum. </p>
</div>
<div class="invoice-ds-int invoice-last">
<h2>Notika For Your Business</h2>
<p class="tab-mg-b-0">Ornare non tortor. Nam quis ipsum vitae dolor porttitor interdum. Curabitur faucibus erat vel ante fermentum lacinia. Integer porttitor laoreet suscipit. Sed cursus cursus massa ut pellentesque. Phasellus vehicula dictum arcu, eu interdum massa bibendum. Ornare non tortor. Nam quis ipsum vitae dolor porttitor interdum. Curabitur faucibus erat vel ante fermentum lacinia. Integer porttitor laoreet suscipit. Sed cursus cursus massa ut pellentesque. Phasellus vehicula dictum arcu, eu interdum massa bibendum. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Invoice area End-->
<!-- Start Footer area-->
<div class="footer-copyright-area">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="footer-copy-right">
<p>Copyright © 2018
. All rights reserved. Template by <a href="https://colorlib.com">Colorlib</a>.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer area-->
<!-- jquery
============================================ -->
<script src="./style/default/js/vendor/jquery-1.12.4.min.js"></script>
<!-- bootstrap JS
============================================ -->
<script src="./style/default/js/bootstrap.min.js"></script>
<!-- wow JS
============================================ -->
<script src="./style/default/js/wow.min.js"></script>
<!-- price-slider JS
============================================ -->
<script src="./style/default/js/jquery-price-slider.js"></script>
<!-- owl.carousel JS
============================================ -->
<script src="./style/default/js/owl.carousel.min.js"></script>
<!-- scrollUp JS
============================================ -->
<script src="./style/default/js/jquery.scrollUp.min.js"></script>
<!-- meanmenu JS
============================================ -->
<script src="./style/default/js/meanmenu/jquery.meanmenu.js"></script>
<!-- counterup JS
============================================ -->
<script src="./style/default/js/counterup/jquery.counterup.min.js"></script>
<script src="./style/default/js/counterup/waypoints.min.js"></script>
<script src="./style/default/js/counterup/counterup-active.js"></script>
<!-- mCustomScrollbar JS
============================================ -->
<script src="./style/default/js/scrollbar/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- sparkline JS
============================================ -->
<script src="./style/default/js/sparkline/jquery.sparkline.min.js"></script>
<script src="./style/default/js/sparkline/sparkline-active.js"></script>
<!-- flot JS
============================================ -->
<script src="./style/default/js/flot/jquery.flot.js"></script>
<script src="./style/default/js/flot/jquery.flot.resize.js"></script>
<script src="./style/default/js/flot/flot-active.js"></script>
<!-- knob JS
============================================ -->
<script src="./style/default/js/knob/jquery.knob.js"></script>
<script src="./style/default/js/knob/jquery.appear.js"></script>
<script src="./style/default/js/knob/knob-active.js"></script>
<!-- wave JS
============================================ -->
<script src="./style/default/js/wave/waves.min.js"></script>
<script src="./style/default/js/wave/wave-active.js"></script>
<!-- Chat JS
============================================ -->
<script src="./style/default/js/chat/jquery.chat.js"></script>
<!-- Login JS
============================================ -->
<script src="./style/default/js/login/login-action.js"></script>
<!-- todo JS
============================================ -->
<script src="./style/default/js/todo/jquery.todo.js"></script>
<!-- plugins JS
============================================ -->
<script src="./style/default/js/plugins.js"></script>
<!-- main JS
============================================ -->
<script src="./style/default/js/main.js"></script>
<!-- tawk chat JS
============================================ -->
<script src="./style/default/js/tawk-chat.js"></script>
</body>
</html>