Renommage jquery
This commit is contained in:
parent
9685da0082
commit
0941c6b7fd
|
@ -92,7 +92,7 @@ $maxlevel=0;
|
||||||
<title>Recherche d'un dossier</title>
|
<title>Recherche d'un dossier</title>
|
||||||
<link rel="stylesheet" href="styles/style.css" type="text/css" />
|
<link rel="stylesheet" href="styles/style.css" type="text/css" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<script src="js/jquery.min.js" type="text/javascript"></script>
|
<script src="js/jquery.min_embedded.js" type="text/javascript"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
/* Fonction appellée lors du lancement d'un popup Fichier : */
|
/* Fonction appellée lors du lancement d'un popup Fichier : */
|
||||||
function popupfile() {
|
function popupfile() {
|
||||||
|
|
|
@ -52,7 +52,7 @@ if (file_exists("styles/style-custom.css") ) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<script type="text/javascript" src="js/alternc.js"></script>
|
<script type="text/javascript" src="js/alternc.js"></script>
|
||||||
<script src="js/jquery.min.js" type="text/javascript"></script>
|
<script src="js/jquery.min_embedded.js" type="text/javascript"></script>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue