コード例 #1
0
ファイル: edit_2.php プロジェクト: AntBean/alienvault-ossim
$title = $editable == TRUE ? _("Edit node:  {$node_name} ") : _("Show node:  {$node_name} ");
?>

<div id='edit_container'>

    <table id='header_rule'>
        <tbody>
            <tr><td class='sec_title'><?php 
echo $title;
?>
</td></tr>
        </tbody>
    </table>

    <form name='form_m' id='form_m'>

        <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>

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