Ejemplo n.º 1
0
<input type="checkbox" id="selunsel" onclick="chkall()"></th>
    <th><?php 
echo _("Data Source Name");
?>
</th>
    <th><?php 
echo _("Event Type");
?>
</th>
    <th><?php 
echo _("Event Type Name");
?>
</th>
</tr>
<?php 
$plugin_list = Plugin_sid::search_sids($conn, $q);
$pa = 0;
foreach ($plugin_list as $plugin) {
    if ($pa != $plugin["plugin_id"]) {
        $color = $color == "#eeeeee" ? "" : "#eeeeee";
        $pa = $plugin["plugin_id"];
    }
    ?>
<tr bgcolor="<?php 
    echo $color;
    ?>
">
    <td><input type="checkbox" name="psid<?php 
    echo $plugin["plugin_id"];
    ?>
_<?php