Project

General

Profile

« Previous | Next » 

Revision f8ec8de4

Added by Renato Botelho about 15 years ago

Sync with mainline, diag_* files were missing

View differences:

usr/local/www/diag_ipsec.php
45 45

  
46 46
global $g;
47 47

  
48
$pgtitle = array("Status","IPsec");
48
$pgtitle = array(gettext("Status"),gettext("IPsec"));
49 49

  
50 50
require("guiconfig.inc");
51 51
include("head.inc");
......
69 69
		<td>
70 70
			<?php
71 71
				$tab_array = array();
72
				$tab_array[0] = array("Overview", true, "diag_ipsec.php");
73
				$tab_array[1] = array("SAD", false, "diag_ipsec_sad.php");
74
				$tab_array[2] = array("SPD", false, "diag_ipsec_spd.php");
75
				$tab_array[3] = array("Logs", false, "diag_logs_ipsec.php");
72
				$tab_array[0] = array(gettext("Overview"), true, "diag_ipsec.php");
73
				$tab_array[1] = array(gettext("SAD"), false, "diag_ipsec_sad.php");
74
				$tab_array[2] = array(gettext("SPD"), false, "diag_ipsec_spd.php");
75
				$tab_array[3] = array(gettext("Logs"), false, "diag_logs_ipsec.php");
76 76
				display_top_tabs($tab_array);
77 77
			?>
78 78
		</td>
......
82 82
			<div id="mainarea">
83 83
				<table width="100%" border="0" cellpadding="6" cellspacing="0" class="tabcont sortable">
84 84
					<tr>
85
						<td nowrap class="listhdrr">Local IP</td>
86
						<td nowrap class="listhdrr">Remote IP</a></td>
87
						<td nowrap class="listhdrr">Local Network</td>
88
						<td nowrap class="listhdrr">Remote Network</a></td>
89
						<td nowrap class="listhdrr">Description</a></td>
90
						<td nowrap class="listhdrr">Status</td>
85
						<td nowrap class="listhdrr"><?=gettext("Local IP");?></td>
86
						<td nowrap class="listhdrr"><?=gettext("Remote IP");?></a></td>
87
						<td nowrap class="listhdrr"><?=gettext("Local Network");?></td>
88
						<td nowrap class="listhdrr"><?=gettext("Remote Network");?></a></td>
89
						<td nowrap class="listhdrr"><?=gettext("Description");?></a></td>
90
						<td nowrap class="listhdrr"><?=gettext("Status");?></td>
91 91
					</tr>
92 92
					<?php
93 93
						foreach ($a_phase2 as $ph2ent) {
......
132 132

  
133 133
<span class="vexpl">
134 134
	<span class="red">
135
		<strong>Note:<br /></strong>
135
		<strong><?=gettext("Note");?>:<br /></strong>
136 136
	</span>
137
	You can configure your IPsec 
137
	<?=gettext("You can configure your IPsec");?> 
138 138
	<a href="vpn_ipsec.php">here</a>.
139 139
</span>
140 140

  

Also available in: Unified diff