Revision eb56e9c3
Added by Vinicius Coque about 15 years ago
usr/local/www/diag_dump_states.php | ||
---|---|---|
172 | 172 |
$parts = split(":", $ends[count($ends) - 1]); |
173 | 173 |
$dstip = trim($parts[0]); |
174 | 174 |
|
175 |
echo "<tr valign='top' name='r:{$srcip}:{$dstip}'>"
|
|
175 |
echo "<tr valign='top' name='r:{$srcip}:{$dstip}'> |
|
176 | 176 |
<td class='listlr'>{$proto}</td> |
177 | 177 |
<td class='listr'>{$info}</td> |
178 | 178 |
<td class='listr'>{$state}</td> |
179 | 179 |
<td class='list'> |
180 | 180 |
<img src='/themes/{$g['theme']}/images/icons/icon_x.gif' height='17' width='17' border='0' |
181 |
onclick="removeState('{$srcip}', '{$dstip}');" style='cursor:pointer;'
|
|
181 |
onclick=\"removeState('{$srcip}', '{$dstip}');\" style='cursor:pointer;'
|
|
182 | 182 |
name='i:{$srcip}:{$dstip}' |
183 | 183 |
title='" . gettext("Remove all state entries from") . " {$srcip} " . gettext("to") . " {$dstip}' alt='' /> |
184 | 184 |
</td> |
185 |
</tr>; |
|
185 |
</tr>";
|
|
186 | 186 |
$row++; |
187 | 187 |
} |
188 | 188 |
} |
189 | 189 |
else { |
190 |
echo "<tr>"
|
|
190 |
echo "<tr> |
|
191 | 191 |
<td class='list' colspan='4' align='center' valign='top'> |
192 | 192 |
" . gettext("No states were found.") . " |
193 | 193 |
</td> |
194 |
</tr>; |
|
194 |
</tr>";
|
|
195 | 195 |
} |
196 | 196 |
?> |
197 | 197 |
</table> |
Also available in: Unified diff
Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php"
This reverts commit e4632c0b7631d04dd0eb520d98b9ac029d47b5fe.
Conflicts: