<input type='text' id='<?php echo $id; ?> ' name='<?php echo $id; ?> ' class='vfield' value='<?php echo $value; ?> '/> </td> </tr> <tr> <th class='_label'><?php display_label($cnf_data['admin_netmask']); ?> </th> <td class='_data' colspan='2'> <?php $id = $cnf_data['admin_netmask']['id']; $name = $id; $value = $cnf_data['admin_netmask']['value']; ?> <input type='text' id='<?php echo $id; ?> ' name='<?php echo $id; ?> ' class='vfield' value='<?php
<?php foreach ($networks as $net) { $net = trim($net); $pattern = preg_quote($net, '/'); $id_net = md5($net); echo "<li id='li_" . $id_net . "' class='selected'>\n <span>{$net}</span>\n <div style='float:right;'><img align='absmiddle' id='img_" . $id_net . "' src='" . AVC_PIXMAPS_DIR . "/delete.png' alt='" . _('Delete') . "' title='" . _("Delete") . "'/></div>\n </li>"; } ?> </ul> </div> </td> </tr> <tr> <th class='_label'><?php display_label($cnf_data['sensor_detectors']); ?> </th> <td class='_data' valign='top'> <div id='c_detectors'> <table id='t_detectors'> </table> </div> </td> </tr> </table> <script type='text/javascript'>
?> ' name='<?php echo $cnf_data['mailserver_relay_passwd2']['id']; ?> ' class='vfield' value='<?php echo Util::fake_pass($cnf_data['mailserver_relay_passwd']['value']); ?> '/></td> </tr> <tr class='cms_options' <?php echo $cms_style; ?> > <th class='_label pleft_20'><?php display_label($cnf_data['mailserver_relay_port']); ?> </th> <td class='_data'><input type='text' id='<?php echo $cnf_data['mailserver_relay_port']['id']; ?> ' name='<?php echo $cnf_data['mailserver_relay_port']['id']; ?> ' class='vfield' value='<?php echo $cnf_data['mailserver_relay_port']['value']; ?> '/></td> </tr> <tr>