mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 01:16:26 +02:00
add bootstrap-datepicker jquery plugin
This commit is contained in:
parent
eec309bf61
commit
2c73e55194
4 changed files with 26 additions and 3 deletions
|
@ -31,10 +31,14 @@
|
|||
<script src="<?php echo HTTP_PWD; ?>js/bootstrap-datetimepicker.min.js"></script>
|
||||
<script src="<?php echo HTTP_PWD; ?>js/locales/bootstrap-datetimepicker.fr.js"></script>
|
||||
<link href="<?php echo HTTP_PWD; ?>css/bootstrap-datetimepicker.min.css" rel="stylesheet">
|
||||
<!-- Date Picked JS and CSS -->
|
||||
<script src="<?php echo HTTP_PWD; ?>js/bootstrap-datepicker.min.js"></script>
|
||||
<script src="<?php echo HTTP_PWD; ?>js/locales/bootstrap-datepicker.fr.min.js"></script>
|
||||
<link href="<?php echo HTTP_PWD; ?>css/bootstrap-datepicker.min.css" rel="stylesheet">
|
||||
<!-- International Phone Number, JS and CSS -->
|
||||
<script src="<?php echo HTTP_PWD; ?>js/intlTelInput/intlTelInput.min.js"></script>
|
||||
<link href="<?php echo HTTP_PWD; ?>css/intlTelInput.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom JS -->
|
||||
<script src="<?php echo HTTP_PWD; ?>js/custom.js"></script>
|
||||
|
||||
|
@ -48,14 +52,14 @@
|
|||
<script>
|
||||
jQuery(document).ready(function ()
|
||||
{
|
||||
<?php
|
||||
<?php
|
||||
if (!empty($error_message))
|
||||
{
|
||||
?>
|
||||
showMessage('<?php secho($error_message, false, true); ?>', 0);
|
||||
<?php
|
||||
}
|
||||
|
||||
|
||||
if (!empty($success_message))
|
||||
{
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue