Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: pap_style.fonct.php,v 1.1 2004-06-15 15:14:32 jpm Exp $
|
22 |
// CVS : $Id: pap_style.fonct.php,v 1.2 2004-12-06 17:53:32 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Les fonctions permettant d'inclure des styles CSS.
|
24 |
* Les fonctions permettant d'inclure des styles CSS.
|
25 |
*
|
25 |
*
|
26 |
* Ces fonctions permettent d'inclure des CSS directement dans les pages
|
26 |
* Ces fonctions permettent d'inclure des CSS directement dans les pages
|
27 |
* des applications. Elles peuvent donc être appelées par les applications
|
27 |
* des applications. Elles peuvent donc être appelées par les applications
|
Line 32... |
Line 32... |
32 |
//Auteur original :
|
32 |
//Auteur original :
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Aucun
|
35 |
*@author Aucun
|
36 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Revision: 1.1 $ $Date: 2004-06-15 15:14:32 $
|
37 |
*@version $Revision: 1.2 $ $Date: 2004-12-06 17:53:32 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// | LISTE de FONCTIONS |
|
41 |
// | LISTE de FONCTIONS |
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
Line 106... |
Line 106... |
106 |
$_GEN_commun['style_externe'][$id_fichier]['type'] = $type;
|
106 |
$_GEN_commun['style_externe'][$id_fichier]['type'] = $type;
|
107 |
$_GEN_commun['style_externe'][$id_fichier]['media'] = $media;
|
107 |
$_GEN_commun['style_externe'][$id_fichier]['media'] = $media;
|
108 |
$_GEN_commun['style_externe'][$id_fichier]['titre'] = $titre;
|
108 |
$_GEN_commun['style_externe'][$id_fichier]['titre'] = $titre;
|
109 |
$_GEN_commun['style_externe'][$id_fichier]['chemin'] = $chemin_fichier;
|
109 |
$_GEN_commun['style_externe'][$id_fichier]['chemin'] = $chemin_fichier;
|
110 |
} else {
|
110 |
} else {
|
111 |
die('ERREUR Génésia : cet identifiant de fichier à déjà été enregistré par GEN_stockerStyleExterne(). <br />'.
|
111 |
die('ERREUR Papyrus : cet identifiant de fichier à déjà été enregistré par GEN_stockerStyleExterne(). <br />'.
|
112 |
'Identifiant : '. $id_fichier .'<br />'.
|
112 |
'Identifiant : '. $id_fichier .'<br />'.
|
113 |
'Ligne n° : '. __LINE__ .'<br />'.
|
113 |
'Ligne n° : '. __LINE__ .'<br />'.
|
114 |
'Fichier : '. __FILE__);
|
114 |
'Fichier : '. __FILE__);
|
115 |
}
|
115 |
}
|
116 |
}
|
116 |
}
|
Line 163... |
Line 163... |
163 |
}
|
163 |
}
|
Line 164... |
Line 164... |
164 |
|
164 |
|
165 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
165 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
166 |
*
|
166 |
*
|
- |
|
167 |
* $Log: not supported by cvs2svn $
|
- |
|
168 |
* Revision 1.1 2004/06/15 15:14:32 jpm
|
- |
|
169 |
* Changement de nom et d'arborescence de Genesia en Papyrus.
|
167 |
* $Log: not supported by cvs2svn $
|
170 |
*
|
168 |
* Revision 1.3 2004/04/20 15:25:58 jpm
|
171 |
* Revision 1.3 2004/04/20 15:25:58 jpm
|
169 |
* Ajout de commentaire html à la place d'une chaine vide lors du remplacement de balise Genesia.
|
172 |
* Ajout de commentaire html à la place d'une chaine vide lors du remplacement de balise Genesia.
|
170 |
*
|
173 |
*
|
171 |
* Revision 1.1 2004/04/20 10:46:43 jpm
|
174 |
* Revision 1.1 2004/04/20 10:46:43 jpm
|