示例#1
0
<?php

include_once 'ExpertoPreventista.php';
$exp = new ExpertoPreventista();
$data = $exp->getAll();
?>

<html>
<head>
	<!-- FORMS -->
	<script language="javascript" src="<?php 
echo $lib_js;
?>
mainFormba.js"></script>
	<link rel="stylesheet" type="text/css" href="<?php 
echo $style_form;
?>
styleForm.css">

	<!-- BÁSICO DHTMLX -->
	<link rel="stylesheet" type="text/css" href="<?php 
echo $dhtmlx;
?>
dhtmlxGrid/codebase/dhtmlxgrid.css">
	<link rel="stylesheet" type="text/css" href="<?php 
echo $dhtmlx;
?>
dhtmlxGrid/codebase/skins/dhtmlxgrid_dhx_skyblue.css">
	<script src="<?php 
echo $dhtmlx;
?>