Exemple #1
0
    <table class='er_container' id='erc1'>
        <tbody id='erb_c1'>
            <?php 
echo Ossec_utilities::print_subheader('attributes', $editable);
$at_data = array('data' => $attributes, 'img_path' => 'images', 'is_editable' => $editable, 'lk_name' => $lk_name);
echo Ossec_utilities::print_attributes($at_data);
?>
        </tbody>
    </table>
    
    <input id='sep' name='sep' type='hidden' value='1'/>

    <table class='er_container' id='erc2'>
        <tbody id='erb_c2'>
            <?php 
echo Ossec_utilities::print_subheader('txt_nodes', $editable);
$n_data = array('data' => $txt_nodes, 'img_path' => 'images', 'is_editable' => $editable, 'lk_name' => $lk_name);
echo Ossec_utilities::print_txt_nodes($n_data);
?>
  
        </tbody>
    </table>

    <?php 
echo Ossec_utilities::print_subfooter($sf_data, $editable);
?>

</form>

</div>