summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/license.php10
-rwxr-xr-xusr/local/www/system_advanced_create_certs.php9
-rwxr-xr-xusr/local/www/vpn_openvpn_create_certs.php8
3 files changed, 8 insertions, 19 deletions
diff --git a/usr/local/www/license.php b/usr/local/www/license.php
index 011e806..8a81ae5 100755
--- a/usr/local/www/license.php
+++ b/usr/local/www/license.php
@@ -2,14 +2,10 @@
<?php
/* $Id$ */
require("guiconfig.inc");
+
+include("head.inc");
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("License");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
+
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
diff --git a/usr/local/www/system_advanced_create_certs.php b/usr/local/www/system_advanced_create_certs.php
index 2de1baf..67fdd81 100755
--- a/usr/local/www/system_advanced_create_certs.php
+++ b/usr/local/www/system_advanced_create_certs.php
@@ -181,14 +181,11 @@ include("head.inc");
} else {
+$pgtitle = 'System: Advanced - Create Certificates';
+include("head.inc");
?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title><?=gentitle("System: Advanced functions");?></title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link href="gui.css" rel="stylesheet" type="text/css">
+
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form action="system_advanced_create_certs.php" method="post" name="iform" id="iform">
<p class="pgtitle">System: Advanced - Create Certificates</p>
diff --git a/usr/local/www/vpn_openvpn_create_certs.php b/usr/local/www/vpn_openvpn_create_certs.php
index 8164bd0..fb3c339 100755
--- a/usr/local/www/vpn_openvpn_create_certs.php
+++ b/usr/local/www/vpn_openvpn_create_certs.php
@@ -274,14 +274,10 @@ function f(ta_id){
} else {
+ $pgtitle = 'OpenVPN: Create Certificates';
+ include("head.inc");
?>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title><?=gentitle("OpenVPN: Create Certificates");?></title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <link href="gui.css" rel="stylesheet" type="text/css">
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form action="vpn_openvpn_create_certs.php" method="post" name="iform" id="iform">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud