summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_users.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 03:43:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 03:43:24 +0000
commitca994a4153330a27fc4d3a9754c828dfa82bf44b (patch)
tree3d2c0579d2efe453301f8aa429d7bfbf43a14428 /usr/local/www/services_captiveportal_users.php
parentac018c3e1ddf8f24909441ab3f23c4eaed279163 (diff)
downloadpfsense-ca994a4153330a27fc4d3a9754c828dfa82bf44b.zip
pfsense-ca994a4153330a27fc4d3a9754c828dfa82bf44b.tar.gz
Round out those corners, baby!
Diffstat (limited to 'usr/local/www/services_captiveportal_users.php')
-rwxr-xr-xusr/local/www/services_captiveportal_users.php25
1 files changed, 12 insertions, 13 deletions
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php
index b064e61..b6e86ec 100755
--- a/usr/local/www/services_captiveportal_users.php
+++ b/usr/local/www/services_captiveportal_users.php
@@ -136,14 +136,11 @@ if(is_array($config['users'])){
}
}
+
+$pgtitle = "Services: Captive Portal: Users";
+include("head.inc");
+
?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle("pfSense webGUI");?></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"); ?>
@@ -156,12 +153,14 @@ if(is_array($config['users'])){
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
- <ul id="tabnav">
- <li class="tabinact1"><a href="services_captiveportal.php">Captive portal</a></li>
- <li class="tabinact"><a href="services_captiveportal_mac.php">Pass-through MAC</a></li>
- <li class="tabinact"><a href="services_captiveportal_ip.php">Allowed IP addresses</a></li>
- <li class="tabact">Users</li>
- </ul>
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("Captive portal", false, "services_captiveportal.php");
+ $tab_array[1] = array("Pass-through MAC", false, "services_captiveportal_mac.php");
+ $tab_array[2] = array("Allowed IP addresses", false, "services_captiveportal_ip.php");
+ $tab_array[3] = array("Users", true, "services_captiveportal_users.php");
+ display_top_tabs($tab_array);
+?>
</td></tr>
<tr>
<td class="tabcont">
OpenPOWER on IntegriCloud