mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
Ajout du système de popup sur reception d'un SMS
This commit is contained in:
parent
a2b9e3c1c5
commit
34a4790ca6
9 changed files with 91 additions and 3 deletions
|
@ -15,6 +15,10 @@
|
|||
<link href="<?php echo HTTP_PWD; ?>font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||
<!-- Custom CSS site -->
|
||||
<link href="<?php echo HTTP_PWD; ?>css/style.css" rel="stylesheet">
|
||||
<?php
|
||||
$incs = new internalIncs();
|
||||
$incs->phptojs();
|
||||
?>
|
||||
<script src="<?php echo HTTP_PWD; ?>js/jquery.js"></script>
|
||||
<script src="<?php echo HTTP_PWD; ?>js/bootstrap.min.js"></script>
|
||||
<script src="<?php echo HTTP_PWD; ?>js/plugins/morris/raphael.min.js"></script>
|
||||
|
@ -58,3 +62,4 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="popup-alerts-container"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue