init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
|
|
@ -0,0 +1,528 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2025-07-06 21:26:13
|
||||
compiled from index_display.tpl */ ?>
|
||||
<!DOCTYPE html> <html lang="de">
|
||||
<head>
|
||||
|
||||
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
|
||||
<meta name="viewport" >
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>| JB-Transport.de - Infoscreen</title>
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="template/images/fav/android-icon-192x192.png">
|
||||
<link rel="manifest" href="template/images/fav/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="template/images/fav/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" media="screen" href="lib/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" media="screen" href="lib/css/bootstrap-theme.min.css" />
|
||||
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/all.css"/>
|
||||
<link rel="stylesheet" media="screen" href="lib/css/pistyle.css" />
|
||||
<!--
|
||||
<link rel="stylesheet" media="screen" href="lib/css/jquery-ui.css" />
|
||||
-->
|
||||
|
||||
<script src="lib/js/jquery.tools.min.js"></script>
|
||||
<script src="lib/js/jquery-ui.min.js"></script>
|
||||
<script src="lib/js/jquery.min.js"></script>
|
||||
<script src="lib/js/global.js"></script>
|
||||
<script src="lib/js/bootstrap.min.js"></script>
|
||||
<script src="lib/js/bootstrap-notify.min.js"></script>
|
||||
<script src="lib/js/bootstrap-notify-init.js"></script>
|
||||
|
||||
<!-- ************************ tägliche touren -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<?php if ($this->_tpl_vars['fertig'] == 1): ?>
|
||||
<p nowrap align="center" style='width:780px;font-size:12pt;background-color:green;color:#fff'> Einsatzplan - <?php echo $this->_tpl_vars['taginfo1']; ?>
|
||||
<p>
|
||||
<?php else: ?>
|
||||
<p nowrap align="center" style='width:780px;font-size:12pt;background-color:f05800;color:#fff'>Einsatzplan - <?php echo $this->_tpl_vars['taginfo1']; ?>
|
||||
- Vorplanung !!!<p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p nowrap align="center" style='width:385px;font-size:12pt;background-color:#f05800;color:#fff'> keine Daten vorhanden - <?php echo $this->_tpl_vars['taginfo']; ?>
|
||||
<p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ************************ PVL -->
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>Pressevertrieb Gerichshain<p>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag1_pvl']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- PVL-V -->
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag1_pvlv']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<td nowrap style="width:80px"><span style='color:#FFFFFF;'> </td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ************************ BNA -->
|
||||
<?php if ($this->_tpl_vars['panzeige2'] > 0): ?>
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ-Post Sondertour<p>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['rtour2']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- ************************ TYP 2 -->
|
||||
<?php if ($this->_tpl_vars['panzeige2'] > 0): ?>
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:yellow;color:#000'>Sondertouren<p>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag1_typ2']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<!-- ************************ LVZ-->
|
||||
<div class="col-md-4">
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ (MZ Druckhaus Halle)<p>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag1_lvz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ************************ LVZ- Zustellung -->
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ Fahrerzustellung<p>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag1_lvzz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ************************ post nachts -->
|
||||
<?php if ($this->_tpl_vars['pinanzeige'] > 0): ?>
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>LVZ-Post L.-Stahmeln<p>
|
||||
<!-- ************************ LVZ PIN Nachttouren -->
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag1_pag']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- ************************ Rtour gelöscht in Kopie vorhanden -->
|
||||
|
||||
<!-- ************************ TYP 4 gelöscht in Kopie vorhanden früh afa -->
|
||||
|
||||
<!-- ************************ TYP 3 dd gelöscht in Kopie vorhanden -->
|
||||
|
||||
<!-- ************************ PIN - Leergut/Rückläufer gelöscht in Kopie vorhanden -->
|
||||
|
||||
<!-- ************************ Essen-tour gelöscht in Kopie vorhanden -->
|
||||
|
||||
<!-- **************************************************** -->
|
||||
|
||||
</div>
|
||||
<!-- **************************************************** rechts -->
|
||||
<div class="col-md-4">
|
||||
<!-- **************************************************** FAZ -->
|
||||
<?php if ($this->_tpl_vars['fazanzeige'] == 1): ?>
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>FAZ am Sonntag<p>
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:360px;text-align: center"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['fazsumme']; ?>
|
||||
Exemplare ges.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- ************************ PVL -->
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>evtl. Änderung am <?php echo $this->_tpl_vars['taginfo2']; ?>
|
||||
<p>
|
||||
|
||||
<!-- **************************************************** -->
|
||||
<?php if ($this->_tpl_vars['anzpvl2'] > 0): ?>
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag2_pvl']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- ************************ LVZ-->
|
||||
<?php if ($this->_tpl_vars['anzlvz2'] > 0): ?>
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag2_lvz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- ************************ LVZ- Zustellung -->
|
||||
<?php if ($this->_tpl_vars['anzlvzz2'] > 0): ?>
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag2_lvzz']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- ************************ post nachts -->
|
||||
<?php if ($this->_tpl_vars['pinanzeige2'] > 0): ?>
|
||||
<!-- ************************ LVZ PIN Nachttouren -->
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tag2_pag']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?><td nowrap style="width:100px"><span style='color:#f05800;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?><td nowrap style="width:100px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 0): ?><td nowrap style="width:185px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 1): ?><td nowrap style="width:185px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['fahrernichtda'] == 2): ?><td nowrap style="width:185px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['fahrer_name']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?><td nowrap style="width:80px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?><td nowrap style="width:80px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?><td nowrap style="width:80px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</td><?php endif; ?>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- ************************ -->
|
||||
|
||||
|
||||
<!-- ************************ offene Werbetouren -->
|
||||
<?php if ($this->_tpl_vars['offenewtour'] > 0): ?>
|
||||
<div class="panel panel-warning">
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:red;color:#FFF'>offene Werbetouren<p>
|
||||
</div>
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['ws_tour']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;">
|
||||
<td nowrap style="width:85px"><span style='color:#ff0000;'><?php echo $this->_tpl_vars['tour']['datum']; ?>
|
||||
</td>
|
||||
<td nowrap style="width:100px"><span style='color:#ff0000;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td>
|
||||
<td nowrap style="width:175px;text-align: right"><span style='color:#ff0000;'><?php echo $this->_tpl_vars['tour']['bez']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- *********************************************************** -->
|
||||
<div id="exxtra"></div>
|
||||
<!-- ************************ -->
|
||||
</div>
|
||||
|
||||
|
||||
<!-- **************************************************** -->
|
||||
</div>
|
||||
</div>
|
||||
</div></div>
|
||||
|
||||
<!-- ************************ -->
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'tpl/fuss3.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<!-- ************************ -->
|
||||
|
||||
<?php echo '
|
||||
<!-- ************************ -->
|
||||
<script type="text/javascript">
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=pi_werbung19&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#exxtra").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=pi_werbung19&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#exxtra").html(data);
|
||||
},
|
||||
})
|
||||
}, 10000);
|
||||
</script>
|
||||
'; ?>
|
||||
|
||||
|
|
@ -0,0 +1,64 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2025-07-06 21:28:44
|
||||
compiled from tpl/ajax/pi_werbung19.tpl */ ?>
|
||||
<!-- **************************************************** Sachsen Sonntag -->
|
||||
<?php if ($this->_tpl_vars['sasoanzeige'] > 0): ?>
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ---------------------------------------------------- Halle Block 9 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>SaSo <?php echo $this->_tpl_vars['kw']; ?>
|
||||
.KW<p>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table-striped" style='color:#808080;font-size:10pt'>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['saso_tour']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<tr style="height: 3px;"> <!-- lightgrau #A4A4A4 -->
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?> <td nowrap style="width: 50px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?> <td nowrap style="width: 50px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</td><?php endif; ?>
|
||||
|
||||
<td nowrap style="width: 37px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
|
||||
|
||||
<?php if ($this->_tpl_vars['tour']['fahrerid'] == 0): ?> <td nowrap style="width:150px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
||||
</td><?php else: ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 0): ?> <td nowrap style="width:150px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 1): ?> <td nowrap style="width:150px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<?php if ($this->_tpl_vars['tour']['autoid'] == 0): ?> <td nowrap style="width: 70px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
||||
</td><?php else: ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 0): ?> <td nowrap style="width: 70px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['look'] == 1): ?> <td nowrap style="width: 70px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
||||
</td><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<td align="right";nowrap style="width:60px;"><span style='color:#CCCCCC;'><?php echo $this->_tpl_vars['tour']['gewicht4']; ?>
|
||||
kg </td>
|
||||
<td align="center";nowrap style="width:30px;">
|
||||
<?php if ($this->_tpl_vars['tour']['status'] == 0): ?> <span style='color:#FFFFFF;'> <i class="fal fa-spinner fa-pulse"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 1): ?> <span style='color:#FF6E00;'> <i class="fas fa-spinner fa-spin"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 2): ?> <span style='color:#14CD6B;'> <i class="fal fa-check"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 3): ?> <span style='color:#FF6E00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 4): ?> <span style='color:#00C1FF;'> <i class="fal fa-truck"> </i> </span>
|
||||
<?php elseif ($this->_tpl_vars['tour']['status'] == 5): ?> <span style='color:#FFFF00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
<?php else: ?> <span style='color:#404040;'> <i class="fal fa-minus"> </i> </span>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------ Leipzig Block 1-4 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
|
||||
<?php endif; ?>
|
||||
27
monitor/template/compile/%%1A^1A1^1A1B77E6%%zeit.tpl.php
Normal file
27
monitor/template/compile/%%1A^1A1^1A1B77E6%%zeit.tpl.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:36
|
||||
compiled from tpl/ajax/zeit.tpl */ ?>
|
||||
|
||||
|
||||
<span style='color:#66FFFF;font-size:11pt'><?php echo $this->_tpl_vars['date']; ?>
|
||||
</span></br>
|
||||
<span style='color:#FF6E00;font-size:25pt'><?php echo $this->_tpl_vars['zeit']; ?>
|
||||
</span>
|
||||
|
||||
<!--
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-body">
|
||||
<table class="table-striped">
|
||||
<tbody>
|
||||
<tr style="height: 3px;">
|
||||
<td align="center";nowrap style="width:100px;font-size:48pt"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['zeit']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="height: 3px;">
|
||||
<td align="center";nowrap style="width:100px;font-size:20pt"><span style='color:#66FFFF;'><?php echo $this->_tpl_vars['date']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
47
monitor/template/compile/%%43^434^4343A479%%blitzer1.tpl.php
Normal file
47
monitor/template/compile/%%43^434^4343A479%%blitzer1.tpl.php
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:07
|
||||
compiled from tpl/ajax/blitzer1.tpl */ ?>
|
||||
|
||||
|
||||
<!-- ******************************************************************************************************************** -->
|
||||
<?php if ($this->_tpl_vars['dataanz'] == 0): ?>
|
||||
<!-- ***** keine Daten ************************************************************************************************* -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<span style='color:#ababab;font-size:16pt'><i class="fad fa-traffic-light" style="color: yellow"></i> keine Warnungen</span> </span>
|
||||
</div>
|
||||
</br>
|
||||
|
||||
<?php else: ?>
|
||||
<!-- ***** Daten vorhanden ************************************************************************************************* -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px">
|
||||
|
||||
<?php $_from = $this->_tpl_vars['bdata']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['bdata']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 1 || $this->_tpl_vars['bdata']['typ'] == 2 || $this->_tpl_vars['bdata']['typ'] == 3 || $this->_tpl_vars['bdata']['typ'] == 4 || $this->_tpl_vars['bdata']['typ'] == 5 || $this->_tpl_vars['bdata']['typ'] == 6 || $this->_tpl_vars['bdata']['typ'] == 9): ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['vmax'] == 0): ?>
|
||||
<span style='color:#fff;font-size:10pt'><img src="/images/v/blitzer.png" alt="Blitzer" width="24"></span>
|
||||
<?php else: ?>
|
||||
<span style='color:#fff;font-size:10pt'><img src='/images/v/<?php echo $this->_tpl_vars['bdata']['vmax']; ?>
|
||||
.png' alt="Vmax" width="24"></span>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 20): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/stau.png' alt="Stau" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 21): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/unfall.png' alt="Stau" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 22): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/achtung.png' alt="Stau" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 23): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/typ23.png' alt="Hindernis" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 24): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/eis.png' alt="Eis" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 25): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/nebel.png' alt="Nebel" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 26): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/baustelle.png' alt="Stau" width="24"></span><?php endif; ?>
|
||||
<span style='color:#ababab;font-size:11pt'> <?php echo $this->_tpl_vars['bdata']['adresse1']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size: 8pt'> <?php echo $this->_tpl_vars['bdata']['adresse2']; ?>
|
||||
</span>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 9): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/ts.png' alt="Trailer" width="24"></span> <?php endif; ?>
|
||||
</br>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</div>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
36
monitor/template/compile/%%5B^5B5^5B5661BE%%coronax.tpl.php
Normal file
36
monitor/template/compile/%%5B^5B5^5B5661BE%%coronax.tpl.php
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2022-03-14 05:57:14
|
||||
compiled from tpl/ajax/coronax.tpl */ ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 1): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #30913b; width: 188px; padding: 10px;">
|
||||
<span style='color:#30913b;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 2): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ffaa00; width: 188px; padding: 10px;">
|
||||
<span style='color:#ffaa00;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 3): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 188px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 4): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #8a0303; width: 188px; padding: 10px;">
|
||||
<span style='color:#8a0303;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> <?php echo $this->_tpl_vars['cdata']['inzidenzen']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> <?php echo $this->_tpl_vars['cdata']['mutant']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_mutant']; ?>
|
||||
</i>
|
||||
<i class="fal fa-skull-crossbones"> <?php echo $this->_tpl_vars['cdata']['death']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_death']; ?>
|
||||
</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
263
monitor/template/compile/%%7E^7E1^7E1ADC39%%debug.tpl.php
Normal file
263
monitor/template/compile/%%7E^7E1^7E1ADC39%%debug.tpl.php
Normal file
|
|
@ -0,0 +1,263 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2022-03-23 04:09:38
|
||||
compiled from file:/var/www/vhosts/jb-data.de/httpdocs/monitor/lib/smarty/debug.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('function', 'assign_debug_info', 'file:/var/www/vhosts/jb-data.de/httpdocs/monitor/lib/smarty/debug.tpl', 3, false),array('function', 'cycle', 'file:/var/www/vhosts/jb-data.de/httpdocs/monitor/lib/smarty/debug.tpl', 119, false),array('modifier', 'escape', 'file:/var/www/vhosts/jb-data.de/httpdocs/monitor/lib/smarty/debug.tpl', 102, false),array('modifier', 'string_format', 'file:/var/www/vhosts/jb-data.de/httpdocs/monitor/lib/smarty/debug.tpl', 105, false),array('modifier', 'debug_print_var', 'file:/var/www/vhosts/jb-data.de/httpdocs/monitor/lib/smarty/debug.tpl', 121, false),)), $this); ?>
|
||||
<?php echo smarty_function_assign_debug_info(array(), $this);?>
|
||||
|
||||
<?php ob_start(); ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Smarty Debug Console</title>
|
||||
<?php echo '
|
||||
<style type="text/css">
|
||||
/* <![CDATA[ */
|
||||
body, h1, h2, td, th, p {
|
||||
font-family: sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
margin: 1px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
padding: 2px;
|
||||
background-color: #f0c040;
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
background-color: #9B410E;
|
||||
color: white;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding: 2px;
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
body {
|
||||
background: black;
|
||||
}
|
||||
|
||||
p, table, div {
|
||||
background: #f0ead8;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
font-family: monospace;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
td {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.even {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.exectime {
|
||||
font-size: 0.8em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#table_assigned_vars th {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
#table_config_vars th {
|
||||
color: maroon;
|
||||
}
|
||||
/* ]]> */
|
||||
</style>
|
||||
'; ?>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Smarty Debug Console</h1>
|
||||
|
||||
<h2>included templates & config files (load time in seconds)</h2>
|
||||
|
||||
<div>
|
||||
<?php unset($this->_sections['templates']);
|
||||
$this->_sections['templates']['name'] = 'templates';
|
||||
$this->_sections['templates']['loop'] = is_array($_loop=$this->_tpl_vars['_debug_tpls']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
|
||||
$this->_sections['templates']['show'] = true;
|
||||
$this->_sections['templates']['max'] = $this->_sections['templates']['loop'];
|
||||
$this->_sections['templates']['step'] = 1;
|
||||
$this->_sections['templates']['start'] = $this->_sections['templates']['step'] > 0 ? 0 : $this->_sections['templates']['loop']-1;
|
||||
if ($this->_sections['templates']['show']) {
|
||||
$this->_sections['templates']['total'] = $this->_sections['templates']['loop'];
|
||||
if ($this->_sections['templates']['total'] == 0)
|
||||
$this->_sections['templates']['show'] = false;
|
||||
} else
|
||||
$this->_sections['templates']['total'] = 0;
|
||||
if ($this->_sections['templates']['show']):
|
||||
|
||||
for ($this->_sections['templates']['index'] = $this->_sections['templates']['start'], $this->_sections['templates']['iteration'] = 1;
|
||||
$this->_sections['templates']['iteration'] <= $this->_sections['templates']['total'];
|
||||
$this->_sections['templates']['index'] += $this->_sections['templates']['step'], $this->_sections['templates']['iteration']++):
|
||||
$this->_sections['templates']['rownum'] = $this->_sections['templates']['iteration'];
|
||||
$this->_sections['templates']['index_prev'] = $this->_sections['templates']['index'] - $this->_sections['templates']['step'];
|
||||
$this->_sections['templates']['index_next'] = $this->_sections['templates']['index'] + $this->_sections['templates']['step'];
|
||||
$this->_sections['templates']['first'] = ($this->_sections['templates']['iteration'] == 1);
|
||||
$this->_sections['templates']['last'] = ($this->_sections['templates']['iteration'] == $this->_sections['templates']['total']);
|
||||
?>
|
||||
<?php unset($this->_sections['indent']);
|
||||
$this->_sections['indent']['name'] = 'indent';
|
||||
$this->_sections['indent']['loop'] = is_array($_loop=$this->_tpl_vars['_debug_tpls'][$this->_sections['templates']['index']]['depth']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
|
||||
$this->_sections['indent']['show'] = true;
|
||||
$this->_sections['indent']['max'] = $this->_sections['indent']['loop'];
|
||||
$this->_sections['indent']['step'] = 1;
|
||||
$this->_sections['indent']['start'] = $this->_sections['indent']['step'] > 0 ? 0 : $this->_sections['indent']['loop']-1;
|
||||
if ($this->_sections['indent']['show']) {
|
||||
$this->_sections['indent']['total'] = $this->_sections['indent']['loop'];
|
||||
if ($this->_sections['indent']['total'] == 0)
|
||||
$this->_sections['indent']['show'] = false;
|
||||
} else
|
||||
$this->_sections['indent']['total'] = 0;
|
||||
if ($this->_sections['indent']['show']):
|
||||
|
||||
for ($this->_sections['indent']['index'] = $this->_sections['indent']['start'], $this->_sections['indent']['iteration'] = 1;
|
||||
$this->_sections['indent']['iteration'] <= $this->_sections['indent']['total'];
|
||||
$this->_sections['indent']['index'] += $this->_sections['indent']['step'], $this->_sections['indent']['iteration']++):
|
||||
$this->_sections['indent']['rownum'] = $this->_sections['indent']['iteration'];
|
||||
$this->_sections['indent']['index_prev'] = $this->_sections['indent']['index'] - $this->_sections['indent']['step'];
|
||||
$this->_sections['indent']['index_next'] = $this->_sections['indent']['index'] + $this->_sections['indent']['step'];
|
||||
$this->_sections['indent']['first'] = ($this->_sections['indent']['iteration'] == 1);
|
||||
$this->_sections['indent']['last'] = ($this->_sections['indent']['iteration'] == $this->_sections['indent']['total']);
|
||||
?> <?php endfor; endif; ?>
|
||||
<font color=<?php if ($this->_tpl_vars['_debug_tpls'][$this->_sections['templates']['index']]['type'] == 'template'): ?>brown<?php elseif ($this->_tpl_vars['_debug_tpls'][$this->_sections['templates']['index']]['type'] == 'insert'): ?>black<?php else: ?>green<?php endif; ?>>
|
||||
<?php echo ((is_array($_tmp=$this->_tpl_vars['_debug_tpls'][$this->_sections['templates']['index']]['filename'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
|
||||
</font>
|
||||
<?php if (isset ( $this->_tpl_vars['_debug_tpls'][$this->_sections['templates']['index']]['exec_time'] )): ?>
|
||||
<span class="exectime">
|
||||
(<?php echo ((is_array($_tmp=$this->_tpl_vars['_debug_tpls'][$this->_sections['templates']['index']]['exec_time'])) ? $this->_run_mod_handler('string_format', true, $_tmp, "%.5f") : smarty_modifier_string_format($_tmp, "%.5f")); ?>
|
||||
)
|
||||
<?php if ($this->_sections['templates']['index'] == 0): ?>(total)<?php endif; ?>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
<br />
|
||||
<?php endfor; else: ?>
|
||||
<p>no templates included</p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<h2>assigned template variables</h2>
|
||||
|
||||
<table id="table_assigned_vars">
|
||||
<?php unset($this->_sections['vars']);
|
||||
$this->_sections['vars']['name'] = 'vars';
|
||||
$this->_sections['vars']['loop'] = is_array($_loop=$this->_tpl_vars['_debug_keys']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
|
||||
$this->_sections['vars']['show'] = true;
|
||||
$this->_sections['vars']['max'] = $this->_sections['vars']['loop'];
|
||||
$this->_sections['vars']['step'] = 1;
|
||||
$this->_sections['vars']['start'] = $this->_sections['vars']['step'] > 0 ? 0 : $this->_sections['vars']['loop']-1;
|
||||
if ($this->_sections['vars']['show']) {
|
||||
$this->_sections['vars']['total'] = $this->_sections['vars']['loop'];
|
||||
if ($this->_sections['vars']['total'] == 0)
|
||||
$this->_sections['vars']['show'] = false;
|
||||
} else
|
||||
$this->_sections['vars']['total'] = 0;
|
||||
if ($this->_sections['vars']['show']):
|
||||
|
||||
for ($this->_sections['vars']['index'] = $this->_sections['vars']['start'], $this->_sections['vars']['iteration'] = 1;
|
||||
$this->_sections['vars']['iteration'] <= $this->_sections['vars']['total'];
|
||||
$this->_sections['vars']['index'] += $this->_sections['vars']['step'], $this->_sections['vars']['iteration']++):
|
||||
$this->_sections['vars']['rownum'] = $this->_sections['vars']['iteration'];
|
||||
$this->_sections['vars']['index_prev'] = $this->_sections['vars']['index'] - $this->_sections['vars']['step'];
|
||||
$this->_sections['vars']['index_next'] = $this->_sections['vars']['index'] + $this->_sections['vars']['step'];
|
||||
$this->_sections['vars']['first'] = ($this->_sections['vars']['iteration'] == 1);
|
||||
$this->_sections['vars']['last'] = ($this->_sections['vars']['iteration'] == $this->_sections['vars']['total']);
|
||||
?>
|
||||
<tr class="<?php echo smarty_function_cycle(array('values' => "odd,even"), $this);?>
|
||||
">
|
||||
<th>{$<?php echo ((is_array($_tmp=$this->_tpl_vars['_debug_keys'][$this->_sections['vars']['index']])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
|
||||
}</th>
|
||||
<td><?php echo smarty_modifier_debug_print_var($this->_tpl_vars['_debug_vals'][$this->_sections['vars']['index']]); ?>
|
||||
</td></tr>
|
||||
<?php endfor; else: ?>
|
||||
<tr><td><p>no template variables assigned</p></td></tr>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
|
||||
<h2>assigned config file variables (outer template scope)</h2>
|
||||
|
||||
<table id="table_config_vars">
|
||||
<?php unset($this->_sections['config_vars']);
|
||||
$this->_sections['config_vars']['name'] = 'config_vars';
|
||||
$this->_sections['config_vars']['loop'] = is_array($_loop=$this->_tpl_vars['_debug_config_keys']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
|
||||
$this->_sections['config_vars']['show'] = true;
|
||||
$this->_sections['config_vars']['max'] = $this->_sections['config_vars']['loop'];
|
||||
$this->_sections['config_vars']['step'] = 1;
|
||||
$this->_sections['config_vars']['start'] = $this->_sections['config_vars']['step'] > 0 ? 0 : $this->_sections['config_vars']['loop']-1;
|
||||
if ($this->_sections['config_vars']['show']) {
|
||||
$this->_sections['config_vars']['total'] = $this->_sections['config_vars']['loop'];
|
||||
if ($this->_sections['config_vars']['total'] == 0)
|
||||
$this->_sections['config_vars']['show'] = false;
|
||||
} else
|
||||
$this->_sections['config_vars']['total'] = 0;
|
||||
if ($this->_sections['config_vars']['show']):
|
||||
|
||||
for ($this->_sections['config_vars']['index'] = $this->_sections['config_vars']['start'], $this->_sections['config_vars']['iteration'] = 1;
|
||||
$this->_sections['config_vars']['iteration'] <= $this->_sections['config_vars']['total'];
|
||||
$this->_sections['config_vars']['index'] += $this->_sections['config_vars']['step'], $this->_sections['config_vars']['iteration']++):
|
||||
$this->_sections['config_vars']['rownum'] = $this->_sections['config_vars']['iteration'];
|
||||
$this->_sections['config_vars']['index_prev'] = $this->_sections['config_vars']['index'] - $this->_sections['config_vars']['step'];
|
||||
$this->_sections['config_vars']['index_next'] = $this->_sections['config_vars']['index'] + $this->_sections['config_vars']['step'];
|
||||
$this->_sections['config_vars']['first'] = ($this->_sections['config_vars']['iteration'] == 1);
|
||||
$this->_sections['config_vars']['last'] = ($this->_sections['config_vars']['iteration'] == $this->_sections['config_vars']['total']);
|
||||
?>
|
||||
<tr class="<?php echo smarty_function_cycle(array('values' => "odd,even"), $this);?>
|
||||
">
|
||||
<th>{#<?php echo ((is_array($_tmp=$this->_tpl_vars['_debug_config_keys'][$this->_sections['config_vars']['index']])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
|
||||
#}</th>
|
||||
<td><?php echo smarty_modifier_debug_print_var($this->_tpl_vars['_debug_config_vals'][$this->_sections['config_vars']['index']]); ?>
|
||||
</td></tr>
|
||||
<?php endfor; else: ?>
|
||||
<tr><td><p>no config vars assigned</p></td></tr>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
<?php $this->_smarty_vars['capture']['default'] = ob_get_contents(); $this->assign('debug_output', ob_get_contents());ob_end_clean(); ?>
|
||||
<?php if (isset ( $this->_tpl_vars['_smarty_debug_output'] ) && $this->_tpl_vars['_smarty_debug_output'] == 'html'): ?>
|
||||
<?php echo $this->_tpl_vars['debug_output']; ?>
|
||||
|
||||
<?php else: ?>
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
if ( self.name == '' ) {
|
||||
var title = 'Console';
|
||||
}
|
||||
else {
|
||||
var title = 'Console_' + self.name;
|
||||
}
|
||||
_smarty_console = window.open("",title.value,"width=680,height=600,resizable,scrollbars=yes");
|
||||
_smarty_console.document.write('<?php echo ((is_array($_tmp=$this->_tpl_vars['debug_output'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'javascript') : smarty_modifier_escape($_tmp, 'javascript')); ?>
|
||||
');
|
||||
_smarty_console.document.close();
|
||||
// ]]>
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
8
monitor/template/compile/%%82^828^8283433E%%pia.tpl.php
Normal file
8
monitor/template/compile/%%82^828^8283433E%%pia.tpl.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2025-07-06 21:28:44
|
||||
compiled from pia.tpl */ ?>
|
||||
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/fontawesome.min.css"/>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => $this->_tpl_vars['content'], 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:06
|
||||
compiled from tpl/fuss2.tpl */ ?>
|
||||
<footer id="page-footer">
|
||||
<div id="footer-inner">
|
||||
<p class="wrapper"><span style="float: right;"><b>© 2012 | info@jb-transport.de | Vorabplanung | <b><span style='color:#FF6E00;font-weight:bold;'>Änderung jederzeit möglich !!!</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2025-07-06 21:26:13
|
||||
compiled from tpl/fuss3.tpl */ ?>
|
||||
<footer id="page-footer">
|
||||
<div id="footer-inner">
|
||||
<p class="wrapper"><span style="float: center;"><b>© 2017. All rights reserved. edv@jb-transport.de | Vorabplanung | <b><span style='color:#FF6E00;font-weight:bold;'>Änderung jederzeit möglich !!!</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -0,0 +1,84 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:07
|
||||
compiled from tpl/ajax/corona2022.tpl */ ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- *************************************************** Leipzig Stadt *********** -->
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 1): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #30913b; width: 283px; padding: 10px;">
|
||||
<span style='color:#30913b;font-size:16pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> <?php echo $this->_tpl_vars['cdata']['inzidenzen']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size:8pt'> (<?php echo $this->_tpl_vars['cdata']['lastdate']; ?>
|
||||
)</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> <?php echo $this->_tpl_vars['cdata']['mutant']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_mutant']; ?>
|
||||
</i>
|
||||
<i class="fal fa-skull-crossbones"> <?php echo $this->_tpl_vars['cdata']['death']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_death']; ?>
|
||||
</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 2): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ffaa00; width: 283px; padding: 10px;">
|
||||
<span style='color:#ffaa00;font-size:16pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> <?php echo $this->_tpl_vars['cdata']['inzidenzen']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size:8pt'> (<?php echo $this->_tpl_vars['cdata']['lastdate']; ?>
|
||||
)</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> <?php echo $this->_tpl_vars['cdata']['mutant']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_mutant']; ?>
|
||||
</i>
|
||||
<i class="fal fa-skull-crossbones"> <?php echo $this->_tpl_vars['cdata']['death']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_death']; ?>
|
||||
</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 3): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:16pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> <?php echo $this->_tpl_vars['cdata']['inzidenzen']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size:8pt'> (<?php echo $this->_tpl_vars['cdata']['lastdate']; ?>
|
||||
)</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> <?php echo $this->_tpl_vars['cdata']['mutant']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_mutant']; ?>
|
||||
</i>
|
||||
<i class="fal fa-skull-crossbones"> <?php echo $this->_tpl_vars['cdata']['death']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_death']; ?>
|
||||
</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 4): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #8a0303; width: 283px; padding: 10px;">
|
||||
<span style='color:#8a0303;font-size:16pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> <?php echo $this->_tpl_vars['cdata']['inzidenzen']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size:8pt'> (<?php echo $this->_tpl_vars['cdata']['lastdate']; ?>
|
||||
)</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> <?php echo $this->_tpl_vars['cdata']['mutant']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_mutant']; ?>
|
||||
</i>
|
||||
<i class="fal fa-skull-crossbones"> <?php echo $this->_tpl_vars['cdata']['death']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_death']; ?>
|
||||
</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,51 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:07
|
||||
compiled from tpl/ajax/tankebillig.tpl */ ?>
|
||||
<?php $_from = $this->_tpl_vars['tanke']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tb']):
|
||||
?>
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt"><?php echo $this->_tpl_vars['tb']['kname']; ?>
|
||||
</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt"><?php echo $this->_tpl_vars['tb']['adr2']; ?>
|
||||
</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px"><span style='color:green;font-size:12pt'><?php echo $this->_tpl_vars['tb']['diesel']; ?>
|
||||
<sup><?php echo $this->_tpl_vars['tb']['dieselx']; ?>
|
||||
</sup></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</br>
|
||||
<?php $_from = $this->_tpl_vars['tanket']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tt']):
|
||||
?>
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt"><?php echo $this->_tpl_vars['tt']['kname']; ?>
|
||||
</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:gray;font-size:6pt"><?php echo $this->_tpl_vars['tt']['adr2']; ?>
|
||||
</td></tr>
|
||||
<tr><td nowrap align="center" style="width: 70px"><span style='color:red;font-size:12pt'><?php echo $this->_tpl_vars['tt']['diesel']; ?>
|
||||
<sup><?php echo $this->_tpl_vars['tt']['dieselx']; ?>
|
||||
</sup></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
343
monitor/template/compile/%%DE^DE4^DE48E52D%%pi_hallo2.tpl.php
Normal file
343
monitor/template/compile/%%DE^DE4^DE48E52D%%pi_hallo2.tpl.php
Normal file
|
|
@ -0,0 +1,343 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:36
|
||||
compiled from tpl/ajax/pi_hallo2.tpl */ ?>
|
||||
|
||||
<?php if ($this->_tpl_vars['anz'] > 0): ?>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table-condensed">
|
||||
<tbody>
|
||||
<td nowrap style="width:575px;line-height:150%;font-size:24pt;font-family: 'Indie Flower', cursive;"><strong><span style='color:#66FFFF'> Hallo, <?php echo $this->_tpl_vars['ma']; ?>
|
||||
</strong></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<?php if ($this->_tpl_vars['anz'] == 1): ?>
|
||||
<?php $_from = $this->_tpl_vars['tag_tour1']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['tour']['key'] == 0): ?>
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['datum']; ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['noplan'] != 0): ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#f05800;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-10">
|
||||
<!-- <div class="panel" align="left" style="min-height: 29px;"> -->
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#66FFFF;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?> <span style='color:#66FFFF;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?> <span style='color:#FFFFFF;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</span> <?php endif; ?>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 0): ?> <span style='color:#66FFFF;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 1): ?> <span style='color:#FF0000;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['autonichtda'] == 2): ?> <span style='color:#FFFFFF;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span> <?php endif; ?>
|
||||
</td>
|
||||
<!--
|
||||
<td width="100px;">
|
||||
<?php if ($this->_tpl_vars['tour']['ianz'] != 0): ?>
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-info-square"></i></span>
|
||||
<span style='color:#66FFFF;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['info']; ?>
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
-->
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
|
||||
<?php $_from = $this->_tpl_vars['tag_tour2']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['tour']['key'] == 0): ?>
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['datum']; ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['noplan'] != 0): ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php $_from = $this->_tpl_vars['tag_tour3']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['tour']['key'] == 0): ?>
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['datum']; ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['noplan'] != 0): ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php $_from = $this->_tpl_vars['tag_tour4']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['tour']['key'] == 0): ?>
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['datum']; ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['noplan'] != 0): ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?></br></br>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php $_from = $this->_tpl_vars['tag_tour5']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['tour']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['tour']['key'] == 0): ?>
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['datum']; ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-2">
|
||||
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['tour']['noplan'] != 0): ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<table class="no-style full"> <tbody> <tr>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-clock"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
||||
Uhr </span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fad fa-route"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['tour']; ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="155px;">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="far fa-truck"></i></span>
|
||||
<span style='color:#808080;font-size:14pt'> <?php echo $this->_tpl_vars['tour']['kennz']; ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
</div>
|
||||
</div></br></br>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->_tpl_vars['anz'] == 2): ?>
|
||||
<div class="col-md-2">
|
||||
<div class="panel" align="center" style="max-height: 24px">
|
||||
<span style='color:#f05800;font-size:14pt'> <?php echo $this->_tpl_vars['a_date1']; ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
<div class="panel" align="left">
|
||||
<span style='color:#f05800;font-size:14pt'> <i class="fal fa-info"></i></span>
|
||||
<span style='color:#f05800;font-size:14pt'> keine Einsatzplanung </span>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Keine Anzeige Mitarbeiterinfo -->
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Polizeimeldung -->
|
||||
<?php if ($this->_tpl_vars['datapol'] != 0): ?>
|
||||
<?php $_from = $this->_tpl_vars['pdata']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['poldata']):
|
||||
?>
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 580px; padding: 10px;text-align: left">
|
||||
<table class="table-condensed" style="background-color: black">
|
||||
<tr>
|
||||
<td nowrap style="width: 80px;font-size:22pt;"><i class="fad fa-exclamation-triangle fa-2x fa-pull-left" style="color: red"></i></td>
|
||||
<td style="width:475px">
|
||||
<span style='color:#ff0000;font-size:14pt'><?php echo $this->_tpl_vars['poldata']['adresse2']; ?>
|
||||
, </span>
|
||||
<span style='color:#ff0000;font-size:14pt'> <?php echo $this->_tpl_vars['poldata']['adresse1']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:10pt'><?php echo $this->_tpl_vars['poldata']['reason']; ?>
|
||||
</span></span>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</br>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php if ($this->_tpl_vars['anz'] == 0): ?>
|
||||
|
||||
<!-- Baustellen f05800 -->
|
||||
<div align="left" style="padding: 7px;font-size:8pt;margin-top: -7px">
|
||||
<?php $_from = $this->_tpl_vars['bdata']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['baudata']):
|
||||
?>
|
||||
<span style='color:#B24202;font-size:10pt;width: 570px;'><?php echo $this->_tpl_vars['baudata']['ort']; ?>
|
||||
</span>
|
||||
<!-- <span style='color:#808080'> <?php echo $this->_tpl_vars['baudata']['grund']; ?>
|
||||
bis <?php echo $this->_tpl_vars['baudata']['ende']; ?>
|
||||
<br></span> -->
|
||||
<span style='color:#808080'> bis <?php echo $this->_tpl_vars['baudata']['ende']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab'> <?php echo $this->_tpl_vars['baudata']['bezeichnung']; ?>
|
||||
</span>
|
||||
</br>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
|
@ -0,0 +1,726 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:06
|
||||
compiled from index_display2.tpl */ ?>
|
||||
<!DOCTYPE html> <html lang="de">
|
||||
<head>
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
|
||||
<meta name="viewport" >
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>| JB-Transport.de - Infoscreen</title>
|
||||
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="template/images/fav/android-icon-192x192.png">
|
||||
<link rel="manifest" href="template/images/fav/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<link rel="stylesheet" media="screen" href="lib/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/all.css"/>
|
||||
<link rel="stylesheet" media="screen" href="lib/css/pistyle.css" />
|
||||
<link rel="stylesheet" media="screen" href="lib/css/bootstrap-theme.css" />
|
||||
<!--
|
||||
<link rel="stylesheet" media="screen" href="lib/css/jquery-ui.css" />
|
||||
-->
|
||||
<script src="lib/js/jquery.min.js"></script>
|
||||
<!--
|
||||
<script src="lib/js/jquery.tools.min.js"></script>
|
||||
<script src="lib/js/jquery-ui.min.js"></script>
|
||||
<script src="lib/js/global.js"></script>
|
||||
-->
|
||||
<script src="lib/js/bootstrap.min.js"></script>
|
||||
<!-- <script src="lib/js/bootstrap-notify.min.js"></script> -->
|
||||
<!-- <script src="lib/js/bootstrap-notify-init.js"></script> -->
|
||||
|
||||
<!-- ************************ tägliche touren -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<!-- ************************************ CORONA *************** -->
|
||||
<div class="row">
|
||||
<div class="col-md-3"> <div id="corona1"></div> </br> </div>
|
||||
<div class="col-md-3"> <div id="corona3"></div> </br> </div>
|
||||
<div class="col-md-3"> <div id="corona5"></div> </br> </div>
|
||||
<div class="col-md-3"> <div id="corona6"></div> </br> </div>
|
||||
|
||||
</div>
|
||||
<!-- **************************************************************************** -->
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<!-- *********************************************************** Unwetterwarnung -->
|
||||
<div id="dwd"></div>
|
||||
|
||||
<!-- *********************************************************** Informationen
|
||||
|
||||
<div>
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<td nowrap style="font-size:6pt" align="center">
|
||||
<spawn style="text-align: center" class="btn btn-lg btn-danger">
|
||||
<i class="fa fa-info fa-3x pull-left"></i>Verspätung SaSo am 05.12.2021<br>Durch einen technischen Defekt<br>im Druckzentrum Halle verspätet<br>sich die Anlieferung um ca. 2 Stunden.</a>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
-->
|
||||
<!-- ******************************************* Platzhalter -->
|
||||
</br>
|
||||
|
||||
<!-- *************************************** Verkehrsdaten -->
|
||||
<div id="blitzer"></div>
|
||||
|
||||
|
||||
<!-- *************************************** Spaltenwechsel ********************* TEST 5 -->
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<!-- Normplan LVZ -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 580px; padding: 10px;min-height: 75px">
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="panel" align="center"><span style='color:#fff;font-size:14pt;'><i class="fad fa-newspaper"></i> <?php echo $this->_tpl_vars['normdate']; ?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- -------------- -->
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>City</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'><strong> <?php echo $this->_tpl_vars['nplan']['lvz_city']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>BNA</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['lvz_bgz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>DEK</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['lvz_dek']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>MTK</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['lvz_mtk']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>OAZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['oaz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>DAZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'><strong> <?php echo $this->_tpl_vars['nplan']['daz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>OVZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'><strong> <?php echo $this->_tpl_vars['nplan']['ovz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>TZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['tz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- Ende Normplan LVZ -->
|
||||
|
||||
<!-- ************************************** Logininfo -->
|
||||
<div id="time" style="text-align:center;"></div>
|
||||
<!-- ************************************** Werbung / rundschau /saso *********
|
||||
<div id="exxtra"></div> -->
|
||||
<!-- *************************************** -->
|
||||
</div>
|
||||
|
||||
<aside class="col-md-3">
|
||||
<!-- *************************************** -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<div id="zeit" style="text-align:center;"></div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- *************************************** -->
|
||||
|
||||
<!-- *********************************************************** Wetter-Anzeige -->
|
||||
<div id="insertWidget" style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; min-height: 50px; padding: 10px"></div>
|
||||
<!-- *********************************************************** -->
|
||||
<!-- *********************************************************** -->
|
||||
<!-- *********************************************************** -->
|
||||
<!-- *********************************************************** -->
|
||||
</br>
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 140px;max-height: 140px">
|
||||
<div class="col-md-4">
|
||||
<img src="/images/HEM Logo_vertikal_RGB.PNG" width="85" alt="HEM">
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 1 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Braunstr.</td></tr>
|
||||
<tr><td id=tanke1 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 2 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Theklaer.</td></tr>
|
||||
<tr><td id=tanke2 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 3 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Permoser.</td></tr>
|
||||
<tr><td id=tanke3 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 4 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Zweinaun.</td></tr>
|
||||
<tr><td id=tanke4 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 5 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Dieskau.</td></tr>
|
||||
<tr><td id=tanke5 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** -->
|
||||
|
||||
</div>
|
||||
</br>
|
||||
<!-- *********************************************************** BFT -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 50px;max-height: 50px">
|
||||
<div class="col-md-4">
|
||||
<img src="/images/bft.png" width="50" alt="BFT">
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 6 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Torgauer.</td></tr>
|
||||
<tr><td id=tanke6 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 8 riesaer -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Riesaer.</td></tr>
|
||||
<tr><td id=tanke8 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- *********************************************************** Schell -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 55px;max-height: 55px">
|
||||
<div class="col-md-4">
|
||||
<img src="/images/shell.png" width="65" alt="BFT">
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 7 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Torgauer.</td></tr>
|
||||
<tr><td id=tanke7 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- *********************************************************** billig <i class="fad fa-analytics"></i> -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 110px;max-height: 110px">
|
||||
<div id=tankebillig></div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
<!-- *************************************** Spaltenwechsel -->
|
||||
|
||||
|
||||
|
||||
<!-- ************************ -->
|
||||
</div>
|
||||
|
||||
<!-- ************************ -->
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'tpl/fuss2.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<!-- ************************ -->
|
||||
<!-- ************************ -->
|
||||
<?php echo '
|
||||
<!-- **************** Türanzeige -->
|
||||
<!-- <script type="text/javascript" async src="https://www.daswetter.com/wid_loader/94ced0b1b3e7236de62e51f55b508984"></script> -->
|
||||
<script type="text/javascript">
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=pi_hallo2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#time").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=pi_hallo2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#time").html(data);
|
||||
},
|
||||
})
|
||||
}, 10000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=dwd&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#dwd").html(data);
|
||||
},
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke1").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke1").html(data);
|
||||
},
|
||||
});
|
||||
}, 91000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke2").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke2").html(data);
|
||||
},
|
||||
});
|
||||
}, 92000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke3").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke3").html(data);
|
||||
},
|
||||
});
|
||||
}, 93000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu4&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke4").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu4&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke4").html(data);
|
||||
},
|
||||
});
|
||||
}, 94000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke5").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke5").html(data);
|
||||
},
|
||||
});
|
||||
}, 95000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke6").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke6").html(data);
|
||||
},
|
||||
});
|
||||
}, 96000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu7&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke7").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu7&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke7").html(data);
|
||||
},
|
||||
});
|
||||
}, 97000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu8&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke8").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu8&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke8").html(data);
|
||||
},
|
||||
});
|
||||
}, 98000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankebillig&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tankebillig").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankebillig&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tankebillig").html(data);
|
||||
},
|
||||
});
|
||||
}, 99000);
|
||||
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=zeit&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#zeit").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=zeit&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#zeit").html(data);
|
||||
},
|
||||
})
|
||||
}, 15000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona1").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona3").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona5").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona6").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona1").html(data);
|
||||
},
|
||||
})
|
||||
}, 120000);
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona3").html(data);
|
||||
},
|
||||
})
|
||||
}, 121000);
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona5").html(data);
|
||||
},
|
||||
})
|
||||
}, 122000);
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=corona2022_6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona6").html(data);
|
||||
},
|
||||
})
|
||||
}, 123000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=blitzer&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#blitzer").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=blitzer&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#blitzer").html(data);
|
||||
},
|
||||
})
|
||||
}, 60000);
|
||||
</script>
|
||||
<script>
|
||||
var widgetScript=document.createElement("script");
|
||||
widgetScript.id="weatherWidgetJS";
|
||||
var weatherWidth = document.getElementById("insertWidget").offsetWidth;
|
||||
widgetScript.src="https://14-tage-wettervorhersage.de/extern/weather/v1/weatherWidget.js?w="+weatherWidth+"&b=0&p=1&z=0&ct=ababab&cf=272829&cb=000000&r=d&lg=de&l=171240&ic=0&f=0";
|
||||
widgetScript.async=true;
|
||||
var widgetNode=document.getElementsByTagName("head")[0];
|
||||
widgetNode.appendChild(widgetScript);
|
||||
</script>
|
||||
<!-- ************************ -->
|
||||
|
||||
'; ?>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:07
|
||||
compiled from tpl/ajax/tankeneu.tpl */ ?>
|
||||
<?php if ($this->_tpl_vars['tanke']['open'] == 1): ?>
|
||||
<td nowrap align="center" style="max-width: 70px"><span style='color:#66ffff;font-size:12pt'><?php echo $this->_tpl_vars['tanke']['diesel']; ?>
|
||||
<sup><?php echo $this->_tpl_vars['tanke']['dieselx']; ?>
|
||||
</sup></td>
|
||||
<?php else: ?>
|
||||
<td nowrap align="center" style="width: 70px;color:red"><i class="fad fa-gas-pump-slash"></i><span style='color:gray;font-size:14pt'> -.--<sup>-</sup></td></td>
|
||||
<?php endif; ?>
|
||||
43
monitor/template/compile/%%FA^FA5^FA50B607%%dwd.tpl.php
Normal file
43
monitor/template/compile/%%FA^FA5^FA50B607%%dwd.tpl.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:06
|
||||
compiled from tpl/ajax/dwd.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'tpl/ajax/dwd.tpl', 4, false),)), $this); ?>
|
||||
<?php if ($this->_tpl_vars['wert'] != 0): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;min-height: 75px;max-height: 75px;">
|
||||
<span style='color:#ff0000;font-size:16pt'><i class="fad fa-siren-on" style="color: red"></i> <?php echo $this->_tpl_vars['wert']; ?>
|
||||
Wetterwarnung</span></br>
|
||||
<span style='color:#ababab;font-size:8pt;text-align: center'> Stand: <?php echo ((is_array($_tmp=$this->_tpl_vars['time'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d.%m.%Y - %H:%M Uhr") : smarty_modifier_date_format($_tmp, "%d.%m.%Y - %H:%M Uhr")); ?>
|
||||
</span>
|
||||
</div>
|
||||
</br>
|
||||
<?php $_from = $this->_tpl_vars['uww']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['uww']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['uww']['level'] < 3): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #f05800; width: 283px; padding: 10px;">
|
||||
<span style='color:#f05800;font-size:14pt'><i class="fad fa-exclamation-triangle" style="color:#f05800"></i> <?php echo $this->_tpl_vars['uww']['stadt']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#f05800;font-size:10pt'> <?php echo $this->_tpl_vars['uww']['text']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:8pt'> <?php echo $this->_tpl_vars['uww']['info']; ?>
|
||||
</span> </br>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:14pt'><i class="fad fa-exclamation-triangle" style="color: red"></i> <?php echo $this->_tpl_vars['uww']['stadt']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ff0000;font-size:10pt'> <?php echo $this->_tpl_vars['uww']['text']; ?>
|
||||
</span> </br>
|
||||
<span style='color:#ababab;font-size:8pt'> <?php echo $this->_tpl_vars['uww']['info']; ?>
|
||||
</span> </br>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
|
||||
<?php else: ?>
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<span style='color:#ababab;font-size:16pt'><i class="fad fa-sun" style="color: yellow"></i> keine Wetterwarnung</span> </span>
|
||||
</div>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
@ -0,0 +1,760 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2022-03-14 05:55:10
|
||||
compiled from index_displayx.tpl */ ?>
|
||||
<!DOCTYPE html> <html lang="de">
|
||||
<head>
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> -->
|
||||
<meta name="viewport" >
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>| JB-Transport.de - Infoscreen</title>
|
||||
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="template/images/fav/android-icon-192x192.png">
|
||||
<link rel="manifest" href="template/images/fav/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<link rel="stylesheet" media="screen" href="lib/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" media="screen" href="template/css/fontawesome5/css/all.css"/>
|
||||
<link rel="stylesheet" media="screen" href="lib/css/weather-icons.css"/>
|
||||
<link rel="stylesheet" media="screen" href="lib/css/pistyle.css" />
|
||||
<link rel="stylesheet" media="screen" href="lib/css/bootstrap-theme.css" />
|
||||
<!--
|
||||
<link rel="stylesheet" media="screen" href="lib/css/jquery-ui.css" />
|
||||
-->
|
||||
<script src="lib/js/jquery.min.js"></script>
|
||||
<!--
|
||||
<script src="lib/js/jquery.tools.min.js"></script>
|
||||
<script src="lib/js/jquery-ui.min.js"></script>
|
||||
<script src="lib/js/global.js"></script>
|
||||
-->
|
||||
<script src="lib/js/bootstrap.min.js"></script>
|
||||
<!-- <script src="lib/js/bootstrap-notify.min.js"></script> -->
|
||||
<!-- <script src="lib/js/bootstrap-notify-init.js"></script> -->
|
||||
|
||||
<!-- ************************ tägliche touren -->
|
||||
<section id="content">
|
||||
<div class="container">
|
||||
<!-- ************************************ CORONA *************** -->
|
||||
<div class="row">
|
||||
<div class="col-md-2"> <div id="corona1"></div> </br></div>
|
||||
<div class="col-md-2"> <div id="corona3"></div> </br></div>
|
||||
<div class="col-md-2"> <div id="corona5"></div> </br></div>
|
||||
<div class="col-md-2"> <div id="corona6"></div> </br></div>
|
||||
|
||||
<!-- Wetter -->
|
||||
<div class="col-md-2">
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 188px; padding: 10px;min-height: 80px">
|
||||
<table class="no-style full" style="background-color: black">
|
||||
<td nowrap align="center" width="80px">
|
||||
<?php if ($this->_tpl_vars['night'] == 1): ?>
|
||||
<center><i class="wi wi-owm-night-<?php echo $this->_tpl_vars['wetter']['w_id']; ?>
|
||||
" style="font-size: 45pt;color:#66FFFF"></i></center>
|
||||
<?php else: ?>
|
||||
<center><i class="wi wi-owm-day-<?php echo $this->_tpl_vars['wetter']['w_id']; ?>
|
||||
" style="font-size: 45pt;color:#f05800"></i></center>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td nowrap align="center" width="100px" style="color:#ababab">
|
||||
<center><?php echo $this->_tpl_vars['wetter']['cmin']; ?>
|
||||
°C / <?php echo $this->_tpl_vars['wetter']['cmax']; ?>
|
||||
°C</center>
|
||||
<div style="text-align: center;font-size: 14pt" ><?php echo $this->_tpl_vars['wetter']['cist']; ?>
|
||||
°C</div>
|
||||
<div style="text-align: center;font-size: 8pt" ><?php echo $this->_tpl_vars['wetter']['text']; ?>
|
||||
</div>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Datum / Zeit -->
|
||||
<div class="col-md-2">
|
||||
<div style="box-shadow: 0px 0px 15px #f05800; width: 184px; padding: 10px;min-height: 80px;max-height: 80px">
|
||||
<div id="zeit" style="text-align:center;"></div>
|
||||
</div>
|
||||
</br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- **************************************************************************** -->
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<!-- *********************************************************** Unwetterwarnung -->
|
||||
<div id="dwd"></div>
|
||||
|
||||
<!-- *********************************************************** Informationen
|
||||
|
||||
<div>
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<td nowrap style="font-size:6pt" align="center">
|
||||
<spawn style="text-align: center" class="btn btn-lg btn-danger">
|
||||
<i class="fa fa-info fa-3x pull-left"></i>Verspätung SaSo am 05.12.2021<br>Durch einen technischen Defekt<br>im Druckzentrum Halle verspätet<br>sich die Anlieferung um ca. 2 Stunden.</a>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
-->
|
||||
<!-- ******************************************* Platzhalter -->
|
||||
</br>
|
||||
|
||||
<!-- *************************************** Verkehrsdaten -->
|
||||
<div id="blitzer"></div>
|
||||
|
||||
|
||||
<!-- *************************************** Spaltenwechsel ********************* TEST 5 -->
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<!-- Normplan LVZ -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 580px; padding: 10px;min-height: 75px">
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="panel" align="center"><span style='color:#fff;font-size:14pt;'><i class="fad fa-newspaper"></i> <?php echo $this->_tpl_vars['normdate']; ?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- -------------- -->
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>City</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'><strong> <?php echo $this->_tpl_vars['nplan']['lvz_city']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>BNA</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['lvz_bgz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>DEK</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['lvz_dek']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>MTK</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['lvz_mtk']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>OAZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['oaz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>DAZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'><strong> <?php echo $this->_tpl_vars['nplan']['daz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>OVZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'><strong> <?php echo $this->_tpl_vars['nplan']['ovz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-1">
|
||||
<div class="panel" align="center">
|
||||
<span style='color:#f05800;font-size:10pt'>TZ</br></span>
|
||||
<span style='color:#66FFFF;font-size:18pt'></i><strong> <?php echo $this->_tpl_vars['nplan']['tz']; ?>
|
||||
</strong></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- Ende Normplan LVZ -->
|
||||
|
||||
<!-- ************************************** Logininfo -->
|
||||
<div id="time" style="text-align:center;"></div>
|
||||
<!-- ************************************** Werbung / rundschau /saso *********
|
||||
<div id="exxtra"></div> -->
|
||||
<!-- *************************************** -->
|
||||
</div>
|
||||
|
||||
<aside class="col-md-3">
|
||||
<!-- *************************************** -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<div id="zeit" style="text-align:center;"></div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- *************************************** -->
|
||||
|
||||
<!-- *********************************************************** Wetter-Anzeige -->
|
||||
<div id="insertWidget" style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; min-height: 50px; padding: 10px"></div>
|
||||
<!-- *********************************************************** -->
|
||||
<!-- *********************************************************** -->
|
||||
<!-- *********************************************************** -->
|
||||
<!-- *********************************************************** -->
|
||||
</br>
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 140px;max-height: 140px">
|
||||
<div class="col-md-4">
|
||||
<img src="/images/HEM Logo_vertikal_RGB.PNG" width="85" alt="HEM">
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 1 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Braunstr.</td></tr>
|
||||
<tr><td id=tanke1 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 2 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Theklaer.</td></tr>
|
||||
<tr><td id=tanke2 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 3 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Permoser.</td></tr>
|
||||
<tr><td id=tanke3 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 4 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Zweinaun.</td></tr>
|
||||
<tr><td id=tanke4 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 5 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Dieskau.</td></tr>
|
||||
<tr><td id=tanke5 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** -->
|
||||
|
||||
</div>
|
||||
</br>
|
||||
<!-- *********************************************************** BFT -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 50px;max-height: 50px">
|
||||
<div class="col-md-4">
|
||||
<img src="/images/bft.png" width="50" alt="BFT">
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 6 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Torgauer.</td></tr>
|
||||
<tr><td id=tanke6 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 8 riesaer -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Riesaer.</td></tr>
|
||||
<tr><td id=tanke8 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- *********************************************************** Schell -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 55px;max-height: 55px">
|
||||
<div class="col-md-4">
|
||||
<img src="/images/shell.png" width="65" alt="BFT">
|
||||
</div>
|
||||
<!-- *********************************************************** Tanke 7 -->
|
||||
<div class="col-md-4">
|
||||
<div class="panel panel-warning">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<tr><td nowrap align="center" style="width: 70px;color:#f05800;font-size:8pt">Torgauer.</td></tr>
|
||||
<tr><td id=tanke7 nowrap align="center" style="width: 70px"><span style='color:#66ffff;font-size:14pt'>-.--<sup>-</sup></td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
<!-- *********************************************************** billig <i class="fad fa-analytics"></i> -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 110px;max-height: 110px">
|
||||
<div id=tankebillig></div>
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
<!-- *************************************** Spaltenwechsel -->
|
||||
|
||||
|
||||
|
||||
<!-- ************************ -->
|
||||
</div>
|
||||
|
||||
<!-- ************************ -->
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'tpl/fuss2.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<!-- ************************ -->
|
||||
<!-- ************************ -->
|
||||
<?php echo '
|
||||
<!-- **************** Türanzeige -->
|
||||
<!-- <script type="text/javascript" async src="https://www.daswetter.com/wid_loader/94ced0b1b3e7236de62e51f55b508984"></script> -->
|
||||
<script type="text/javascript">
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=pi_hallo2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#time").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=pi_hallo2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#time").html(data);
|
||||
},
|
||||
})
|
||||
}, 10000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=dwd&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#dwd").html(data);
|
||||
},
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke1").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke1").html(data);
|
||||
},
|
||||
});
|
||||
}, 91000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke2").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu2&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke2").html(data);
|
||||
},
|
||||
});
|
||||
}, 92000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke3").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke3").html(data);
|
||||
},
|
||||
});
|
||||
}, 93000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu4&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke4").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu4&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke4").html(data);
|
||||
},
|
||||
});
|
||||
}, 94000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke5").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke5").html(data);
|
||||
},
|
||||
});
|
||||
}, 95000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke6").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke6").html(data);
|
||||
},
|
||||
});
|
||||
}, 96000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu7&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke7").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu7&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke7").html(data);
|
||||
},
|
||||
});
|
||||
}, 97000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu8&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke8").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankeneu8&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tanke8").html(data);
|
||||
},
|
||||
});
|
||||
}, 98000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankebillig&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tankebillig").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=tankebillig&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tankebillig").html(data);
|
||||
},
|
||||
});
|
||||
}, 99000);
|
||||
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=zeit&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#zeit").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=zeit&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#zeit").html(data);
|
||||
},
|
||||
})
|
||||
}, 15000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona1").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona3").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona5").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona6").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_1&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona1").html(data);
|
||||
},
|
||||
})
|
||||
}, 120000);
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_3&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona3").html(data);
|
||||
},
|
||||
})
|
||||
}, 121000);
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_5&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona5").html(data);
|
||||
},
|
||||
})
|
||||
}, 122000);
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=coronax_6&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#corona6").html(data);
|
||||
},
|
||||
})
|
||||
}, 123000);
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=blitzer&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#blitzer").html(data);
|
||||
},
|
||||
});
|
||||
var refresh_EDV = setInterval(function() {
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : \'pia.php?s=blitzer&tpl\',
|
||||
cache : false,
|
||||
data : {
|
||||
},
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#blitzer").html(data);
|
||||
},
|
||||
})
|
||||
}, 60000);
|
||||
</script>
|
||||
<script>
|
||||
var widgetScript=document.createElement("script");
|
||||
widgetScript.id="weatherWidgetJS";
|
||||
var weatherWidth = document.getElementById("insertWidget").offsetWidth;
|
||||
widgetScript.src="https://14-tage-wettervorhersage.de/extern/weather/v1/weatherWidget.js?w="+weatherWidth+"&b=0&p=1&z=0&ct=ababab&cf=272829&cb=000000&r=d&lg=de&l=171240&ic=0&f=0";
|
||||
widgetScript.async=true;
|
||||
var widgetNode=document.getElementsByTagName("head")[0];
|
||||
widgetNode.appendChild(widgetScript);
|
||||
</script>
|
||||
<!-- ************************ -->
|
||||
|
||||
'; ?>
|
||||
18
monitor/template/css/fontawesome5/LICENSE.txt
Normal file
18
monitor/template/css/fontawesome5/LICENSE.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Font Awesome Pro License
|
||||
------------------------
|
||||
|
||||
Font Awesome Pro is commercial software that requires a paid license. Full
|
||||
Font Awesome Pro license: https://fontawesome.com/license.
|
||||
|
||||
# Commercial License
|
||||
The Font Awesome Pro commercial license allows you to pay for FA Pro once, own
|
||||
it, and use it just about everywhere you'd like.
|
||||
|
||||
# Attribution
|
||||
Attribution is not required by the Font Awesome Pro commercial license.
|
||||
|
||||
# Brand Icons
|
||||
All brand icons are trademarks of their respective owners. The use of these
|
||||
trademarks does not indicate endorsement of the trademark holder by Font
|
||||
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
||||
to represent the company, product, or service to which they refer.**
|
||||
12749
monitor/template/css/fontawesome5/css/all.css
Normal file
12749
monitor/template/css/fontawesome5/css/all.css
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/css/all.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
15
monitor/template/css/fontawesome5/css/brands.css
Normal file
15
monitor/template/css/fontawesome5/css/brands.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-brands-400.eot");
|
||||
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
|
||||
|
||||
.fab {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-weight: 400; }
|
||||
5
monitor/template/css/fontawesome5/css/brands.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/brands.min.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}
|
||||
5603
monitor/template/css/fontawesome5/css/duotone.css
Normal file
5603
monitor/template/css/fontawesome5/css/duotone.css
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/css/duotone.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/duotone.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7105
monitor/template/css/fontawesome5/css/fontawesome.css
vendored
Normal file
7105
monitor/template/css/fontawesome5/css/fontawesome.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/css/fontawesome.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/fontawesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
15
monitor/template/css/fontawesome5/css/light.css
Normal file
15
monitor/template/css/fontawesome5/css/light.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-light-300.eot");
|
||||
src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }
|
||||
|
||||
.fal {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 300; }
|
||||
5
monitor/template/css/fontawesome5/css/light.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/light.min.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-light-300.eot);src:url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-light-300.woff2) format("woff2"),url(../webfonts/fa-light-300.woff) format("woff"),url(../webfonts/fa-light-300.ttf) format("truetype"),url(../webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-family:"Font Awesome 5 Pro";font-weight:300}
|
||||
15
monitor/template/css/fontawesome5/css/regular.css
Normal file
15
monitor/template/css/fontawesome5/css/regular.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-regular-400.eot");
|
||||
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
|
||||
|
||||
.far {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 400; }
|
||||
5
monitor/template/css/fontawesome5/css/regular.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/regular.min.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Pro";font-weight:400}
|
||||
16
monitor/template/css/fontawesome5/css/solid.css
Normal file
16
monitor/template/css/fontawesome5/css/solid.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-solid-900.eot");
|
||||
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
|
||||
|
||||
.fa,
|
||||
.fas {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 900; }
|
||||
5
monitor/template/css/fontawesome5/css/solid.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/solid.min.css
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
|
||||
371
monitor/template/css/fontawesome5/css/svg-with-js.css
Normal file
371
monitor/template/css/fontawesome5/css/svg-with-js.css
Normal file
|
|
@ -0,0 +1,371 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
svg:not(:root).svg-inline--fa {
|
||||
overflow: visible; }
|
||||
|
||||
.svg-inline--fa {
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
height: 1em;
|
||||
overflow: visible;
|
||||
vertical-align: -.125em; }
|
||||
.svg-inline--fa.fa-lg {
|
||||
vertical-align: -.225em; }
|
||||
.svg-inline--fa.fa-w-1 {
|
||||
width: 0.0625em; }
|
||||
.svg-inline--fa.fa-w-2 {
|
||||
width: 0.125em; }
|
||||
.svg-inline--fa.fa-w-3 {
|
||||
width: 0.1875em; }
|
||||
.svg-inline--fa.fa-w-4 {
|
||||
width: 0.25em; }
|
||||
.svg-inline--fa.fa-w-5 {
|
||||
width: 0.3125em; }
|
||||
.svg-inline--fa.fa-w-6 {
|
||||
width: 0.375em; }
|
||||
.svg-inline--fa.fa-w-7 {
|
||||
width: 0.4375em; }
|
||||
.svg-inline--fa.fa-w-8 {
|
||||
width: 0.5em; }
|
||||
.svg-inline--fa.fa-w-9 {
|
||||
width: 0.5625em; }
|
||||
.svg-inline--fa.fa-w-10 {
|
||||
width: 0.625em; }
|
||||
.svg-inline--fa.fa-w-11 {
|
||||
width: 0.6875em; }
|
||||
.svg-inline--fa.fa-w-12 {
|
||||
width: 0.75em; }
|
||||
.svg-inline--fa.fa-w-13 {
|
||||
width: 0.8125em; }
|
||||
.svg-inline--fa.fa-w-14 {
|
||||
width: 0.875em; }
|
||||
.svg-inline--fa.fa-w-15 {
|
||||
width: 0.9375em; }
|
||||
.svg-inline--fa.fa-w-16 {
|
||||
width: 1em; }
|
||||
.svg-inline--fa.fa-w-17 {
|
||||
width: 1.0625em; }
|
||||
.svg-inline--fa.fa-w-18 {
|
||||
width: 1.125em; }
|
||||
.svg-inline--fa.fa-w-19 {
|
||||
width: 1.1875em; }
|
||||
.svg-inline--fa.fa-w-20 {
|
||||
width: 1.25em; }
|
||||
.svg-inline--fa.fa-pull-left {
|
||||
margin-right: .3em;
|
||||
width: auto; }
|
||||
.svg-inline--fa.fa-pull-right {
|
||||
margin-left: .3em;
|
||||
width: auto; }
|
||||
.svg-inline--fa.fa-border {
|
||||
height: 1.5em; }
|
||||
.svg-inline--fa.fa-li {
|
||||
width: 2em; }
|
||||
.svg-inline--fa.fa-fw {
|
||||
width: 1.25em; }
|
||||
|
||||
.fa-layers svg.svg-inline--fa {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0; }
|
||||
|
||||
.fa-layers {
|
||||
display: inline-block;
|
||||
height: 1em;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
vertical-align: -.125em;
|
||||
width: 1em; }
|
||||
.fa-layers svg.svg-inline--fa {
|
||||
-webkit-transform-origin: center center;
|
||||
transform-origin: center center; }
|
||||
|
||||
.fa-layers-text, .fa-layers-counter {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
text-align: center; }
|
||||
|
||||
.fa-layers-text {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform-origin: center center;
|
||||
transform-origin: center center; }
|
||||
|
||||
.fa-layers-counter {
|
||||
background-color: #ff253a;
|
||||
border-radius: 1em;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
height: 1.5em;
|
||||
line-height: 1;
|
||||
max-width: 5em;
|
||||
min-width: 1.5em;
|
||||
overflow: hidden;
|
||||
padding: .25em;
|
||||
right: 0;
|
||||
text-overflow: ellipsis;
|
||||
top: 0;
|
||||
-webkit-transform: scale(0.25);
|
||||
transform: scale(0.25);
|
||||
-webkit-transform-origin: top right;
|
||||
transform-origin: top right; }
|
||||
|
||||
.fa-layers-bottom-right {
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
top: auto;
|
||||
-webkit-transform: scale(0.25);
|
||||
transform: scale(0.25);
|
||||
-webkit-transform-origin: bottom right;
|
||||
transform-origin: bottom right; }
|
||||
|
||||
.fa-layers-bottom-left {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: auto;
|
||||
top: auto;
|
||||
-webkit-transform: scale(0.25);
|
||||
transform: scale(0.25);
|
||||
-webkit-transform-origin: bottom left;
|
||||
transform-origin: bottom left; }
|
||||
|
||||
.fa-layers-top-right {
|
||||
right: 0;
|
||||
top: 0;
|
||||
-webkit-transform: scale(0.25);
|
||||
transform: scale(0.25);
|
||||
-webkit-transform-origin: top right;
|
||||
transform-origin: top right; }
|
||||
|
||||
.fa-layers-top-left {
|
||||
left: 0;
|
||||
right: auto;
|
||||
top: 0;
|
||||
-webkit-transform: scale(0.25);
|
||||
transform: scale(0.25);
|
||||
-webkit-transform-origin: top left;
|
||||
transform-origin: top left; }
|
||||
|
||||
.fa-lg {
|
||||
font-size: 1.33333em;
|
||||
line-height: 0.75em;
|
||||
vertical-align: -.0667em; }
|
||||
|
||||
.fa-xs {
|
||||
font-size: .75em; }
|
||||
|
||||
.fa-sm {
|
||||
font-size: .875em; }
|
||||
|
||||
.fa-1x {
|
||||
font-size: 1em; }
|
||||
|
||||
.fa-2x {
|
||||
font-size: 2em; }
|
||||
|
||||
.fa-3x {
|
||||
font-size: 3em; }
|
||||
|
||||
.fa-4x {
|
||||
font-size: 4em; }
|
||||
|
||||
.fa-5x {
|
||||
font-size: 5em; }
|
||||
|
||||
.fa-6x {
|
||||
font-size: 6em; }
|
||||
|
||||
.fa-7x {
|
||||
font-size: 7em; }
|
||||
|
||||
.fa-8x {
|
||||
font-size: 8em; }
|
||||
|
||||
.fa-9x {
|
||||
font-size: 9em; }
|
||||
|
||||
.fa-10x {
|
||||
font-size: 10em; }
|
||||
|
||||
.fa-fw {
|
||||
text-align: center;
|
||||
width: 1.25em; }
|
||||
|
||||
.fa-ul {
|
||||
list-style-type: none;
|
||||
margin-left: 2.5em;
|
||||
padding-left: 0; }
|
||||
.fa-ul > li {
|
||||
position: relative; }
|
||||
|
||||
.fa-li {
|
||||
left: -2em;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 2em;
|
||||
line-height: inherit; }
|
||||
|
||||
.fa-border {
|
||||
border: solid 0.08em #eee;
|
||||
border-radius: .1em;
|
||||
padding: .2em .25em .15em; }
|
||||
|
||||
.fa-pull-left {
|
||||
float: left; }
|
||||
|
||||
.fa-pull-right {
|
||||
float: right; }
|
||||
|
||||
.fa.fa-pull-left,
|
||||
.fas.fa-pull-left,
|
||||
.far.fa-pull-left,
|
||||
.fal.fa-pull-left,
|
||||
.fab.fa-pull-left {
|
||||
margin-right: .3em; }
|
||||
|
||||
.fa.fa-pull-right,
|
||||
.fas.fa-pull-right,
|
||||
.far.fa-pull-right,
|
||||
.fal.fa-pull-right,
|
||||
.fab.fa-pull-right {
|
||||
margin-left: .3em; }
|
||||
|
||||
.fa-spin {
|
||||
-webkit-animation: fa-spin 2s infinite linear;
|
||||
animation: fa-spin 2s infinite linear; }
|
||||
|
||||
.fa-pulse {
|
||||
-webkit-animation: fa-spin 1s infinite steps(8);
|
||||
animation: fa-spin 1s infinite steps(8); }
|
||||
|
||||
@-webkit-keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg); }
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg); } }
|
||||
|
||||
.fa-rotate-90 {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg); }
|
||||
|
||||
.fa-rotate-180 {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg); }
|
||||
|
||||
.fa-rotate-270 {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg); }
|
||||
|
||||
.fa-flip-horizontal {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
||||
-webkit-transform: scale(-1, 1);
|
||||
transform: scale(-1, 1); }
|
||||
|
||||
.fa-flip-vertical {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
||||
-webkit-transform: scale(1, -1);
|
||||
transform: scale(1, -1); }
|
||||
|
||||
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
||||
-webkit-transform: scale(-1, -1);
|
||||
transform: scale(-1, -1); }
|
||||
|
||||
:root .fa-rotate-90,
|
||||
:root .fa-rotate-180,
|
||||
:root .fa-rotate-270,
|
||||
:root .fa-flip-horizontal,
|
||||
:root .fa-flip-vertical,
|
||||
:root .fa-flip-both {
|
||||
-webkit-filter: none;
|
||||
filter: none; }
|
||||
|
||||
.fa-stack {
|
||||
display: inline-block;
|
||||
height: 2em;
|
||||
position: relative;
|
||||
width: 2.5em; }
|
||||
|
||||
.fa-stack-1x,
|
||||
.fa-stack-2x {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0; }
|
||||
|
||||
.svg-inline--fa.fa-stack-1x {
|
||||
height: 1em;
|
||||
width: 1.25em; }
|
||||
|
||||
.svg-inline--fa.fa-stack-2x {
|
||||
height: 2em;
|
||||
width: 2.5em; }
|
||||
|
||||
.fa-inverse {
|
||||
color: #fff; }
|
||||
|
||||
.sr-only {
|
||||
border: 0;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px; }
|
||||
|
||||
.sr-only-focusable:active, .sr-only-focusable:focus {
|
||||
clip: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
position: static;
|
||||
width: auto; }
|
||||
|
||||
.svg-inline--fa .fa-primary {
|
||||
fill: var(--fa-primary-color, currentColor);
|
||||
opacity: 1;
|
||||
opacity: var(--fa-primary-opacity, 1); }
|
||||
|
||||
.svg-inline--fa .fa-secondary {
|
||||
fill: var(--fa-secondary-color, currentColor);
|
||||
opacity: 0.4;
|
||||
opacity: var(--fa-secondary-opacity, 0.4); }
|
||||
|
||||
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
||||
opacity: 0.4;
|
||||
opacity: var(--fa-secondary-opacity, 0.4); }
|
||||
|
||||
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
||||
opacity: 1;
|
||||
opacity: var(--fa-primary-opacity, 1); }
|
||||
|
||||
.svg-inline--fa mask .fa-primary,
|
||||
.svg-inline--fa mask .fa-secondary {
|
||||
fill: black; }
|
||||
|
||||
.fad.fa-inverse {
|
||||
color: #fff; }
|
||||
5
monitor/template/css/fontawesome5/css/svg-with-js.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/svg-with-js.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2172
monitor/template/css/fontawesome5/css/v4-shims.css
Normal file
2172
monitor/template/css/fontawesome5/css/v4-shims.css
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/css/v4-shims.min.css
vendored
Normal file
5
monitor/template/css/fontawesome5/css/v4-shims.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
10951
monitor/template/css/fontawesome5/js/all.js
Normal file
10951
monitor/template/css/fontawesome5/js/all.js
Normal file
File diff suppressed because one or more lines are too long
5
monitor/template/css/fontawesome5/js/all.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/all.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
577
monitor/template/css/fontawesome5/js/brands.js
Normal file
577
monitor/template/css/fontawesome5/js/brands.js
Normal file
File diff suppressed because one or more lines are too long
5
monitor/template/css/fontawesome5/js/brands.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/brands.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
998
monitor/template/css/fontawesome5/js/conflict-detection.js
Normal file
998
monitor/template/css/fontawesome5/js/conflict-detection.js
Normal file
|
|
@ -0,0 +1,998 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
||||
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
||||
(factory((global['fontawesome-pro-conflict-detection'] = {})));
|
||||
}(this, (function (exports) { 'use strict';
|
||||
|
||||
function _typeof(obj) {
|
||||
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
||||
_typeof = function (obj) {
|
||||
return typeof obj;
|
||||
};
|
||||
} else {
|
||||
_typeof = function (obj) {
|
||||
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
||||
};
|
||||
}
|
||||
|
||||
return _typeof(obj);
|
||||
}
|
||||
|
||||
function _defineProperty(obj, key, value) {
|
||||
if (key in obj) {
|
||||
Object.defineProperty(obj, key, {
|
||||
value: value,
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
writable: true
|
||||
});
|
||||
} else {
|
||||
obj[key] = value;
|
||||
}
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
||||
function _objectSpread(target) {
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var source = arguments[i] != null ? arguments[i] : {};
|
||||
var ownKeys = Object.keys(source);
|
||||
|
||||
if (typeof Object.getOwnPropertySymbols === 'function') {
|
||||
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
|
||||
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
||||
}));
|
||||
}
|
||||
|
||||
ownKeys.forEach(function (key) {
|
||||
_defineProperty(target, key, source[key]);
|
||||
});
|
||||
}
|
||||
|
||||
return target;
|
||||
}
|
||||
|
||||
var _WINDOW = {};
|
||||
var _DOCUMENT = {};
|
||||
|
||||
try {
|
||||
if (typeof window !== 'undefined') _WINDOW = window;
|
||||
if (typeof document !== 'undefined') _DOCUMENT = document;
|
||||
} catch (e) {}
|
||||
|
||||
var _ref = _WINDOW.navigator || {},
|
||||
_ref$userAgent = _ref.userAgent,
|
||||
userAgent = _ref$userAgent === void 0 ? '' : _ref$userAgent;
|
||||
|
||||
var WINDOW = _WINDOW;
|
||||
var DOCUMENT = _DOCUMENT;
|
||||
var IS_BROWSER = !!WINDOW.document;
|
||||
var IS_DOM = !!DOCUMENT.documentElement && !!DOCUMENT.head && typeof DOCUMENT.addEventListener === 'function' && typeof DOCUMENT.createElement === 'function';
|
||||
var IS_IE = ~userAgent.indexOf('MSIE') || ~userAgent.indexOf('Trident/');
|
||||
|
||||
var functions = [];
|
||||
|
||||
var listener = function listener() {
|
||||
DOCUMENT.removeEventListener('DOMContentLoaded', listener);
|
||||
loaded = 1;
|
||||
functions.map(function (fn) {
|
||||
return fn();
|
||||
});
|
||||
};
|
||||
|
||||
var loaded = false;
|
||||
|
||||
if (IS_DOM) {
|
||||
loaded = (DOCUMENT.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(DOCUMENT.readyState);
|
||||
if (!loaded) DOCUMENT.addEventListener('DOMContentLoaded', listener);
|
||||
}
|
||||
|
||||
function domready (fn) {
|
||||
if (!IS_DOM) return;
|
||||
loaded ? setTimeout(fn, 0) : functions.push(fn);
|
||||
}
|
||||
|
||||
function report (_ref) {
|
||||
var nodesTested = _ref.nodesTested,
|
||||
nodesFound = _ref.nodesFound;
|
||||
var timedOutTests = {};
|
||||
|
||||
for (var key in nodesFound) {
|
||||
if (!(nodesTested.conflict[key] || nodesTested.noConflict[key])) {
|
||||
timedOutTests[key] = nodesFound[key];
|
||||
}
|
||||
}
|
||||
|
||||
var conflictsCount = Object.keys(nodesTested.conflict).length;
|
||||
|
||||
if (conflictsCount > 0) {
|
||||
console.info("%cConflict".concat(conflictsCount > 1 ? 's' : '', " found:"), 'color: darkred; font-size: large');
|
||||
var data = {};
|
||||
|
||||
for (var _key in nodesTested.conflict) {
|
||||
var item = nodesTested.conflict[_key];
|
||||
data[_key] = {
|
||||
'tagName': item.tagName,
|
||||
'src/href': item.src || item.href || 'n/a',
|
||||
'innerText excerpt': item.innerText && item.innerText !== '' ? item.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
};
|
||||
}
|
||||
|
||||
console.table(data);
|
||||
}
|
||||
|
||||
var noConflictsCount = Object.keys(nodesTested.noConflict).length;
|
||||
|
||||
if (noConflictsCount > 0) {
|
||||
console.info("%cNo conflict".concat(noConflictsCount > 1 ? 's' : '', " found with ").concat(noConflictsCount == 1 ? 'this' : 'these', ":"), 'color: green; font-size: large');
|
||||
var _data = {};
|
||||
|
||||
for (var _key2 in nodesTested.noConflict) {
|
||||
var _item = nodesTested.noConflict[_key2];
|
||||
_data[_key2] = {
|
||||
'tagName': _item.tagName,
|
||||
'src/href': _item.src || _item.href || 'n/a',
|
||||
'innerText excerpt': _item.innerText && _item.innerText !== '' ? _item.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
};
|
||||
}
|
||||
|
||||
console.table(_data);
|
||||
}
|
||||
|
||||
var timeOutCount = Object.keys(timedOutTests).length;
|
||||
|
||||
if (timeOutCount > 0) {
|
||||
console.info("%cLeftovers--we timed out before collecting test results for ".concat(timeOutCount == 1 ? 'this' : 'these', ":"), 'color: blue; font-size: large');
|
||||
var _data2 = {};
|
||||
|
||||
for (var _key3 in timedOutTests) {
|
||||
var _item2 = timedOutTests[_key3];
|
||||
_data2[_key3] = {
|
||||
'tagName': _item2.tagName,
|
||||
'src/href': _item2.src || _item2.href || 'n/a',
|
||||
'innerText excerpt': _item2.innerText && _item2.innerText !== '' ? _item2.innerText.slice(0, 200) + '...' : '(empty)'
|
||||
};
|
||||
}
|
||||
|
||||
console.table(_data2);
|
||||
}
|
||||
}
|
||||
|
||||
var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
||||
|
||||
function createCommonjsModule(fn, module) {
|
||||
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
||||
}
|
||||
|
||||
var md5 = createCommonjsModule(function (module) {
|
||||
|
||||
(function ($) {
|
||||
/**
|
||||
* Add integers, wrapping at 2^32.
|
||||
* This uses 16-bit operations internally to work around bugs in interpreters.
|
||||
*
|
||||
* @param {number} x First integer
|
||||
* @param {number} y Second integer
|
||||
* @returns {number} Sum
|
||||
*/
|
||||
|
||||
function safeAdd(x, y) {
|
||||
var lsw = (x & 0xffff) + (y & 0xffff);
|
||||
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
|
||||
return msw << 16 | lsw & 0xffff;
|
||||
}
|
||||
/**
|
||||
* Bitwise rotate a 32-bit number to the left.
|
||||
*
|
||||
* @param {number} num 32-bit number
|
||||
* @param {number} cnt Rotation count
|
||||
* @returns {number} Rotated number
|
||||
*/
|
||||
|
||||
|
||||
function bitRotateLeft(num, cnt) {
|
||||
return num << cnt | num >>> 32 - cnt;
|
||||
}
|
||||
/**
|
||||
* Basic operation the algorithm uses.
|
||||
*
|
||||
* @param {number} q q
|
||||
* @param {number} a a
|
||||
* @param {number} b b
|
||||
* @param {number} x x
|
||||
* @param {number} s s
|
||||
* @param {number} t t
|
||||
* @returns {number} Result
|
||||
*/
|
||||
|
||||
|
||||
function md5cmn(q, a, b, x, s, t) {
|
||||
return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
|
||||
}
|
||||
/**
|
||||
* Basic operation the algorithm uses.
|
||||
*
|
||||
* @param {number} a a
|
||||
* @param {number} b b
|
||||
* @param {number} c c
|
||||
* @param {number} d d
|
||||
* @param {number} x x
|
||||
* @param {number} s s
|
||||
* @param {number} t t
|
||||
* @returns {number} Result
|
||||
*/
|
||||
|
||||
|
||||
function md5ff(a, b, c, d, x, s, t) {
|
||||
return md5cmn(b & c | ~b & d, a, b, x, s, t);
|
||||
}
|
||||
/**
|
||||
* Basic operation the algorithm uses.
|
||||
*
|
||||
* @param {number} a a
|
||||
* @param {number} b b
|
||||
* @param {number} c c
|
||||
* @param {number} d d
|
||||
* @param {number} x x
|
||||
* @param {number} s s
|
||||
* @param {number} t t
|
||||
* @returns {number} Result
|
||||
*/
|
||||
|
||||
|
||||
function md5gg(a, b, c, d, x, s, t) {
|
||||
return md5cmn(b & d | c & ~d, a, b, x, s, t);
|
||||
}
|
||||
/**
|
||||
* Basic operation the algorithm uses.
|
||||
*
|
||||
* @param {number} a a
|
||||
* @param {number} b b
|
||||
* @param {number} c c
|
||||
* @param {number} d d
|
||||
* @param {number} x x
|
||||
* @param {number} s s
|
||||
* @param {number} t t
|
||||
* @returns {number} Result
|
||||
*/
|
||||
|
||||
|
||||
function md5hh(a, b, c, d, x, s, t) {
|
||||
return md5cmn(b ^ c ^ d, a, b, x, s, t);
|
||||
}
|
||||
/**
|
||||
* Basic operation the algorithm uses.
|
||||
*
|
||||
* @param {number} a a
|
||||
* @param {number} b b
|
||||
* @param {number} c c
|
||||
* @param {number} d d
|
||||
* @param {number} x x
|
||||
* @param {number} s s
|
||||
* @param {number} t t
|
||||
* @returns {number} Result
|
||||
*/
|
||||
|
||||
|
||||
function md5ii(a, b, c, d, x, s, t) {
|
||||
return md5cmn(c ^ (b | ~d), a, b, x, s, t);
|
||||
}
|
||||
/**
|
||||
* Calculate the MD5 of an array of little-endian words, and a bit length.
|
||||
*
|
||||
* @param {Array} x Array of little-endian words
|
||||
* @param {number} len Bit length
|
||||
* @returns {Array<number>} MD5 Array
|
||||
*/
|
||||
|
||||
|
||||
function binlMD5(x, len) {
|
||||
/* append padding */
|
||||
x[len >> 5] |= 0x80 << len % 32;
|
||||
x[(len + 64 >>> 9 << 4) + 14] = len;
|
||||
var i;
|
||||
var olda;
|
||||
var oldb;
|
||||
var oldc;
|
||||
var oldd;
|
||||
var a = 1732584193;
|
||||
var b = -271733879;
|
||||
var c = -1732584194;
|
||||
var d = 271733878;
|
||||
|
||||
for (i = 0; i < x.length; i += 16) {
|
||||
olda = a;
|
||||
oldb = b;
|
||||
oldc = c;
|
||||
oldd = d;
|
||||
a = md5ff(a, b, c, d, x[i], 7, -680876936);
|
||||
d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
|
||||
c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
|
||||
b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
|
||||
a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
|
||||
d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
|
||||
c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
|
||||
b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
|
||||
a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
|
||||
d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
|
||||
c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
|
||||
b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
|
||||
a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
|
||||
d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
|
||||
c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
|
||||
b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
|
||||
a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
|
||||
d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
|
||||
c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
|
||||
b = md5gg(b, c, d, a, x[i], 20, -373897302);
|
||||
a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
|
||||
d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
|
||||
c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
|
||||
b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
|
||||
a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
|
||||
d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
|
||||
c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
|
||||
b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
|
||||
a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
|
||||
d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
|
||||
c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
|
||||
b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
|
||||
a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
|
||||
d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
|
||||
c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
|
||||
b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
|
||||
a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
|
||||
d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
|
||||
c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
|
||||
b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
|
||||
a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
|
||||
d = md5hh(d, a, b, c, x[i], 11, -358537222);
|
||||
c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
|
||||
b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
|
||||
a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
|
||||
d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
|
||||
c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
|
||||
b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
|
||||
a = md5ii(a, b, c, d, x[i], 6, -198630844);
|
||||
d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
|
||||
c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
|
||||
b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
|
||||
a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
|
||||
d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
|
||||
c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
|
||||
b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
|
||||
a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
|
||||
d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
|
||||
c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
|
||||
b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
|
||||
a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
|
||||
d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
|
||||
c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
|
||||
b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
|
||||
a = safeAdd(a, olda);
|
||||
b = safeAdd(b, oldb);
|
||||
c = safeAdd(c, oldc);
|
||||
d = safeAdd(d, oldd);
|
||||
}
|
||||
|
||||
return [a, b, c, d];
|
||||
}
|
||||
/**
|
||||
* Convert an array of little-endian words to a string
|
||||
*
|
||||
* @param {Array<number>} input MD5 Array
|
||||
* @returns {string} MD5 string
|
||||
*/
|
||||
|
||||
|
||||
function binl2rstr(input) {
|
||||
var i;
|
||||
var output = '';
|
||||
var length32 = input.length * 32;
|
||||
|
||||
for (i = 0; i < length32; i += 8) {
|
||||
output += String.fromCharCode(input[i >> 5] >>> i % 32 & 0xff);
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
/**
|
||||
* Convert a raw string to an array of little-endian words
|
||||
* Characters >255 have their high-byte silently ignored.
|
||||
*
|
||||
* @param {string} input Raw input string
|
||||
* @returns {Array<number>} Array of little-endian words
|
||||
*/
|
||||
|
||||
|
||||
function rstr2binl(input) {
|
||||
var i;
|
||||
var output = [];
|
||||
output[(input.length >> 2) - 1] = undefined;
|
||||
|
||||
for (i = 0; i < output.length; i += 1) {
|
||||
output[i] = 0;
|
||||
}
|
||||
|
||||
var length8 = input.length * 8;
|
||||
|
||||
for (i = 0; i < length8; i += 8) {
|
||||
output[i >> 5] |= (input.charCodeAt(i / 8) & 0xff) << i % 32;
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
/**
|
||||
* Calculate the MD5 of a raw string
|
||||
*
|
||||
* @param {string} s Input string
|
||||
* @returns {string} Raw MD5 string
|
||||
*/
|
||||
|
||||
|
||||
function rstrMD5(s) {
|
||||
return binl2rstr(binlMD5(rstr2binl(s), s.length * 8));
|
||||
}
|
||||
/**
|
||||
* Calculates the HMAC-MD5 of a key and some data (raw strings)
|
||||
*
|
||||
* @param {string} key HMAC key
|
||||
* @param {string} data Raw input string
|
||||
* @returns {string} Raw MD5 string
|
||||
*/
|
||||
|
||||
|
||||
function rstrHMACMD5(key, data) {
|
||||
var i;
|
||||
var bkey = rstr2binl(key);
|
||||
var ipad = [];
|
||||
var opad = [];
|
||||
var hash;
|
||||
ipad[15] = opad[15] = undefined;
|
||||
|
||||
if (bkey.length > 16) {
|
||||
bkey = binlMD5(bkey, key.length * 8);
|
||||
}
|
||||
|
||||
for (i = 0; i < 16; i += 1) {
|
||||
ipad[i] = bkey[i] ^ 0x36363636;
|
||||
opad[i] = bkey[i] ^ 0x5c5c5c5c;
|
||||
}
|
||||
|
||||
hash = binlMD5(ipad.concat(rstr2binl(data)), 512 + data.length * 8);
|
||||
return binl2rstr(binlMD5(opad.concat(hash), 512 + 128));
|
||||
}
|
||||
/**
|
||||
* Convert a raw string to a hex string
|
||||
*
|
||||
* @param {string} input Raw input string
|
||||
* @returns {string} Hex encoded string
|
||||
*/
|
||||
|
||||
|
||||
function rstr2hex(input) {
|
||||
var hexTab = '0123456789abcdef';
|
||||
var output = '';
|
||||
var x;
|
||||
var i;
|
||||
|
||||
for (i = 0; i < input.length; i += 1) {
|
||||
x = input.charCodeAt(i);
|
||||
output += hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f);
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
/**
|
||||
* Encode a string as UTF-8
|
||||
*
|
||||
* @param {string} input Input string
|
||||
* @returns {string} UTF8 string
|
||||
*/
|
||||
|
||||
|
||||
function str2rstrUTF8(input) {
|
||||
return unescape(encodeURIComponent(input));
|
||||
}
|
||||
/**
|
||||
* Encodes input string as raw MD5 string
|
||||
*
|
||||
* @param {string} s Input string
|
||||
* @returns {string} Raw MD5 string
|
||||
*/
|
||||
|
||||
|
||||
function rawMD5(s) {
|
||||
return rstrMD5(str2rstrUTF8(s));
|
||||
}
|
||||
/**
|
||||
* Encodes input string as Hex encoded string
|
||||
*
|
||||
* @param {string} s Input string
|
||||
* @returns {string} Hex encoded string
|
||||
*/
|
||||
|
||||
|
||||
function hexMD5(s) {
|
||||
return rstr2hex(rawMD5(s));
|
||||
}
|
||||
/**
|
||||
* Calculates the raw HMAC-MD5 for the given key and data
|
||||
*
|
||||
* @param {string} k HMAC key
|
||||
* @param {string} d Input string
|
||||
* @returns {string} Raw MD5 string
|
||||
*/
|
||||
|
||||
|
||||
function rawHMACMD5(k, d) {
|
||||
return rstrHMACMD5(str2rstrUTF8(k), str2rstrUTF8(d));
|
||||
}
|
||||
/**
|
||||
* Calculates the Hex encoded HMAC-MD5 for the given key and data
|
||||
*
|
||||
* @param {string} k HMAC key
|
||||
* @param {string} d Input string
|
||||
* @returns {string} Raw MD5 string
|
||||
*/
|
||||
|
||||
|
||||
function hexHMACMD5(k, d) {
|
||||
return rstr2hex(rawHMACMD5(k, d));
|
||||
}
|
||||
/**
|
||||
* Calculates MD5 value for a given string.
|
||||
* If a key is provided, calculates the HMAC-MD5 value.
|
||||
* Returns a Hex encoded string unless the raw argument is given.
|
||||
*
|
||||
* @param {string} string Input string
|
||||
* @param {string} [key] HMAC key
|
||||
* @param {boolean} raw Raw oytput switch
|
||||
* @returns {string} MD5 output
|
||||
*/
|
||||
|
||||
|
||||
function md5(string, key, raw) {
|
||||
if (!key) {
|
||||
if (!raw) {
|
||||
return hexMD5(string);
|
||||
}
|
||||
|
||||
return rawMD5(string);
|
||||
}
|
||||
|
||||
if (!raw) {
|
||||
return hexHMACMD5(key, string);
|
||||
}
|
||||
|
||||
return rawHMACMD5(key, string);
|
||||
}
|
||||
|
||||
if (module.exports) {
|
||||
module.exports = md5;
|
||||
} else {
|
||||
$.md5 = md5;
|
||||
}
|
||||
})(commonjsGlobal);
|
||||
});
|
||||
|
||||
function md5ForNode(node) {
|
||||
if (null === node || 'object' !== _typeof(node)) return undefined;
|
||||
|
||||
if (node.src) {
|
||||
return md5(node.src);
|
||||
} else if (node.href) {
|
||||
return md5(node.href);
|
||||
} else if (node.innerText && '' !== node.innerText) {
|
||||
// eslint-disable-line yoda
|
||||
return md5(node.innerText);
|
||||
} else {
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
var diagScriptId = 'fa-kits-diag';
|
||||
var nodeUnderTestId = 'fa-kits-node-under-test';
|
||||
var md5Attr = 'data-md5';
|
||||
var detectionIgnoreAttr = 'data-fa-detection-ignore';
|
||||
var timeoutAttr = 'data-fa-detection-timeout';
|
||||
var resultsCollectionMaxWaitAttr = 'data-fa-detection-results-collection-max-wait';
|
||||
|
||||
var silenceErrors = function silenceErrors(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
};
|
||||
|
||||
function pollUntil(_ref) {
|
||||
var _ref$fn = _ref.fn,
|
||||
fn = _ref$fn === void 0 ? function () {
|
||||
return true;
|
||||
} : _ref$fn,
|
||||
_ref$initialDuration = _ref.initialDuration,
|
||||
initialDuration = _ref$initialDuration === void 0 ? 1 : _ref$initialDuration,
|
||||
_ref$maxDuration = _ref.maxDuration,
|
||||
maxDuration = _ref$maxDuration === void 0 ? WINDOW.FontAwesomeDetection.timeout : _ref$maxDuration,
|
||||
_ref$showProgress = _ref.showProgress,
|
||||
showProgress = _ref$showProgress === void 0 ? false : _ref$showProgress,
|
||||
progressIndicator = _ref.progressIndicator;
|
||||
return new Promise(function (resolve, reject) {
|
||||
// eslint-disable-line compat/compat
|
||||
function poll(duration, cumulativeDuration) {
|
||||
setTimeout(function () {
|
||||
var result = fn();
|
||||
|
||||
if (showProgress) {
|
||||
console.info(progressIndicator);
|
||||
}
|
||||
|
||||
if (!!result) {
|
||||
// eslint-disable-line no-extra-boolean-cast
|
||||
resolve(result);
|
||||
} else {
|
||||
var nextDuration = 250;
|
||||
var nextCumulativeDuration = nextDuration + cumulativeDuration;
|
||||
|
||||
if (nextCumulativeDuration <= maxDuration) {
|
||||
poll(nextDuration, nextCumulativeDuration);
|
||||
} else {
|
||||
reject('timeout'); // eslint-disable-line prefer-promise-reject-errors
|
||||
}
|
||||
}
|
||||
}, duration);
|
||||
}
|
||||
|
||||
poll(initialDuration, 0);
|
||||
});
|
||||
}
|
||||
|
||||
function detectWebfontConflicts() {
|
||||
var linkTags = Array.from(DOCUMENT.getElementsByTagName('link')).filter(function (t) {
|
||||
return !t.hasAttribute(detectionIgnoreAttr);
|
||||
});
|
||||
var styleTags = Array.from(DOCUMENT.getElementsByTagName('style')).filter(function (t) {
|
||||
if (t.hasAttribute(detectionIgnoreAttr)) {
|
||||
return false;
|
||||
} // If the browser has loaded the FA5 CSS, let's not test that <style> element.
|
||||
// Its enough that we'll be testing for traces of the corresponding JS being loaded, and testing
|
||||
// this <style> would only produce a false negative anyway.
|
||||
|
||||
|
||||
if (WINDOW.FontAwesomeConfig && t.innerText.match(new RegExp("svg:not\\(:root\\)\\.".concat(WINDOW.FontAwesomeConfig.replacementClass)))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
function runDiag(scriptOrLinkTag, md5) {
|
||||
var diagFrame = DOCUMENT.createElement('iframe'); // Using "visibility: hidden; position: absolute" instead of "display: none;" because
|
||||
// Firefox will not return the expected results for getComputedStyle if our iframe has display: none.
|
||||
|
||||
diagFrame.setAttribute('style', 'visibility: hidden; position: absolute; height: 0; width: 0;');
|
||||
var testIconId = 'fa-test-icon-' + md5;
|
||||
var iTag = DOCUMENT.createElement('i');
|
||||
iTag.setAttribute('class', 'fa fa-coffee');
|
||||
iTag.setAttribute('id', testIconId);
|
||||
var diagScript = DOCUMENT.createElement('script');
|
||||
diagScript.setAttribute('id', diagScriptId); // WARNING: this function will be toString()'d and assigned to innerText of the diag script
|
||||
// element that we'll be putting into a diagnostic iframe.
|
||||
// That means that this code won't compile until after the outer script has run and injected
|
||||
// this code into the iframe. There are some compile time errors that might occur there.
|
||||
// For example, using single line (double-slash) comments like this one inside that function
|
||||
// will probably cause it to choke. Chrome will show an error like this:
|
||||
// Uncaught SyntaxError: Unexpected end of input
|
||||
|
||||
var diagScriptFun = function diagScriptFun(nodeUnderTestId, testIconId, md5, parentOrigin) {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: function fn() {
|
||||
var iEl = document.getElementById(testIconId);
|
||||
var computedStyle = window.getComputedStyle(iEl);
|
||||
var fontFamily = computedStyle.getPropertyValue('font-family');
|
||||
|
||||
if (!!fontFamily.match(/FontAwesome/) || !!fontFamily.match(/Font Awesome 5/)) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}).then(function () {
|
||||
var node = document.getElementById(nodeUnderTestId);
|
||||
parent.postMessage({
|
||||
type: 'fontawesome-conflict',
|
||||
technology: 'webfont',
|
||||
href: node.href,
|
||||
innerText: node.innerText,
|
||||
tagName: node.tagName,
|
||||
md5: md5
|
||||
}, parentOrigin);
|
||||
}).catch(function (e) {
|
||||
var node = document.getElementById(nodeUnderTestId);
|
||||
|
||||
if (e === 'timeout') {
|
||||
parent.postMessage({
|
||||
type: 'no-conflict',
|
||||
technology: 'webfont',
|
||||
href: node.src,
|
||||
innerText: node.innerText,
|
||||
tagName: node.tagName,
|
||||
md5: md5
|
||||
}, parentOrigin);
|
||||
} else {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
var parentOrigin = WINDOW.location.origin === 'file://' ? '*' : WINDOW.location.origin;
|
||||
diagScript.innerText = "(".concat(diagScriptFun.toString(), ")('").concat(nodeUnderTestId, "', '").concat(testIconId || 'foo', "', '").concat(md5, "', '").concat(parentOrigin, "');");
|
||||
|
||||
diagFrame.onload = function () {
|
||||
diagFrame.contentWindow.addEventListener('error', silenceErrors, true);
|
||||
diagFrame.contentDocument.head.appendChild(diagScript);
|
||||
diagFrame.contentDocument.head.appendChild(scriptOrLinkTag);
|
||||
diagFrame.contentDocument.body.appendChild(iTag);
|
||||
};
|
||||
|
||||
domready(function () {
|
||||
return DOCUMENT.body.appendChild(diagFrame);
|
||||
});
|
||||
}
|
||||
|
||||
var cssByMD5 = {};
|
||||
|
||||
for (var i = 0; i < linkTags.length; i++) {
|
||||
var linkUnderTest = DOCUMENT.createElement('link');
|
||||
linkUnderTest.setAttribute('id', nodeUnderTestId);
|
||||
linkUnderTest.setAttribute('href', linkTags[i].href);
|
||||
linkUnderTest.setAttribute('rel', linkTags[i].rel);
|
||||
var md5ForLink = md5ForNode(linkTags[i]);
|
||||
linkUnderTest.setAttribute(md5Attr, md5ForLink);
|
||||
cssByMD5[md5ForLink] = linkTags[i];
|
||||
runDiag(linkUnderTest, md5ForLink);
|
||||
}
|
||||
|
||||
for (var _i = 0; _i < styleTags.length; _i++) {
|
||||
var styleUnderTest = DOCUMENT.createElement('style');
|
||||
styleUnderTest.setAttribute('id', nodeUnderTestId);
|
||||
var md5ForStyle = md5ForNode(styleTags[_i]);
|
||||
styleUnderTest.setAttribute(md5Attr, md5ForStyle);
|
||||
styleUnderTest.innerText = styleTags[_i].innerText;
|
||||
cssByMD5[md5ForStyle] = styleTags[_i];
|
||||
runDiag(styleUnderTest, md5ForStyle);
|
||||
}
|
||||
|
||||
return cssByMD5;
|
||||
}
|
||||
|
||||
function detectSvgConflicts(currentScript) {
|
||||
var scripts = Array.from(DOCUMENT.scripts).filter(function (t) {
|
||||
return !t.hasAttribute(detectionIgnoreAttr) && t !== currentScript;
|
||||
});
|
||||
var scriptsByMD5 = {};
|
||||
|
||||
var _loop = function _loop(scriptIdx) {
|
||||
var diagFrame = DOCUMENT.createElement('iframe');
|
||||
diagFrame.setAttribute('style', 'display:none;');
|
||||
var scriptUnderTest = DOCUMENT.createElement('script');
|
||||
scriptUnderTest.setAttribute('id', nodeUnderTestId);
|
||||
var md5ForScript = md5ForNode(scripts[scriptIdx]);
|
||||
scriptUnderTest.setAttribute(md5Attr, md5ForScript);
|
||||
scriptsByMD5[md5ForScript] = scripts[scriptIdx];
|
||||
|
||||
if (scripts[scriptIdx].src !== '') {
|
||||
scriptUnderTest.src = scripts[scriptIdx].src;
|
||||
}
|
||||
|
||||
if (scripts[scriptIdx].innerText !== '') {
|
||||
scriptUnderTest.innerText = scripts[scriptIdx].innerText;
|
||||
}
|
||||
|
||||
scriptUnderTest.async = true;
|
||||
var diagScript = DOCUMENT.createElement('script');
|
||||
diagScript.setAttribute('id', diagScriptId);
|
||||
var parentOrigin = WINDOW.location.origin === 'file://' ? '*' : WINDOW.location.origin;
|
||||
|
||||
var diagScriptFun = function diagScriptFun(nodeUnderTestId, md5, parentOrigin) {
|
||||
parent.FontAwesomeDetection.__pollUntil({
|
||||
fn: function fn() {
|
||||
return !!window.FontAwesomeConfig;
|
||||
}
|
||||
}).then(function () {
|
||||
var scriptNode = document.getElementById(nodeUnderTestId);
|
||||
parent.postMessage({
|
||||
type: 'fontawesome-conflict',
|
||||
technology: 'js',
|
||||
src: scriptNode.src,
|
||||
innerText: scriptNode.innerText,
|
||||
tagName: scriptNode.tagName,
|
||||
md5: md5
|
||||
}, parentOrigin);
|
||||
}).catch(function (e) {
|
||||
var scriptNode = document.getElementById(nodeUnderTestId);
|
||||
|
||||
if (e === 'timeout') {
|
||||
parent.postMessage({
|
||||
type: 'no-conflict',
|
||||
src: scriptNode.src,
|
||||
innerText: scriptNode.innerText,
|
||||
tagName: scriptNode.tagName,
|
||||
md5: md5
|
||||
}, parentOrigin);
|
||||
} else {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
diagScript.innerText = "(".concat(diagScriptFun.toString(), ")('").concat(nodeUnderTestId, "', '").concat(md5ForScript, "', '").concat(parentOrigin, "');");
|
||||
|
||||
diagFrame.onload = function () {
|
||||
diagFrame.contentWindow.addEventListener('error', silenceErrors, true);
|
||||
diagFrame.contentDocument.head.appendChild(diagScript);
|
||||
diagFrame.contentDocument.head.appendChild(scriptUnderTest);
|
||||
};
|
||||
|
||||
domready(function () {
|
||||
return DOCUMENT.body.appendChild(diagFrame);
|
||||
});
|
||||
};
|
||||
|
||||
for (var scriptIdx = 0; scriptIdx < scripts.length; scriptIdx++) {
|
||||
_loop(scriptIdx);
|
||||
}
|
||||
|
||||
return scriptsByMD5;
|
||||
}
|
||||
|
||||
function setDoneResults(_ref2) {
|
||||
var nodesTested = _ref2.nodesTested,
|
||||
nodesFound = _ref2.nodesFound;
|
||||
WINDOW.FontAwesomeDetection = WINDOW.FontAwesomeDetection || {};
|
||||
WINDOW.FontAwesomeDetection.nodesTested = nodesTested;
|
||||
WINDOW.FontAwesomeDetection.nodesFound = nodesFound;
|
||||
WINDOW.FontAwesomeDetection.detectionDone = true;
|
||||
}
|
||||
|
||||
function conflictDetection() {
|
||||
var report$$1 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {};
|
||||
var nodesTested = {
|
||||
conflict: {},
|
||||
noConflict: {}
|
||||
};
|
||||
|
||||
WINDOW.onmessage = function (e) {
|
||||
if (WINDOW.location.origin === 'file://' || e.origin === WINDOW.location.origin) {
|
||||
if (e && e.data) {
|
||||
if (e.data.type === 'fontawesome-conflict') {
|
||||
nodesTested.conflict[e.data.md5] = e.data;
|
||||
} else if (e.data.type === 'no-conflict') {
|
||||
nodesTested.noConflict[e.data.md5] = e.data;
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
var scriptsToTest = detectSvgConflicts(DOCUMENT.currentScript);
|
||||
var cssToTest = detectWebfontConflicts();
|
||||
|
||||
var nodesFound = _objectSpread({}, scriptsToTest, cssToTest);
|
||||
|
||||
var testCount = Object.keys(scriptsToTest).length + Object.keys(cssToTest).length; // The resultsCollectionMaxWait allows for the time between when the tests running under
|
||||
// child iframes call postMessage with their results, and when the parent window
|
||||
// receives and handles those events with window.onmessage.
|
||||
// Making it configurable allows us to test the scenario where this timeout is exceeded.
|
||||
// Naming it something very different from "timeout" is to help avoid the potential ambiguity between
|
||||
// these two timeout-related settings.
|
||||
|
||||
var masterTimeout = WINDOW.FontAwesomeDetection.timeout + WINDOW.FontAwesomeDetection.resultsCollectionMaxWait;
|
||||
console.group('Font Awesome Detector');
|
||||
|
||||
if (testCount === 0) {
|
||||
console.info('%cAll Good!', 'color: green; font-size: large');
|
||||
console.info('We didn\'t find anything that needs testing for conflicts. Ergo, no conflicts.');
|
||||
} else {
|
||||
console.info("Testing ".concat(testCount, " possible conflicts."));
|
||||
console.info("We'll wait about ".concat(Math.round(WINDOW.FontAwesomeDetection.timeout / 10) / 100, " seconds while testing these and\n") + "then up to another ".concat(Math.round(WINDOW.FontAwesomeDetection.resultsCollectionMaxWait / 10) / 100, " to allow the browser time\n") + "to accumulate the results. But we'll probably be outta here way before then.\n\n");
|
||||
console.info("You can adjust those durations by assigning values to these attributes on the <script> element that loads this detection:");
|
||||
console.info("\t%c".concat(timeoutAttr, "%c: milliseconds to wait for each test before deciding whether it's a conflict."), 'font-weight: bold;', 'font-size: normal;');
|
||||
console.info("\t%c".concat(resultsCollectionMaxWaitAttr, "%c: milliseconds to wait for the browser to accumulate test results before giving up."), 'font-weight: bold;', 'font-size: normal;');
|
||||
pollUntil({
|
||||
// Give this overall timer a little extra cushion
|
||||
maxDuration: masterTimeout,
|
||||
showProgress: true,
|
||||
progressIndicator: 'waiting...',
|
||||
fn: function fn() {
|
||||
return Object.keys(nodesTested.conflict).length + Object.keys(nodesTested.noConflict).length >= testCount;
|
||||
}
|
||||
}).then(function () {
|
||||
console.info('DONE!');
|
||||
setDoneResults({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
});
|
||||
report$$1({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
});
|
||||
console.groupEnd();
|
||||
}).catch(function (e) {
|
||||
if (e === 'timeout') {
|
||||
console.info('TIME OUT! We waited until we got tired. Here\'s what we found:');
|
||||
setDoneResults({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
});
|
||||
report$$1({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
});
|
||||
} else {
|
||||
console.info('Whoops! We hit an error:', e);
|
||||
console.info('Here\'s what we\'d found up until that error:');
|
||||
setDoneResults({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
});
|
||||
report$$1({
|
||||
nodesTested: nodesTested,
|
||||
nodesFound: nodesFound
|
||||
});
|
||||
}
|
||||
|
||||
console.groupEnd();
|
||||
});
|
||||
}
|
||||
} // Allow clients to access, and in some cases, override some properties
|
||||
|
||||
var initialConfig = WINDOW.FontAwesomeDetection || {}; // These can be overridden
|
||||
|
||||
var _default = {
|
||||
report: report,
|
||||
timeout: +(DOCUMENT.currentScript.getAttribute(timeoutAttr) || "2000"),
|
||||
resultsCollectionMaxWait: +(DOCUMENT.currentScript.getAttribute(resultsCollectionMaxWaitAttr) || "5000")
|
||||
};
|
||||
|
||||
var _config = _objectSpread({}, _default, initialConfig, {
|
||||
// These cannot be overridden
|
||||
__pollUntil: pollUntil,
|
||||
md5ForNode: md5ForNode,
|
||||
detectionDone: false,
|
||||
nodesTested: null,
|
||||
nodesFound: null
|
||||
});
|
||||
|
||||
WINDOW.FontAwesomeDetection = _config;
|
||||
|
||||
var PRODUCTION = function () {
|
||||
try {
|
||||
return process.env.NODE_ENV === 'production';
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
}();
|
||||
|
||||
function bunker(fn) {
|
||||
try {
|
||||
fn();
|
||||
} catch (e) {
|
||||
if (!PRODUCTION) {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bunker(function () {
|
||||
if (IS_BROWSER && IS_DOM) {
|
||||
conflictDetection(window.FontAwesomeDetection.report);
|
||||
}
|
||||
});
|
||||
|
||||
exports.conflictDetection = conflictDetection;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
})));
|
||||
5
monitor/template/css/fontawesome5/js/conflict-detection.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/conflict-detection.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1979
monitor/template/css/fontawesome5/js/duotone.js
Normal file
1979
monitor/template/css/fontawesome5/js/duotone.js
Normal file
File diff suppressed because one or more lines are too long
5
monitor/template/css/fontawesome5/js/duotone.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/duotone.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2478
monitor/template/css/fontawesome5/js/fontawesome.js
Normal file
2478
monitor/template/css/fontawesome5/js/fontawesome.js
Normal file
File diff suppressed because one or more lines are too long
5
monitor/template/css/fontawesome5/js/fontawesome.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/fontawesome.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1979
monitor/template/css/fontawesome5/js/light.js
Normal file
1979
monitor/template/css/fontawesome5/js/light.js
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/js/light.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/light.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1979
monitor/template/css/fontawesome5/js/regular.js
Normal file
1979
monitor/template/css/fontawesome5/js/regular.js
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/js/regular.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/regular.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1979
monitor/template/css/fontawesome5/js/solid.js
Normal file
1979
monitor/template/css/fontawesome5/js/solid.js
Normal file
File diff suppressed because it is too large
Load diff
5
monitor/template/css/fontawesome5/js/solid.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/solid.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
68
monitor/template/css/fontawesome5/js/v4-shims.js
Normal file
68
monitor/template/css/fontawesome5/js/v4-shims.js
Normal file
File diff suppressed because one or more lines are too long
5
monitor/template/css/fontawesome5/js/v4-shims.min.js
vendored
Normal file
5
monitor/template/css/fontawesome5/js/v4-shims.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
19
monitor/template/css/fontawesome5/less/_animated.less
Normal file
19
monitor/template/css/fontawesome5/less/_animated.less
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// Animated Icons
|
||||
// --------------------------
|
||||
|
||||
.@{fa-css-prefix}-spin {
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-pulse {
|
||||
animation: fa-spin 1s infinite steps(8);
|
||||
}
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
16
monitor/template/css/fontawesome5/less/_bordered-pulled.less
Normal file
16
monitor/template/css/fontawesome5/less/_bordered-pulled.less
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-border {
|
||||
border-radius: .1em;
|
||||
border: solid .08em @fa-border-color;
|
||||
padding: .2em .25em .15em;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-pull-left { float: left; }
|
||||
.@{fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
|
||||
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
||||
12
monitor/template/css/fontawesome5/less/_core.less
Normal file
12
monitor/template/css/fontawesome5/less/_core.less
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}, .fas, .far, .fal, .fad, .fab {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
}
|
||||
6
monitor/template/css/fontawesome5/less/_fixed-width.less
Normal file
6
monitor/template/css/fontawesome5/less/_fixed-width.less
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Fixed Width Icons
|
||||
// -------------------------
|
||||
.@{fa-css-prefix}-fw {
|
||||
text-align: center;
|
||||
width: (20em / 16);
|
||||
}
|
||||
2302
monitor/template/css/fontawesome5/less/_icons.less
Normal file
2302
monitor/template/css/fontawesome5/less/_icons.less
Normal file
File diff suppressed because it is too large
Load diff
27
monitor/template/css/fontawesome5/less/_larger.less
Normal file
27
monitor/template/css/fontawesome5/less/_larger.less
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
// Icon Sizes
|
||||
// -------------------------
|
||||
|
||||
.larger(@factor) when (@factor > 0) {
|
||||
.larger((@factor - 1));
|
||||
|
||||
.@{fa-css-prefix}-@{factor}x {
|
||||
font-size: (@factor * 1em);
|
||||
}
|
||||
}
|
||||
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.@{fa-css-prefix}-lg {
|
||||
font-size: (4em / 3);
|
||||
line-height: (3em / 4);
|
||||
vertical-align: -.0667em;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-xs {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-sm {
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
.larger(10);
|
||||
18
monitor/template/css/fontawesome5/less/_list.less
Normal file
18
monitor/template/css/fontawesome5/less/_list.less
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
// List Icons
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-ul {
|
||||
list-style-type: none;
|
||||
margin-left: (@fa-li-width * 5/4);
|
||||
padding-left: 0;
|
||||
|
||||
> li { position: relative; }
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-li {
|
||||
left: -@fa-li-width;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: @fa-li-width;
|
||||
line-height: inherit;
|
||||
}
|
||||
0
monitor/template/css/fontawesome5/less/_mixins.css
Normal file
0
monitor/template/css/fontawesome5/less/_mixins.css
Normal file
56
monitor/template/css/fontawesome5/less/_mixins.less
Normal file
56
monitor/template/css/fontawesome5/less/_mixins.less
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
// Mixins
|
||||
// --------------------------
|
||||
|
||||
.fa-icon() {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.fa-icon-rotate(@degrees, @rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
|
||||
transform: rotate(@degrees);
|
||||
}
|
||||
|
||||
.fa-icon-flip(@horiz, @vert, @rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
|
||||
transform: scale(@horiz, @vert);
|
||||
}
|
||||
|
||||
|
||||
// Only display content to screen readers. A la Bootstrap 4.
|
||||
//
|
||||
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||
|
||||
.sr-only() {
|
||||
border: 0;
|
||||
clip: rect(0,0,0,0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||
//
|
||||
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||
//
|
||||
// Credit: HTML5 Boilerplate
|
||||
|
||||
.sr-only-focusable() {
|
||||
&:active,
|
||||
&:focus {
|
||||
clip: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
position: static;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
24
monitor/template/css/fontawesome5/less/_rotated-flipped.less
Normal file
24
monitor/template/css/fontawesome5/less/_rotated-flipped.less
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// Rotated & Flipped Icons
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
|
||||
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
|
||||
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
|
||||
|
||||
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
|
||||
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }
|
||||
.@{fa-css-prefix}-flip-both, .@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(-1, -1, 2); }
|
||||
|
||||
// Hook for IE8-9
|
||||
// -------------------------
|
||||
|
||||
:root {
|
||||
.@{fa-css-prefix}-rotate-90,
|
||||
.@{fa-css-prefix}-rotate-180,
|
||||
.@{fa-css-prefix}-rotate-270,
|
||||
.@{fa-css-prefix}-flip-horizontal,
|
||||
.@{fa-css-prefix}-flip-vertical,
|
||||
.@{fa-css-prefix}-flip-both {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
// Screen Readers
|
||||
// -------------------------
|
||||
|
||||
.sr-only { .sr-only(); }
|
||||
.sr-only-focusable { .sr-only-focusable(); }
|
||||
2066
monitor/template/css/fontawesome5/less/_shims.less
Normal file
2066
monitor/template/css/fontawesome5/less/_shims.less
Normal file
File diff suppressed because it is too large
Load diff
22
monitor/template/css/fontawesome5/less/_stacked.less
Normal file
22
monitor/template/css/fontawesome5/less/_stacked.less
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
// Stacked Icons
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}-stack {
|
||||
display: inline-block;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
width: 2em;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
|
||||
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
|
||||
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
|
||||
0
monitor/template/css/fontawesome5/less/_variables.css
Normal file
0
monitor/template/css/fontawesome5/less/_variables.css
Normal file
2314
monitor/template/css/fontawesome5/less/_variables.less
Normal file
2314
monitor/template/css/fontawesome5/less/_variables.less
Normal file
File diff suppressed because it is too large
Load diff
16
monitor/template/css/fontawesome5/less/brands.css
Normal file
16
monitor/template/css/fontawesome5/less/brands.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url('../webfonts/fa-brands-400.eot');
|
||||
src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-brands-400.woff2') format('woff2'), url('../webfonts/fa-brands-400.woff') format('woff'), url('../webfonts/fa-brands-400.ttf') format('truetype'), url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
|
||||
}
|
||||
.fab {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-weight: 400;
|
||||
}
|
||||
23
monitor/template/css/fontawesome5/less/brands.less
Normal file
23
monitor/template/css/fontawesome5/less/brands.less
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: @fa-font-display;
|
||||
src: url('@{fa-font-path}/fa-brands-400.eot');
|
||||
src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
||||
url('@{fa-font-path}/fa-brands-400.woff') format('woff'),
|
||||
url('@{fa-font-path}/fa-brands-400.ttf') format('truetype'),
|
||||
url('@{fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
|
||||
}
|
||||
|
||||
.fab {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
font-weight: 400;
|
||||
}
|
||||
5604
monitor/template/css/fontawesome5/less/duotone.css
Normal file
5604
monitor/template/css/fontawesome5/less/duotone.css
Normal file
File diff suppressed because it is too large
Load diff
1916
monitor/template/css/fontawesome5/less/duotone.less
Normal file
1916
monitor/template/css/fontawesome5/less/duotone.less
Normal file
File diff suppressed because it is too large
Load diff
7093
monitor/template/css/fontawesome5/less/fontawesome.css
vendored
Normal file
7093
monitor/template/css/fontawesome5/less/fontawesome.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
16
monitor/template/css/fontawesome5/less/fontawesome.less
vendored
Normal file
16
monitor/template/css/fontawesome5/less/fontawesome.less
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
@import "_mixins.less";
|
||||
@import "_core.less";
|
||||
@import "_larger.less";
|
||||
@import "_fixed-width.less";
|
||||
@import "_list.less";
|
||||
@import "_bordered-pulled.less";
|
||||
@import "_animated.less";
|
||||
@import "_rotated-flipped.less";
|
||||
@import "_stacked.less";
|
||||
@import "_icons.less";
|
||||
@import "_screen-reader.less";
|
||||
16
monitor/template/css/fontawesome5/less/light.css
Normal file
16
monitor/template/css/fontawesome5/less/light.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: block;
|
||||
src: url('../webfonts/fa-light-300.eot');
|
||||
src: url('../webfonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-light-300.woff2') format('woff2'), url('../webfonts/fa-light-300.woff') format('woff'), url('../webfonts/fa-light-300.ttf') format('truetype'), url('../webfonts/fa-light-300.svg#fontawesome') format('svg');
|
||||
}
|
||||
.fal {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 300;
|
||||
}
|
||||
23
monitor/template/css/fontawesome5/less/light.less
Normal file
23
monitor/template/css/fontawesome5/less/light.less
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: @fa-font-display;
|
||||
src: url('@{fa-font-path}/fa-light-300.eot');
|
||||
src: url('@{fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fa-font-path}/fa-light-300.woff2') format('woff2'),
|
||||
url('@{fa-font-path}/fa-light-300.woff') format('woff'),
|
||||
url('@{fa-font-path}/fa-light-300.ttf') format('truetype'),
|
||||
url('@{fa-font-path}/fa-light-300.svg#fontawesome') format('svg');
|
||||
}
|
||||
|
||||
.fal {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 300;
|
||||
}
|
||||
16
monitor/template/css/fontawesome5/less/regular.css
Normal file
16
monitor/template/css/fontawesome5/less/regular.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url('../webfonts/fa-regular-400.eot');
|
||||
src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-regular-400.woff2') format('woff2'), url('../webfonts/fa-regular-400.woff') format('woff'), url('../webfonts/fa-regular-400.ttf') format('truetype'), url('../webfonts/fa-regular-400.svg#fontawesome') format('svg');
|
||||
}
|
||||
.far {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 400;
|
||||
}
|
||||
23
monitor/template/css/fontawesome5/less/regular.less
Normal file
23
monitor/template/css/fontawesome5/less/regular.less
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: @fa-font-display;
|
||||
src: url('@{fa-font-path}/fa-regular-400.eot');
|
||||
src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
||||
url('@{fa-font-path}/fa-regular-400.woff') format('woff'),
|
||||
url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'),
|
||||
url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
|
||||
}
|
||||
|
||||
.far {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 400;
|
||||
}
|
||||
17
monitor/template/css/fontawesome5/less/solid.css
Normal file
17
monitor/template/css/fontawesome5/less/solid.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url('../webfonts/fa-solid-900.eot');
|
||||
src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'), url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
|
||||
}
|
||||
.fa,
|
||||
.fas {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 900;
|
||||
}
|
||||
24
monitor/template/css/fontawesome5/less/solid.less
Normal file
24
monitor/template/css/fontawesome5/less/solid.less
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: @fa-font-display;
|
||||
src: url('@{fa-font-path}/fa-solid-900.eot');
|
||||
src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
||||
url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
||||
url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
|
||||
url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
|
||||
url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
|
||||
}
|
||||
|
||||
.fa,
|
||||
.fas {
|
||||
font-family: 'Font Awesome 5 Pro';
|
||||
font-weight: 900;
|
||||
}
|
||||
2173
monitor/template/css/fontawesome5/less/v4-shims.css
Normal file
2173
monitor/template/css/fontawesome5/less/v4-shims.css
Normal file
File diff suppressed because it is too large
Load diff
6
monitor/template/css/fontawesome5/less/v4-shims.less
Normal file
6
monitor/template/css/fontawesome5/less/v4-shims.less
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*!
|
||||
* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import '_variables.less';
|
||||
@import '_shims.less';
|
||||
4086
monitor/template/css/fontawesome5/metadata/categories.yml
Normal file
4086
monitor/template/css/fontawesome5/metadata/categories.yml
Normal file
File diff suppressed because it is too large
Load diff
172069
monitor/template/css/fontawesome5/metadata/icons.json
Normal file
172069
monitor/template/css/fontawesome5/metadata/icons.json
Normal file
File diff suppressed because one or more lines are too long
41070
monitor/template/css/fontawesome5/metadata/icons.yml
Normal file
41070
monitor/template/css/fontawesome5/metadata/icons.yml
Normal file
File diff suppressed because it is too large
Load diff
2317
monitor/template/css/fontawesome5/metadata/shims.json
Normal file
2317
monitor/template/css/fontawesome5/metadata/shims.json
Normal file
File diff suppressed because it is too large
Load diff
298
monitor/template/css/fontawesome5/metadata/shims.yml
Normal file
298
monitor/template/css/fontawesome5/metadata/shims.yml
Normal file
|
|
@ -0,0 +1,298 @@
|
|||
area-chart:
|
||||
name: chart-area
|
||||
arrow-circle-o-down:
|
||||
name: arrow-alt-circle-down
|
||||
prefix: far
|
||||
arrow-circle-o-left:
|
||||
name: arrow-alt-circle-left
|
||||
prefix: far
|
||||
arrow-circle-o-right:
|
||||
name: arrow-alt-circle-right
|
||||
prefix: far
|
||||
arrow-circle-o-up:
|
||||
name: arrow-alt-circle-up
|
||||
prefix: far
|
||||
arrows:
|
||||
name: arrows-alt
|
||||
arrows-alt:
|
||||
name: expand-arrows-alt
|
||||
arrows-h:
|
||||
name: arrows-alt-h
|
||||
arrows-v:
|
||||
name: arrows-alt-v
|
||||
bar-chart:
|
||||
name: chart-bar
|
||||
prefix: far
|
||||
bitbucket-square:
|
||||
name: bitbucket
|
||||
prefix: fab
|
||||
calendar:
|
||||
name: calendar-alt
|
||||
calendar-o:
|
||||
name: calendar
|
||||
prefix: far
|
||||
caret-square-o-down:
|
||||
name: caret-square-down
|
||||
prefix: far
|
||||
caret-square-o-left:
|
||||
name: caret-square-left
|
||||
prefix: far
|
||||
caret-square-o-right:
|
||||
name: caret-square-right
|
||||
prefix: far
|
||||
caret-square-o-up:
|
||||
name: caret-square-up
|
||||
prefix: far
|
||||
cc:
|
||||
name: closed-captioning
|
||||
prefix: far
|
||||
chain-broken:
|
||||
name: unlink
|
||||
circle-o-notch:
|
||||
name: circle-notch
|
||||
circle-thin:
|
||||
name: circle
|
||||
prefix: far
|
||||
clipboard:
|
||||
prefix: far
|
||||
clone:
|
||||
prefix: far
|
||||
cloud-download:
|
||||
name: cloud-download-alt
|
||||
cloud-upload:
|
||||
name: cloud-upload-alt
|
||||
code-fork:
|
||||
name: code-branch
|
||||
comment-alt:
|
||||
name: comment-dots
|
||||
prefix: far
|
||||
commenting:
|
||||
name: comment-dots
|
||||
compass:
|
||||
prefix: far
|
||||
compress:
|
||||
name: compress-alt
|
||||
copyright:
|
||||
prefix: far
|
||||
creative-commons:
|
||||
prefix: fab
|
||||
credit-card:
|
||||
prefix: far
|
||||
credit-card-alt:
|
||||
name: credit-card
|
||||
cutlery:
|
||||
name: utensils
|
||||
diamond:
|
||||
name: gem
|
||||
prefix: far
|
||||
eercast:
|
||||
name: sellcast
|
||||
prefix: fab
|
||||
eur:
|
||||
name: euro-sign
|
||||
exchange:
|
||||
name: exchange-alt
|
||||
expand:
|
||||
name: expand-alt
|
||||
external-link:
|
||||
name: external-link-alt
|
||||
external-link-square:
|
||||
name: external-link-square-alt
|
||||
eye:
|
||||
prefix: far
|
||||
eye-dropper:
|
||||
name: eye-dropper
|
||||
prefix: far
|
||||
eye-slash:
|
||||
prefix: far
|
||||
eyedropper:
|
||||
name: eye-dropper
|
||||
facebook:
|
||||
name: facebook-f
|
||||
prefix: fab
|
||||
facebook-official:
|
||||
name: facebook
|
||||
prefix: fab
|
||||
file-text:
|
||||
name: file-alt
|
||||
files-o:
|
||||
name: copy
|
||||
prefix: far
|
||||
floppy-o:
|
||||
name: save
|
||||
prefix: far
|
||||
gbp:
|
||||
name: pound-sign
|
||||
glass:
|
||||
name: glass-martini
|
||||
google-plus:
|
||||
name: google-plus-g
|
||||
prefix: fab
|
||||
google-plus-circle:
|
||||
name: google-plus
|
||||
prefix: fab
|
||||
google-plus-official:
|
||||
name: google-plus
|
||||
prefix: fab
|
||||
hand-o-down:
|
||||
name: hand-point-down
|
||||
prefix: far
|
||||
hand-o-left:
|
||||
name: hand-point-left
|
||||
prefix: far
|
||||
hand-o-right:
|
||||
name: hand-point-right
|
||||
prefix: far
|
||||
hand-o-up:
|
||||
name: hand-point-up
|
||||
prefix: far
|
||||
header:
|
||||
name: heading
|
||||
id-badge:
|
||||
prefix: far
|
||||
ils:
|
||||
name: shekel-sign
|
||||
inr:
|
||||
name: rupee-sign
|
||||
intersex:
|
||||
name: transgender
|
||||
jpy:
|
||||
name: yen-sign
|
||||
krw:
|
||||
name: won-sign
|
||||
level-down:
|
||||
name: level-down-alt
|
||||
level-up:
|
||||
name: level-up-alt
|
||||
life-ring:
|
||||
prefix: far
|
||||
line-chart:
|
||||
name: chart-line
|
||||
linkedin:
|
||||
name: linkedin-in
|
||||
prefix: fab
|
||||
linkedin-square:
|
||||
name: linkedin
|
||||
prefix: fab
|
||||
list-alt:
|
||||
prefix: far
|
||||
long-arrow-down:
|
||||
name: long-arrow-alt-down
|
||||
long-arrow-left:
|
||||
name: long-arrow-alt-left
|
||||
long-arrow-right:
|
||||
name: long-arrow-alt-right
|
||||
long-arrow-up:
|
||||
name: long-arrow-alt-up
|
||||
map-marker:
|
||||
name: map-marker-alt
|
||||
meanpath:
|
||||
name: font-awesome
|
||||
prefix: fab
|
||||
mobile:
|
||||
name: mobile-alt
|
||||
money:
|
||||
name: money-bill-alt
|
||||
prefix: far
|
||||
object-group:
|
||||
prefix: far
|
||||
object-ungroup:
|
||||
prefix: far
|
||||
paste:
|
||||
prefix: far
|
||||
pencil:
|
||||
name: pencil-alt
|
||||
pencil-square:
|
||||
name: pen-square
|
||||
pencil-square-o:
|
||||
name: edit
|
||||
prefix: far
|
||||
picture:
|
||||
name: image
|
||||
pie-chart:
|
||||
name: chart-pie
|
||||
refresh:
|
||||
name: sync
|
||||
registered:
|
||||
prefix: far
|
||||
repeat:
|
||||
name: redo
|
||||
rub:
|
||||
name: ruble-sign
|
||||
scissors:
|
||||
name: cut
|
||||
shield:
|
||||
name: shield-alt
|
||||
sign-in:
|
||||
name: sign-in-alt
|
||||
sign-out:
|
||||
name: sign-out-alt
|
||||
sliders:
|
||||
name: sliders-h
|
||||
sort-alpha-asc:
|
||||
name: sort-alpha-down
|
||||
sort-alpha-desc:
|
||||
name: sort-alpha-down-alt
|
||||
sort-amount-asc:
|
||||
name: sort-amount-down
|
||||
sort-amount-desc:
|
||||
name: sort-amount-down-alt
|
||||
sort-asc:
|
||||
name: sort-up
|
||||
sort-desc:
|
||||
name: sort-down
|
||||
sort-numeric-asc:
|
||||
name: sort-numeric-down
|
||||
sort-numeric-desc:
|
||||
name: sort-numeric-down-alt
|
||||
spoon:
|
||||
name: utensil-spoon
|
||||
star-half-empty:
|
||||
name: star-half
|
||||
star-half-full:
|
||||
name: star-half
|
||||
support:
|
||||
name: life-ring
|
||||
prefix: far
|
||||
tablet:
|
||||
name: tablet-alt
|
||||
tachometer:
|
||||
name: tachometer-alt
|
||||
television:
|
||||
name: tv
|
||||
thumb-tack:
|
||||
name: thumbtack
|
||||
thumbs-o-down:
|
||||
name: thumbs-down
|
||||
prefix: far
|
||||
thumbs-o-up:
|
||||
name: thumbs-up
|
||||
prefix: far
|
||||
ticket:
|
||||
name: ticket-alt
|
||||
trash:
|
||||
name: trash-alt
|
||||
trash-o:
|
||||
name: trash-alt
|
||||
prefix: far
|
||||
try:
|
||||
name: lira-sign
|
||||
usd:
|
||||
name: dollar-sign
|
||||
video-camera:
|
||||
name: video
|
||||
vimeo:
|
||||
name: vimeo-v
|
||||
prefix: fab
|
||||
volume-control-phone:
|
||||
name: phone-volume
|
||||
wheelchair-alt:
|
||||
name: accessible-icon
|
||||
prefix: fab
|
||||
window-maximize:
|
||||
prefix: far
|
||||
window-restore:
|
||||
prefix: far
|
||||
youtube-play:
|
||||
name: youtube
|
||||
prefix: fab
|
||||
796
monitor/template/css/fontawesome5/metadata/sponsors.yml
Normal file
796
monitor/template/css/fontawesome5/metadata/sponsors.yml
Normal file
|
|
@ -0,0 +1,796 @@
|
|||
accusoft:
|
||||
icons:
|
||||
- accusoft
|
||||
label: Accusoft
|
||||
url: 'https://www.accusoft.com'
|
||||
administrator-technology:
|
||||
icons:
|
||||
- stream
|
||||
label: Administrator Technology
|
||||
url: 'https://administrator.de'
|
||||
adversal:
|
||||
icons:
|
||||
- adversal
|
||||
label: Adversal
|
||||
url: 'https://www.adversal.com'
|
||||
affiliatetheme:
|
||||
icons:
|
||||
- affiliatetheme
|
||||
label: affiliatetheme
|
||||
url: 'https://affiliatetheme.io/en'
|
||||
algolia:
|
||||
icons:
|
||||
- algolia
|
||||
label: Algolia
|
||||
url: 'http://www.algolia.com'
|
||||
amazon-web-services:
|
||||
icons:
|
||||
- aws
|
||||
label: Amazon Web Services
|
||||
url: 'https://aws.amazon.com'
|
||||
amilia:
|
||||
icons:
|
||||
- amilia
|
||||
label: Amilia
|
||||
url: 'http://www.amilia.com'
|
||||
angry-creative:
|
||||
icons:
|
||||
- angrycreative
|
||||
label: Angry Creative
|
||||
url: 'https://angrycreative.se'
|
||||
app-signal:
|
||||
icons:
|
||||
- stroopwafel
|
||||
label: AppSignal
|
||||
url: 'https://appsignal.com'
|
||||
apper-systems-ab:
|
||||
icons:
|
||||
- apper
|
||||
label: Apper Systems AB
|
||||
url: 'http://www.apper.com'
|
||||
'asymmetrik,ltd':
|
||||
icons:
|
||||
- asymmetrik
|
||||
label: 'Asymmetrik, Ltd.'
|
||||
url: 'http://asymmetrik.com'
|
||||
ausmed-education:
|
||||
icons:
|
||||
- user-nurse
|
||||
label: Ausmed Education
|
||||
url: 'https://www.ausmed.com.au'
|
||||
avianex:
|
||||
icons:
|
||||
- avianex
|
||||
label: avianex
|
||||
url: 'https://www.avianex.de'
|
||||
bi-mobject:
|
||||
icons:
|
||||
- bimobject
|
||||
label: BIMobject
|
||||
url: 'http://bimobject.com'
|
||||
bity:
|
||||
icons:
|
||||
- bity
|
||||
label: Bity
|
||||
url: 'http://bity.com'
|
||||
blackpulp-designs:
|
||||
icons:
|
||||
- pray
|
||||
label: Blackpulp Designs
|
||||
url: 'https://www.blackpulp.com'
|
||||
blissbook:
|
||||
icons:
|
||||
- pen-fancy
|
||||
label: Blissbook
|
||||
url: 'https://blissbook.com'
|
||||
büromöbel-experte-gmb-h &co-kg:
|
||||
icons:
|
||||
- buromobelexperte
|
||||
label: Büromöbel-Experte GmbH & Co. KG.
|
||||
url: 'https://www.bueromoebel-experte.de'
|
||||
c-panel:
|
||||
icons:
|
||||
- cpanel
|
||||
label: cPanel
|
||||
url: 'http://cpanel.com'
|
||||
centercode:
|
||||
icons:
|
||||
- centercode
|
||||
label: Centercode
|
||||
url: 'https://www.centercode.com'
|
||||
cibltd:
|
||||
icons:
|
||||
- drum-steelpan
|
||||
label: Comprehensive Insurance Brokers Limited
|
||||
url: 'http://www.cibltd.com'
|
||||
clear-blue-technologies:
|
||||
icons:
|
||||
- solar-panel
|
||||
label: Clear Blue Technologies
|
||||
url: 'http://www.clearbluetechnologies.com'
|
||||
cloudscale-ch:
|
||||
icons:
|
||||
- cloudscale
|
||||
label: cloudscale.ch
|
||||
url: 'https://www.cloudscale.ch'
|
||||
cloudsmith:
|
||||
icons:
|
||||
- cloudsmith
|
||||
label: Cloudsmith
|
||||
url: 'https://cloudsmith.io'
|
||||
cloudversify:
|
||||
icons:
|
||||
- cloudversify
|
||||
label: cloudversify
|
||||
url: 'https://www.cloudversify.com'
|
||||
cuttlefish:
|
||||
icons:
|
||||
- cuttlefish
|
||||
label: Cuttlefish
|
||||
url: 'http://wearecuttlefish.com'
|
||||
cymedica:
|
||||
icons:
|
||||
- wave-square
|
||||
label: CyMedica
|
||||
url: 'https://www.cymedicaortho.com'
|
||||
darren-wiebe:
|
||||
icons:
|
||||
- church
|
||||
label: Darren Wiebe
|
||||
deploy-dog:
|
||||
icons:
|
||||
- deploydog
|
||||
label: deploy.dog
|
||||
url: 'http://deploy.dog'
|
||||
deskpro:
|
||||
icons:
|
||||
- deskpro
|
||||
label: Deskpro
|
||||
url: 'http://www.deskpro.com'
|
||||
discourse:
|
||||
icons:
|
||||
- discourse
|
||||
label: Discourse
|
||||
url: 'https://discourse.org'
|
||||
doc-hub:
|
||||
icons:
|
||||
- dochub
|
||||
label: DocHub
|
||||
url: 'https://dochub.com'
|
||||
draft2-digital:
|
||||
icons:
|
||||
- draft2digital
|
||||
label: Draft2Digital
|
||||
url: 'http://draft2digital.com'
|
||||
dyalog-apl:
|
||||
icons:
|
||||
- dyalog
|
||||
label: Dyalog APL
|
||||
url: 'http://www.dyalog.com'
|
||||
econopublish:
|
||||
icons:
|
||||
- hat-cowboy-side
|
||||
label: EconoPublish
|
||||
url: 'https://www.econopublish.com'
|
||||
firstdraft:
|
||||
icons:
|
||||
- firstdraft
|
||||
label: firstdraft
|
||||
url: 'http://www.firstdraft.com'
|
||||
fleetplan:
|
||||
icons:
|
||||
- helicopter
|
||||
label: FLEETPLAN
|
||||
url: 'https://www.fleetplan.net'
|
||||
getaroom:
|
||||
icons:
|
||||
- archway
|
||||
- dumbbell
|
||||
- hotel
|
||||
- map-marked
|
||||
- map-marked-alt
|
||||
- monument
|
||||
- spa
|
||||
- swimmer
|
||||
- swimming-pool
|
||||
label: getaroom
|
||||
url: 'https://www.getaroom.com'
|
||||
git-kraken:
|
||||
icons:
|
||||
- gitkraken
|
||||
label: GitKraken
|
||||
url: 'https://www.gitkraken.com'
|
||||
gofore:
|
||||
icons:
|
||||
- gofore
|
||||
label: Gofore
|
||||
url: 'http://gofore.com'
|
||||
'gripfire,inc':
|
||||
icons:
|
||||
- gripfire
|
||||
label: 'Gripfire, Inc.'
|
||||
url: 'http://gripfire.io'
|
||||
harvard-medical-school:
|
||||
icons:
|
||||
- allergies
|
||||
- ambulance
|
||||
- band-aid
|
||||
- briefcase-medical
|
||||
- burn
|
||||
- capsules
|
||||
- diagnoses
|
||||
- dna
|
||||
- file-medical
|
||||
- file-medical-alt
|
||||
- first-aid
|
||||
- heart
|
||||
- heartbeat
|
||||
- hospital
|
||||
- hospital-alt
|
||||
- hospital-symbol
|
||||
- id-card-alt
|
||||
- notes-medical
|
||||
- pills
|
||||
- plus
|
||||
- prescription-bottle
|
||||
- prescription-bottle-alt
|
||||
- procedures
|
||||
- smoking
|
||||
- stethoscope
|
||||
- syringe
|
||||
- tablets
|
||||
- thermometer
|
||||
- user-md
|
||||
- vial
|
||||
- vials
|
||||
- weight
|
||||
- x-ray
|
||||
label: Harvard Medical School
|
||||
url: 'https://hms.harvard.edu'
|
||||
hips:
|
||||
icons:
|
||||
- hips
|
||||
label: Hips
|
||||
url: 'https://hips.com'
|
||||
hire-a-helper:
|
||||
icons:
|
||||
- archive
|
||||
- blanket
|
||||
- box-alt
|
||||
- box-fragile
|
||||
- box-full
|
||||
- box-open
|
||||
- box-up
|
||||
- boxes-alt
|
||||
- container-storage
|
||||
- couch
|
||||
- dolly
|
||||
- dolly-empty
|
||||
- fragile
|
||||
- lamp
|
||||
- loveseat
|
||||
- people-carry
|
||||
- person-carry
|
||||
- person-dolly
|
||||
- person-dolly-empty
|
||||
- ramp-loading
|
||||
- route
|
||||
- sign
|
||||
- suitcase
|
||||
- tape
|
||||
- truck-container
|
||||
- truck-couch
|
||||
- truck-loading
|
||||
- truck-moving
|
||||
- truck-ramp
|
||||
- wine-glass
|
||||
label: HireAHelper
|
||||
url: 'https://www.hireahelper.com'
|
||||
hornbill:
|
||||
icons:
|
||||
- hornbill
|
||||
label: Hornbill
|
||||
url: 'https://www.hornbill.com'
|
||||
hotjar:
|
||||
icons:
|
||||
- hotjar
|
||||
label: Hotjar
|
||||
url: 'https://www.hotjar.com'
|
||||
hub-spot:
|
||||
icons:
|
||||
- hubspot
|
||||
label: HubSpot
|
||||
url: 'http://www.HubSpot.com'
|
||||
in-site-systems:
|
||||
icons:
|
||||
- toolbox
|
||||
label: InSite Systems
|
||||
url: 'https://www.insitesystems.com'
|
||||
inspira-bvba:
|
||||
icons:
|
||||
- chess-knight
|
||||
label: Inspira bvba
|
||||
url: 'https://www.inspira.be'
|
||||
joe-emison:
|
||||
icons:
|
||||
- blender-phone
|
||||
label: Joe Emison
|
||||
joget:
|
||||
icons:
|
||||
- joget
|
||||
label: Joget
|
||||
url: 'http://www.joget.org'
|
||||
jon-galloway:
|
||||
icons:
|
||||
- crow
|
||||
label: Jon Galloway
|
||||
kevin-barone:
|
||||
icons:
|
||||
- file-contract
|
||||
label: Kevin Barone
|
||||
key-cdn:
|
||||
icons:
|
||||
- keycdn
|
||||
label: KeyCDN
|
||||
url: 'https://www.keycdn.com'
|
||||
korvue:
|
||||
icons:
|
||||
- korvue
|
||||
label: Korvue
|
||||
url: 'https://korvue.com'
|
||||
max-elman:
|
||||
icons:
|
||||
- frog
|
||||
label: Max Elman
|
||||
med-apps:
|
||||
icons:
|
||||
- medapps
|
||||
label: MedApps
|
||||
url: 'http://medapps.com.au'
|
||||
medapps:
|
||||
icons:
|
||||
- book-medical
|
||||
- book-user
|
||||
- books-medical
|
||||
- clinic-medical
|
||||
- clipboard-user
|
||||
- comment-alt-medical
|
||||
- comment-medical
|
||||
- crutch
|
||||
- crutches
|
||||
- disease
|
||||
- files-medical
|
||||
- head-side-brain
|
||||
- head-side-medical
|
||||
- hospital-user
|
||||
- hospitals
|
||||
- laptop-medical
|
||||
- pager
|
||||
- stretcher
|
||||
- user-md-chat
|
||||
- users-medical
|
||||
- walker
|
||||
label: MedApps
|
||||
url: 'https://medapps.com.au'
|
||||
megaport:
|
||||
icons:
|
||||
- megaport
|
||||
label: Megaport
|
||||
url: 'https://www.megaport.com'
|
||||
mix:
|
||||
icons:
|
||||
- mix
|
||||
label: Mix
|
||||
url: 'http://mix.com'
|
||||
mizuni:
|
||||
icons:
|
||||
- mizuni
|
||||
label: Mizuni
|
||||
url: 'http://www.mizuni.com'
|
||||
mrt:
|
||||
icons:
|
||||
- medrt
|
||||
label: MRT
|
||||
url: 'https://medrt.co.jp'
|
||||
mylogin-info:
|
||||
icons:
|
||||
- user-shield
|
||||
label: mylogin.info
|
||||
url: 'https://www.mylogin.info'
|
||||
napster:
|
||||
icons:
|
||||
- napster
|
||||
label: Napster
|
||||
url: 'http://www.napster.com'
|
||||
nimblr:
|
||||
icons:
|
||||
- nimblr
|
||||
label: Nimblr
|
||||
url: 'https://nimblr.ai'
|
||||
nompse:
|
||||
icons:
|
||||
- chalkboard
|
||||
- chalkboard-teacher
|
||||
label: Nomp.se
|
||||
url: 'https://nomp.se'
|
||||
ns8:
|
||||
icons:
|
||||
- ns8
|
||||
label: NS8
|
||||
url: 'https://www.ns8.com'
|
||||
nutritionix:
|
||||
icons:
|
||||
- nutritionix
|
||||
label: Nutritionix
|
||||
url: 'http://www.nutritionix.com'
|
||||
page4-corporation:
|
||||
icons:
|
||||
- page4
|
||||
label: page4 Corporation
|
||||
url: 'https://en.page4.com'
|
||||
pal-fed:
|
||||
icons:
|
||||
- palfed
|
||||
label: PalFed
|
||||
url: 'https://www.palfed.com'
|
||||
pcsg:
|
||||
icons:
|
||||
- horse-head
|
||||
label: PCSG
|
||||
url: 'https://www.pcsg.de'
|
||||
phabricator:
|
||||
icons:
|
||||
- phabricator
|
||||
label: Phabricator
|
||||
url: 'http://phacility.com'
|
||||
promo-wizard:
|
||||
icons:
|
||||
- hat-wizard
|
||||
label: Promo Wizard
|
||||
url: 'https://promowizard.co.uk'
|
||||
pulse-eight:
|
||||
icons:
|
||||
- volume-mute
|
||||
label: Pulse-Eight
|
||||
url: 'https://pulse-eight.com'
|
||||
purely-interactive:
|
||||
icons:
|
||||
- kiwi-bird
|
||||
label: Purely Interactive
|
||||
url: 'https://www.purelyinteractive.ca'
|
||||
pushed:
|
||||
icons:
|
||||
- pushed
|
||||
label: Pushed
|
||||
url: 'https://pushed.co'
|
||||
quin-scape:
|
||||
icons:
|
||||
- quinscape
|
||||
label: QuinScape
|
||||
url: 'https://www.quinscape.de'
|
||||
reacteurope:
|
||||
icons:
|
||||
- reacteurope
|
||||
label: ReactEurope
|
||||
url: 'https://www.react-europe.org'
|
||||
readme-io:
|
||||
icons:
|
||||
- readme
|
||||
label: Readme.io
|
||||
url: 'http://readme.io'
|
||||
red-river:
|
||||
icons:
|
||||
- red-river
|
||||
label: red river
|
||||
url: 'https://river.red'
|
||||
replyd:
|
||||
icons:
|
||||
- replyd
|
||||
label: replyd
|
||||
resolving:
|
||||
icons:
|
||||
- resolving
|
||||
label: Resolving
|
||||
url: 'https://resolving.com'
|
||||
rev-io:
|
||||
icons:
|
||||
- rev
|
||||
label: Rev.io
|
||||
url: 'https://rev.io'
|
||||
rock-rms:
|
||||
icons:
|
||||
- rockrms
|
||||
label: Rock RMS
|
||||
url: 'http://rockrms.com'
|
||||
rocket-chat:
|
||||
icons:
|
||||
- comment
|
||||
- comment-alt
|
||||
- comment-alt-check
|
||||
- comment-alt-dots
|
||||
- comment-alt-edit
|
||||
- comment-alt-exclamation
|
||||
- comment-alt-lines
|
||||
- comment-alt-minus
|
||||
- comment-alt-plus
|
||||
- comment-alt-slash
|
||||
- comment-alt-smile
|
||||
- comment-alt-times
|
||||
- comment-check
|
||||
- comment-dots
|
||||
- comment-edit
|
||||
- comment-exclamation
|
||||
- comment-lines
|
||||
- comment-minus
|
||||
- comment-plus
|
||||
- comment-slash
|
||||
- comment-smile
|
||||
- comment-times
|
||||
- comments
|
||||
- comments-alt
|
||||
- frown
|
||||
- meh
|
||||
- phone
|
||||
- phone-plus
|
||||
- phone-slash
|
||||
- poo
|
||||
- quote-left
|
||||
- quote-right
|
||||
- rocketchat
|
||||
- smile
|
||||
- smile-plus
|
||||
- video
|
||||
- video-plus
|
||||
- video-slash
|
||||
label: Rocket.Chat
|
||||
url: 'https://rocket.chat'
|
||||
rodney-oliver:
|
||||
icons:
|
||||
- folder-minus
|
||||
- folder-plus
|
||||
label: Rodney Oliver
|
||||
schlix:
|
||||
icons:
|
||||
- schlix
|
||||
label: SCHLIX
|
||||
url: 'http://schlix.com'
|
||||
search-eng-in:
|
||||
icons:
|
||||
- searchengin
|
||||
label: SearchEng.in
|
||||
url: 'http://searcheng.in'
|
||||
service-stack:
|
||||
icons:
|
||||
- servicestack
|
||||
label: ServiceStack
|
||||
url: 'https://servicestack.net'
|
||||
shawn-storie:
|
||||
icons:
|
||||
- teeth
|
||||
- teeth-open
|
||||
label: Shawn Storie
|
||||
shopware:
|
||||
icons:
|
||||
- shopware
|
||||
label: Shopware
|
||||
url: 'https://shopware.de'
|
||||
shp:
|
||||
icons:
|
||||
- school
|
||||
label: SHP
|
||||
url: 'http://shp.com'
|
||||
silicon-barn-inc:
|
||||
icons:
|
||||
- project-diagram
|
||||
label: Silicon Barn Inc
|
||||
url: 'https://siliconbarn.com'
|
||||
sistrix:
|
||||
icons:
|
||||
- sistrix
|
||||
label: SISTRIX
|
||||
url: 'https://www.sistrix.de'
|
||||
smup:
|
||||
icons:
|
||||
- shoe-prints
|
||||
label: Smup
|
||||
url: 'https://www.atomsoftware.com.au'
|
||||
speakap:
|
||||
icons:
|
||||
- speakap
|
||||
label: Speakap
|
||||
url: 'https://speakap.com'
|
||||
stay-linked:
|
||||
icons:
|
||||
- barcode-alt
|
||||
- barcode-read
|
||||
- barcode-scan
|
||||
- box
|
||||
- box-check
|
||||
- boxes
|
||||
- clipboard-check
|
||||
- clipboard-list
|
||||
- conveyor-belt
|
||||
- conveyor-belt-alt
|
||||
- dolly
|
||||
- dolly-empty
|
||||
- dolly-flatbed
|
||||
- dolly-flatbed-alt
|
||||
- dolly-flatbed-empty
|
||||
- forklift
|
||||
- hand-holding-box
|
||||
- hand-receiving
|
||||
- inventory
|
||||
- pallet
|
||||
- pallet-alt
|
||||
- scanner
|
||||
- scanner-keyboard
|
||||
- scanner-touchscreen
|
||||
- shipping-fast
|
||||
- shipping-timed
|
||||
- tablet-rugged
|
||||
- truck
|
||||
- warehouse
|
||||
- warehouse-alt
|
||||
label: StayLinked
|
||||
url: 'https://www.staylinked.com'
|
||||
sticker-mule:
|
||||
icons:
|
||||
- sticker-mule
|
||||
label: Sticker Mule
|
||||
url: 'https://stickermule.com'
|
||||
studio-vinari:
|
||||
icons:
|
||||
- studiovinari
|
||||
label: Studio Vinari
|
||||
url: 'https://studiovinari.com'
|
||||
supple:
|
||||
icons:
|
||||
- ad
|
||||
- analytics
|
||||
- badge-check
|
||||
- badge-dollar
|
||||
- badge-percent
|
||||
- bullhorn
|
||||
- bullseye
|
||||
- bullseye-arrow
|
||||
- bullseye-pointer
|
||||
- comment-alt-dollar
|
||||
- comment-dollar
|
||||
- comments-alt-dollar
|
||||
- comments-dollar
|
||||
- envelope-open-dollar
|
||||
- envelope-open-text
|
||||
- funnel-dollar
|
||||
- gift-card
|
||||
- lightbulb-dollar
|
||||
- lightbulb-exclamation
|
||||
- lightbulb-on
|
||||
- lightbulb-slash
|
||||
- mail-bulk
|
||||
- megaphone
|
||||
- poll
|
||||
- poll-h
|
||||
- search-dollar
|
||||
- search-location
|
||||
- supple
|
||||
- user-crown
|
||||
- users-crown
|
||||
label: Supple
|
||||
url: 'https://supple.com.au'
|
||||
the-red-yeti:
|
||||
icons:
|
||||
- the-red-yeti
|
||||
label: The Red Yeti
|
||||
url: 'http://theredyeti.com'
|
||||
the-us-sunnah-foundation:
|
||||
icons:
|
||||
- book-heart
|
||||
- box-heart
|
||||
- box-usd
|
||||
- dollar-sign
|
||||
- donate
|
||||
- dove
|
||||
- gift
|
||||
- globe
|
||||
- hand-heart
|
||||
- hand-holding-heart
|
||||
- hand-holding-seedling
|
||||
- hand-holding-usd
|
||||
- hand-holding-water
|
||||
- hands-heart
|
||||
- hands-helping
|
||||
- hands-usd
|
||||
- handshake
|
||||
- handshake-alt
|
||||
- heart
|
||||
- heart-circle
|
||||
- heart-square
|
||||
- home-heart
|
||||
- leaf
|
||||
- leaf-heart
|
||||
- parachute-box
|
||||
- piggy-bank
|
||||
- ribbon
|
||||
- seedling
|
||||
- usd-circle
|
||||
- usd-square
|
||||
label: The us-Sunnah Foundation
|
||||
url: 'https://www.ussunnah.org'
|
||||
themeco:
|
||||
icons:
|
||||
- themeco
|
||||
label: Themeco
|
||||
url: 'https://theme.co'
|
||||
think-peaks:
|
||||
icons:
|
||||
- think-peaks
|
||||
label: Think Peaks
|
||||
url: 'https://thinkpeaks.com/'
|
||||
typo3:
|
||||
icons:
|
||||
- typo3
|
||||
label: Typo3
|
||||
url: 'https://typo3.org'
|
||||
uniregistry:
|
||||
icons:
|
||||
- uniregistry
|
||||
label: Uniregistry
|
||||
url: 'https://uniregistry.com'
|
||||
us-sunnah-foundation:
|
||||
icons:
|
||||
- ussunnah
|
||||
label: us-Sunnah Foundation
|
||||
url: 'https://www.ussunnah.org'
|
||||
vaadin:
|
||||
icons:
|
||||
- vaadin
|
||||
label: Vaadin
|
||||
url: 'http://vaadin.com'
|
||||
via:
|
||||
icons:
|
||||
- car-crash
|
||||
- draw-circle
|
||||
- draw-polygon
|
||||
- draw-square
|
||||
- house-damage
|
||||
- layer-group
|
||||
- layer-minus
|
||||
- layer-plus
|
||||
- skull-crossbones
|
||||
- user-injured
|
||||
label: VIA Traffic Software Solutions
|
||||
url: 'https://www.via.software'
|
||||
victor-costan:
|
||||
icons:
|
||||
- otter
|
||||
label: Staphany Park and Victor Costan
|
||||
vnv:
|
||||
icons:
|
||||
- vnv
|
||||
label: VNV
|
||||
url: 'https://www.vnv.ch'
|
||||
weedable:
|
||||
icons:
|
||||
- bong
|
||||
- cannabis
|
||||
- hippo
|
||||
- joint
|
||||
- mortar-pestle
|
||||
- prescription
|
||||
label: Weedable
|
||||
url: 'https://www.weedable.com'
|
||||
whmcs:
|
||||
icons:
|
||||
- whmcs
|
||||
label: WHMCS
|
||||
url: 'https://www.whmcs.com'
|
||||
workrails:
|
||||
icons:
|
||||
- briefcase
|
||||
label: WorkRails
|
||||
url: 'https://www.workrails.com'
|
||||
wpressr:
|
||||
icons:
|
||||
- wpressr
|
||||
label: wpressr
|
||||
url: 'https://wpressr.com'
|
||||
20
monitor/template/css/fontawesome5/scss/_animated.scss
Normal file
20
monitor/template/css/fontawesome5/scss/_animated.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// Animated Icons
|
||||
// --------------------------
|
||||
|
||||
.#{$fa-css-prefix}-spin {
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pulse {
|
||||
animation: fa-spin 1s infinite steps(8);
|
||||
}
|
||||
|
||||
@keyframes fa-spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
20
monitor/template/css/fontawesome5/scss/_bordered-pulled.scss
Normal file
20
monitor/template/css/fontawesome5/scss/_bordered-pulled.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// Bordered & Pulled
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-border {
|
||||
border: solid .08em $fa-border-color;
|
||||
border-radius: .1em;
|
||||
padding: .2em .25em .15em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-pull-left { float: left; }
|
||||
.#{$fa-css-prefix}-pull-right { float: right; }
|
||||
|
||||
.#{$fa-css-prefix},
|
||||
.fas,
|
||||
.far,
|
||||
.fal,
|
||||
.fab {
|
||||
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||
}
|
||||
21
monitor/template/css/fontawesome5/scss/_core.scss
Normal file
21
monitor/template/css/fontawesome5/scss/_core.scss
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix},
|
||||
.fas,
|
||||
.far,
|
||||
.fal,
|
||||
.fad,
|
||||
.fab {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
%fa-icon {
|
||||
@include fa-icon;
|
||||
}
|
||||
6
monitor/template/css/fontawesome5/scss/_fixed-width.scss
Normal file
6
monitor/template/css/fontawesome5/scss/_fixed-width.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Fixed Width Icons
|
||||
// -------------------------
|
||||
.#{$fa-css-prefix}-fw {
|
||||
text-align: center;
|
||||
width: $fa-fw-width;
|
||||
}
|
||||
2302
monitor/template/css/fontawesome5/scss/_icons.scss
Normal file
2302
monitor/template/css/fontawesome5/scss/_icons.scss
Normal file
File diff suppressed because it is too large
Load diff
23
monitor/template/css/fontawesome5/scss/_larger.scss
Normal file
23
monitor/template/css/fontawesome5/scss/_larger.scss
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
// Icon Sizes
|
||||
// -------------------------
|
||||
|
||||
// makes the font 33% larger relative to the icon container
|
||||
.#{$fa-css-prefix}-lg {
|
||||
font-size: (4em / 3);
|
||||
line-height: (3em / 4);
|
||||
vertical-align: -.0667em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-xs {
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-sm {
|
||||
font-size: .875em;
|
||||
}
|
||||
|
||||
@for $i from 1 through 10 {
|
||||
.#{$fa-css-prefix}-#{$i}x {
|
||||
font-size: $i * 1em;
|
||||
}
|
||||
}
|
||||
18
monitor/template/css/fontawesome5/scss/_list.scss
Normal file
18
monitor/template/css/fontawesome5/scss/_list.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
// List Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-ul {
|
||||
list-style-type: none;
|
||||
margin-left: $fa-li-width * 5/4;
|
||||
padding-left: 0;
|
||||
|
||||
> li { position: relative; }
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-li {
|
||||
left: -$fa-li-width;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: $fa-li-width;
|
||||
line-height: inherit;
|
||||
}
|
||||
56
monitor/template/css/fontawesome5/scss/_mixins.scss
Normal file
56
monitor/template/css/fontawesome5/scss/_mixins.scss
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
// Mixins
|
||||
// --------------------------
|
||||
|
||||
@mixin fa-icon {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
||||
transform: rotate($degrees);
|
||||
}
|
||||
|
||||
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
|
||||
transform: scale($horiz, $vert);
|
||||
}
|
||||
|
||||
|
||||
// Only display content to screen readers. A la Bootstrap 4.
|
||||
//
|
||||
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||
|
||||
@mixin sr-only {
|
||||
border: 0;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||
//
|
||||
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||
//
|
||||
// Credit: HTML5 Boilerplate
|
||||
|
||||
@mixin sr-only-focusable {
|
||||
&:active,
|
||||
&:focus {
|
||||
clip: auto;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
position: static;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
24
monitor/template/css/fontawesome5/scss/_rotated-flipped.scss
Normal file
24
monitor/template/css/fontawesome5/scss/_rotated-flipped.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
// Rotated & Flipped Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
|
||||
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
|
||||
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
|
||||
|
||||
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
||||
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
||||
.#{$fa-css-prefix}-flip-both, .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
|
||||
|
||||
// Hook for IE8-9
|
||||
// -------------------------
|
||||
|
||||
:root {
|
||||
.#{$fa-css-prefix}-rotate-90,
|
||||
.#{$fa-css-prefix}-rotate-180,
|
||||
.#{$fa-css-prefix}-rotate-270,
|
||||
.#{$fa-css-prefix}-flip-horizontal,
|
||||
.#{$fa-css-prefix}-flip-vertical,
|
||||
.#{$fa-css-prefix}-flip-both {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
// Screen Readers
|
||||
// -------------------------
|
||||
|
||||
.sr-only { @include sr-only; }
|
||||
.sr-only-focusable { @include sr-only-focusable; }
|
||||
2066
monitor/template/css/fontawesome5/scss/_shims.scss
Normal file
2066
monitor/template/css/fontawesome5/scss/_shims.scss
Normal file
File diff suppressed because it is too large
Load diff
31
monitor/template/css/fontawesome5/scss/_stacked.scss
Normal file
31
monitor/template/css/fontawesome5/scss/_stacked.scss
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
// Stacked Icons
|
||||
// -------------------------
|
||||
|
||||
.#{$fa-css-prefix}-stack {
|
||||
display: inline-block;
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
width: ($fa-fw-width*2);
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-stack-1x,
|
||||
.#{$fa-css-prefix}-stack-2x {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-stack-1x {
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-stack-2x {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-inverse {
|
||||
color: $fa-inverse;
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue