Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 69 | Rev 87 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 83
Line 27... Line 27...
27
 
27
 
28
// Définition des fichiers JS de l'application pour Papyrus
28
// Définition des fichiers JS de l'application pour Papyrus
29
GEN_stockerFichierScript('jquery-1.4.2', $chemin.'js'.DS.'jquery-1.4.2.min.js');
29
GEN_stockerFichierScript('jquery-1.4.2', $chemin.'js'.DS.'jquery-1.4.2.min.js');
Line -... Line 30...
-
 
30
GEN_stockerFichierScript('jquery-ui-1.8.custom', $chemin.'js'.DS.'jquery-ui-1.8.custom.min.js');
-
 
31
 
-
 
32
// +--------------------------------------------------------------------------------------------------+
-
 
33
// Remplacement de méta tags fournit par Papyrus par ceux créés dans l'appli
-
 
34
if (!empty(Collection::getMetaTitre())) {
-
 
35
	$GLOBALS['_PAPYRUS_']['rendu']['TITRE_PAGE'] = Collection::getMetaTitre();
-
 
36
}
-
 
37
if (!empty(Collection::getMetaDescription())) {
-
 
38
	GEN_modifierMetaName('description', Collection::getMetaDescription());
-
 
39
}
-
 
40
if (!empty(Collection::getMetaTags())) {
-
 
41
	GEN_modifierMetaName('keywords', Collection::getMetaTags());
-
 
42
}
-
 
43
 
30
GEN_stockerFichierScript('jquery-ui-1.8.custom', $chemin.'js'.DS.'jquery-ui-1.8.custom.min.js');
44
// +--------------------------------------------------------------------------------------------------+
31
 
45
// Fonctions d'affichage dans Papyrus
32
/**
46
/**
33
 * Fonction d'affichage de Papyrus, pour le corps de page.
47
 * Fonction d'affichage de Papyrus, pour le corps de page.
34
 */
48
 */