2009-08-27 07:20:05 +00:00
|
|
|
<?php
|
|
|
|
//Inclusion des js en fonction de la variable page
|
|
|
|
$tabScripts = array(
|
|
|
|
'scripts' => array(
|
2009-08-31 16:04:51 +00:00
|
|
|
'list' => array('jquery.js', 'jquery.bgiframe.js', 'jquery.autocomplete.js', 'dropDownOverlapping.js', 'jquery.dimensions.js', 'jquery.easing.js', 'jquery-ui.js', 'scripts2.js'),
|
2009-08-27 07:20:05 +00:00
|
|
|
'pages' => array('all'),
|
|
|
|
),
|
|
|
|
'scripts_saisie' => array(
|
|
|
|
'list' => array('saisieajax.js'),
|
|
|
|
'pages' => array('saisie')
|
|
|
|
),
|
2009-09-28 10:15:13 +00:00
|
|
|
'scripts_synthese' => array(
|
|
|
|
'list' => array('jquery.qtip.js', 'synthese.js'),
|
|
|
|
'pages' => array('synthese', 'rsynthese'),
|
|
|
|
),
|
|
|
|
'scripts_ratios' => array(
|
|
|
|
'list' => array('jquery.qtip.js', 'ratios.js'),
|
|
|
|
'pages' => array('ratios', 'rsynthese'),
|
|
|
|
),
|
2009-08-27 07:20:05 +00:00
|
|
|
);
|
|
|
|
?>
|