<?php 
include "fbegin.inc";
?>


<!-- row -->
<section class="page-content-main">
  <div class="container-fluid">
    <div class="row">
<?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
if (is_subsystem_dirty('sysctl') && $act != "edit") {
    print_info_box_apply(gettext("The firewall tunables have changed.  You must apply the configuration to take affect."));
}
?>
      <form action="system_advanced_sysctl.php" method="post" id="iform">
        <input type="hidden" id="id" name="id" value="" />
        <input type="hidden" id="action" name="act" value="" />
      </form>
      <section class="col-xs-12">
        <div class="table-responsive content-box tab-content" style="overflow: auto;">
<?php 
if ($act != "edit") {
    ?>
          <table class="table table-striped">
            <thead>
              <tr>
                <th><?php 
Beispiel #2
0
<body>

<?php 
include "fbegin.inc";
?>

	<section class="page-content-main">
		<div class="container-fluid">
			<div class="row">

				<?php 
if (is_subsystem_dirty('loadbalancer')) {
    ?>
<br/>
				<?php 
    print_info_box_apply(sprintf(gettext("The load balancer configuration has been changed%sYou must apply the changes in order for them to take effect."), "<br />"));
    ?>
				<?php 
}
?>

			    <section class="col-xs-12">

					<div class="tab-content content-box col-xs-12">
				    <div class="container-fluid">
							<form action="status_lb_pool.php" method="post">
							<div class="table-responsive">


				              <table class="table table-striped table-sort __nomb">
				                <thead>
Beispiel #3
0
				<?php 
if (isset($input_errors) && count($input_errors) > 0) {
    print_input_errors($input_errors);
}
?>
				<?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
?>
				<?php 
if (is_subsystem_dirty('staticmaps')) {
    ?>
<br/>
				<?php 
    print_info_box_apply(gettext("The static mapping configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
    ?>
<br />
				<?php 
}
?>

			    <section class="col-xs-12">


					<?php 
/* active tabs */
$tab_array = array();
$tabscounter = 0;
$i = 0;
foreach ($iflist as $ifent => $ifname) {
Beispiel #4
0
include "fbegin.inc";
?>
  <section class="page-content-main">
    <div class="container-fluid">
      <div class="row">
        <?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
?>
        <?php 
if (is_subsystem_dirty('filter')) {
    ?>
<p>
        <?php 
    print_info_box_apply(gettext("The firewall rule configuration has been changed.<br />You must apply the changes in order for them to take effect."));
    ?>
        <?php 
}
?>
        <section class="col-xs-12">
<?php 
// create tabs per interface + floating
$iflist_tabs = array();
$iflist_tabs['FloatingRules'] = 'Floating';
if (isset($config['ifgroups']['ifgroupentry'])) {
    foreach ($config['ifgroups']['ifgroupentry'] as $ifgen) {
        $iflist_tabs[$ifgen['ifname']] = $ifgen['ifname'];
    }
}
foreach (get_configured_interface_with_descr() as $ifent => $ifdesc) {
Beispiel #5
0
      $("#reset_type").change();
  });
</script>

<?php 
include "fbegin.inc";
?>
  <section class="page-content-main">
    <div class="container-fluid">
      <div class="row">
<?php 
if (isset($input_errors) && count($input_errors) > 0) {
    print_input_errors($input_errors);
}
if (is_subsystem_dirty('interfaces')) {
    print_info_box_apply(sprintf(gettext("The %s configuration has been changed."), $pconfig['descr']) . "<br/>" . gettext("You must apply the changes in order for them to take effect.") . "<br/>" . gettext("Don't forget to adjust the DHCP Server range if needed after applying."));
}
if (isset($savemsg)) {
    print_info_box($savemsg);
}
?>
        <section class="col-xs-12">
          <form method="post" name="iform" id="iform">
              <div class="tab-content content-box col-xs-12 __mb">
                <div class="table-responsive">
                  <table class="table table-striped">
                    <thead>
                      <tr>
                        <td width="22%"><strong><?php 
echo gettext("General configuration");
?>
Beispiel #6
0
				<?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
?>
				<?php 
if (isset($config['l2tp']['radius']['enable'])) {
    print_info_box(gettext("Warning: RADIUS is enabled. The local user database will not be used."));
}
?>
				<?php 
if (is_subsystem_dirty('l2tpusers')) {
    ?>
<br/>
				<?php 
    print_info_box_apply(gettext("The l2tp user list has been modified") . ".<br />" . gettext("You must apply the changes in order for them to take effect") . ".<br /><b>" . gettext("Warning: this will terminate all current l2tp sessions!") . "</b>");
    ?>
				<?php 
}
?>

				<div id="inputerrors"></div>


			    <section class="col-xs-12">

					<div class="tab-content content-box col-xs-12">

							<form action="vpn_l2tp_users.php" method="post" name="iform" id="iform">

							 <div class="table-responsive">
Beispiel #7
0
				<?php 
if (isset($input_errors) && count($input_errors) > 0) {
    print_input_errors($input_errors);
}
?>
				<?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
?>
				<?php 
if (is_subsystem_dirty('unbound')) {
    ?>
<br/>
				<?php 
    print_info_box_apply(gettext("The configuration for the DNS Resolver, has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
    ?>
<br />
				<?php 
}
?>

				<form action="services_unbound.php" method="post" name="iform" id="iform" onsubmit="presubmit()">

			    <section class="col-xs-12">

					<div class="tab-content content-box col-xs-12">

								<div class="table-responsive">
									<table class="table table-striped">
Beispiel #8
0
    });
  });
});
</script>
<?php 
include "fbegin.inc";
?>
  <section class="page-content-main">
    <div class="container-fluid">
      <div class="row">
<?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
if (is_subsystem_dirty('aliases')) {
    print_info_box_apply(gettext("The alias list has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
}
?>
        <section class="col-xs-12">
          <div class="content-box">
            <form action="firewall_aliases.php" method="post" name="iform" id="iform">
              <input type="hidden" name="tab" value="<?php 
echo $selected_tab;
?>
" />
              <input type="hidden" name="id" value="" id="delId"/>
              <input type="hidden" name="act" value="del"/>
                <div class="table-responsive">
                  <table class="table table-striped">
                    <tr>
                      <td><?php 
include "fbegin.inc";
?>

	<section class="page-content-main">
		<div class="container-fluid">
			<div class="row">

				<?php 
if (isset($input_errors) && count($input_errors) > 0) {
    print_input_errors($input_errors);
}
if (isset($savemsg)) {
    print_info_box($savemsg);
}
if (is_subsystem_dirty("unbound")) {
    print_info_box_apply(gettext("The settings for the DNS Resolver have changed. You must apply the configuration to take affect."));
}
?>



			    <section class="col-xs-12">

					<div class="tab-content content-box col-xs-12">
					    <form action="services_unbound_acls.php" method="post" name="iform" id="iform">
							<?php 
if ($act == "new" || $act == "edit") {
    ?>
								<input name="aclid" type="hidden" value="<?php 
    echo $id;
    ?>
Beispiel #10
0
?>
	<section class="page-content-main">
		<div class="container-fluid">
			<div class="row">

				<?php 
if (isset($savemsg)) {
    print_info_box($savemsg);
}
?>
				<?php 
if (is_subsystem_dirty('vpnpppoe')) {
    ?>
<br/>
				<?php 
    print_info_box_apply(gettext("The PPPoE entry list has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));
    ?>
				<?php 
}
?>


			    <section class="col-xs-12">



					<div class="content-box col-xs-12">

							<form action="vpn_pppoe.php" method="post" name="iform" id="iform">

								<div class="table-responsive">
Beispiel #11
0
});
</script>
<body>
  <?php 
include "fbegin.inc";
?>
  <section class="page-content-main">
    <div class="container-fluid">
      <div class="row">
<?php 
if (is_subsystem_dirty('staticroutes')) {
    ?>
<p>
        <?php 
    print_info_box_apply(sprintf(gettext("The static route configuration has been changed.%sYou must apply the changes in order for them to take effect."), "<br />"));
    ?>
<br /></p>
<?php 
}
?>
        <section class="col-xs-12">
          <div class="tab-content content-box col-xs-12">
            <form action="system_routes.php" method="post" name="iform" id="iform">
              <input type="hidden" id="act" name="act" value="" />
              <input type="hidden" id="id" name="id" value="" />
              <div class="table-responsive">
                <table class="table table-striped table-sort">
                  <tr>
                    <td></td>
                    <td></td>
Beispiel #12
0
<body>
<?php 
include "fbegin.inc";
?>
<section class="page-content-main">
  <div class="container-fluid">
    <div class="row">
<?php 
if (isset($input_errors) && count($input_errors) > 0) {
    print_input_errors($input_errors);
}
if (isset($savemsg)) {
    print_info_box($savemsg);
}
if (is_subsystem_dirty('staticroutes')) {
    print_info_box_apply(gettext("The gateway configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
}
?>
      <section class="col-xs-12">
        <div class="content-box">
          <div class="table-responsive">
            <form action="system_gateways.php" method="post"  name="iform" id="iform">
              <input type="hidden" id="id" name="id" value="" />
              <input type="hidden" id="action" name="act" value="" />
              <table class="table table-striped">
                <thead>
                  <tr>
                    <th colspan="2">&nbsp;</th>
                    <th><?php 
echo gettext("Name");
?>