This repository was archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
95 lines (77 loc) · 3.79 KB
/
Copy pathheader.php
File metadata and controls
95 lines (77 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?php
/*********************************************************************
iciwebface
Шапка страницы
Павел Сатин <pslater.ru@gmail.com>
19.01.2016
**********************************************************************/
?>
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<title>Icinga2: Микроинтерфейс</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#263238">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Icinga2: Микроинтерфейс">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<script data-require="jquery@2.1.1" data-semver="1.9.1" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/icinga-get-hosts.js"></script>
<script src="js/icinga-check.js"></script>
<link type="image/png" rel="shortcut icon" href="img/favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/material.css" />
<script defer src="js/material.min.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="iciweb-layout-waterfall mdl-layout mdl-js-layout">
<header class="iciweb-header mdl-layout__header mdl-layout__header--waterfall">
<!-- Top row, always visible -->
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">Icinga2</span>
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable
mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon" for="mainSearch" id="get-data-main">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" id="mainSearch" name="mainSearch">
<!--<label class="mdl-textfield__label" for="mainSearch">Enter your query...</label>-->
</div>
</div>
</div>
<!-- Bottom row, not visible on scroll -->
<div class="mdl-layout__header-row">
<div class="mdl-layout-spacer"></div>
<!-- Navigation -->
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="index.php">Главная</a>
<a class="mdl-navigation__link" href="hreport1.php">Отчет</a>
<a class="mdl-navigation__link" href="ticket.php">Тикет</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title iciweb-header">Icinga2</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="index.php">Главная</a>
<a class="mdl-navigation__link" href="hreport1.php">Отчет</a>
<a class="mdl-navigation__link" href="ticket.php">Тикет</a>
</nav>
</div>
<main class="mdl-layout__content">