-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
30 lines (26 loc) · 846 Bytes
/
header.php
File metadata and controls
30 lines (26 loc) · 846 Bytes
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
<?php
$lastrelease = '0.22.0';
$demorelease = '0.21.5';
if (! isset ($bodyId))
$bodyId = 'IndexPage';
?><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RackTables</title>
<link rel="shortcut icon" href="/img/RackTables-16x16.png" type="image/png" />
<link rel="stylesheet" href="racktables.org.css" />
</head>
<body id="<?php echo $bodyId; ?>">
<div id="Head">
<span id="Logo"><a href="/"><img width="210" height="40" src="/img/logo.png" alt="RackTables" /></a></span>
<div id="TopMenu">
<ul>
<li><a href="about.php">About</a></li>
<li><a class=away href="https://sourceforge.net/projects/racktables/files/">Download</a></li>
<li><a href="screenshots.php">Screenshots</a></li>
<li><a href="team.php">Team</a></li>
<li><a href="contacts.php">Feedback and community</a></li>
</ul>
</div>
</div>