コード例 #1
0
   </script>
<?php 
    exit;
}
//$db->debug=true;
$toggle = 0;
$thisfile = 'drg-ops-intern-search.php';
if ($mode == 'save') {
    $target = 'ops-intern';
    $element = 'ops_intern_code';
    $itemselector = 'sel';
    include $root_path . 'include/inc_drg_entry_save.php';
} else {
    $keyword = trim($keyword);
    if ($keyword && $keyword != ' ') {
        if ($drg = $drg_obj->searchGroup($keyword)) {
            $linecount = $drg->RecordCount();
        }
    }
}
/* Preset the images */
$img['delete'] = createComIcon($root_path, 'delete2.gif', '0', 'right', TRUE);
$img['arrow'] = createComIcon($root_path, 'l_arrowgrnsm.gif', '0', 'absmiddle', TRUE);
$img['info'] = createComIcon($root_path, 'button_info.gif', '0', 'absmiddle', TRUE);
$img['bubble'] = createComIcon($root_path, 'bubble2.gif', '0', 'absmiddle', TRUE);
$img['blue'] = createComIcon($root_path, 'l2-blue.gif', '0', '', TRUE);
$img['t2'] = createComIcon($root_path, 't2-blue.gif', '0', '', TRUE);
?>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<?php 
html_rtl($lang);