summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:51:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:51:59 +0000
commit323d040b87d37a97a24648cfaf2427ee74d1bdad (patch)
treed3c2664f7c61266e36e55c52f7e1b4c2418450c0 /usr/local/www/vpn_ipsec_keys.php
parentaf4aa061c92fd415695029522cdd5530dcf725ab (diff)
downloadpfsense-323d040b87d37a97a24648cfaf2427ee74d1bdad.zip
pfsense-323d040b87d37a97a24648cfaf2427ee74d1bdad.tar.gz
* Fix diagnostics logging tab menus
* Curve bottom of grey areas if needed * Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_keys.php23
1 files changed, 17 insertions, 6 deletions
diff --git a/usr/local/www/vpn_ipsec_keys.php b/usr/local/www/vpn_ipsec_keys.php
index c93fab9..4b652f5 100755
--- a/usr/local/www/vpn_ipsec_keys.php
+++ b/usr/local/www/vpn_ipsec_keys.php
@@ -61,14 +61,17 @@ include("head.inc");
<?php print_info_box_np("The IPsec tunnel configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
- <ul id="tabnav">
- <li class="tabinact1"><a href="vpn_ipsec.php">Tunnels</a></li>
- <li class="tabinact"><a href="vpn_ipsec_mobile.php">Mobile clients</a></li>
- <li class="tabact">Pre-shared keys</li>
- <li class="tabinact"><a href="vpn_ipsec_ca.php">CAs</a></li>
- </ul>
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("Tunnels", false, "vpn_ipsec.php");
+ $tab_array[1] = array("Mobile clients", false, "vpn_ipsec_mobile.php");
+ $tab_array[2] = array("Pre-shared keys", true, "vpn_ipsec_keys.php");
+ $tab_array[3] = array("CAs", false, "vpn_ipsec_ca.php");
+ display_top_tabs($tab_array);
+?>
</td></tr>
<tr>
<td class="tabcont">
@@ -98,5 +101,13 @@ include("head.inc");
</td>
</tr>
</table>
+ </div>
</form>
<?php include("fend.inc"); ?>
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
+</body>
+</html> \ No newline at end of file
OpenPOWER on IntegriCloud