1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
---|
2 |
|
---|
3 | <?php
|
---|
4 |
|
---|
5 | /**
|
---|
6 | * Copyright (C) 2009 Marty Connor <[email protected]>.
|
---|
7 | * Copyright (C) 2009 Entity Cyber, Inc.
|
---|
8 | *
|
---|
9 | * This program is free software; you can redistribute it and/or
|
---|
10 | * modify it under the terms of the GNU General Public License as
|
---|
11 | * published by the Free Software Foundation; either version 2 of the
|
---|
12 | * License, or any later version.
|
---|
13 | *
|
---|
14 | * This program is distributed in the hope that it will be useful, but
|
---|
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
17 | * General Public License for more details.
|
---|
18 | *
|
---|
19 | * You should have received a copy of the GNU General Public License
|
---|
20 | * along with this program; if not, write to the Free Software
|
---|
21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
---|
22 | */
|
---|
23 |
|
---|
24 | ?>
|
---|
25 |
|
---|
26 | <html>
|
---|
27 | <head>
|
---|
28 | <link rev="made" href="mailto:<?php echo "${webmaster_email}" ?>">
|
---|
29 | <meta name="keywords" content="rom, etherboot, ipxe, open source, rom-o-matic.net">
|
---|
30 | <title><?php echo $header_title ?></title>
|
---|
31 | <meta name="description" content="<?php echo $description ?>">
|
---|
32 | </head>
|
---|
33 | <h1>
|
---|
34 | <?php echo "$html_title" ?>
|
---|
35 | </h1>
|
---|
36 | <hr>
|
---|
37 | <h2>
|
---|
38 | <?php echo "$html_tagline" ?>
|
---|
39 | </h2>
|
---|
40 | </form>
|
---|
41 | <hr>
|
---|