-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
executable file
·24 lines (20 loc) · 1.18 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>CMDB - Configuration management database</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script type="text/javascript" src="js/sort.js"></script>
</head>
<body>
<center><a href="index.php"><h1 style="width:100%; background-color:#0A2229; color:#fff; padding:0px; margin:0px;"><tt>Configuration management database</tt></h1></a></center>
<table style="margin-bottom:1px;margin-top:4px;">
<tr>
<td id="menu"><a href="index.php" style="font-weight: bold; color:#fff;">Инвентарь</a></td>
<td id="menu"><a style="font-weight: bold; color:#fff;" href="index.php?add_label">Добавить</a></td>
<td id="menu"><a style="font-weight: bold; color:#fff;" href="index.php?custom_fields">Кастомные поля</a></td>
<td id="menu"><a style="font-weight: bold; color:#fff;" href="index.php?hint">Справочник</a></td>
<td width="100%" id="clear"></td>
<td id="menu"><a href="index.php?help" style="font-weight: bold; color:#fff;">?</a></td>
<td id="menu"><a href="index.php?exit" style="font-weight: bold; color:#fff;">Выход</a></td>
</tr>
</table>