Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3433 Rev 3436
Line 59... Line 59...
59
		<!--  Google Analytics -->
59
		<!--  Google Analytics -->
60
		<?php if( $prod ): ?>
60
		<?php if( $prod ): ?>
61
			<?php include "analytics.html"; ?>
61
			<?php include "analytics.html"; ?>
62
		<?php endif; ?>
62
		<?php endif; ?>
63
		<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
63
		<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
-
 
64
 
-
 
65
		<style>
-
 
66
			.loading::after {
-
 
67
				content:'';
-
 
68
				display: inline-block;
-
 
69
				background-image: url("<?php echo $url_base; ?>img/icones/chargement-image.gif");
-
 
70
				background-size: 1rem;
-
 
71
				height: 1rem;
-
 
72
				width: 1rem;
-
 
73
			}
-
 
74
		</style>
-
 
75
 
64
		<!-- carto -->
76
		<!-- carto -->
65
		<script type="text/javascript" src="<?php echo $url_base; ?>js/tb-geoloc/tb-geoloc-lib-app.js"></script>
77
		<script type="text/javascript" src="<?php echo $url_base; ?>js/tb-geoloc/tb-geoloc-lib-app.js"></script>
Line 66... Line 78...
66
 
78
 
67
		<!-- Jquery -->
79
		<!-- Jquery -->