mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +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
9
css/bootstrap-datepicker.min.css
vendored
Normal file
9
css/bootstrap-datepicker.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
9
js/bootstrap-datepicker.min.js
vendored
Normal file
9
js/bootstrap-datepicker.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
js/locales/bootstrap-datepicker.fr.min.js
vendored
Executable file
1
js/locales/bootstrap-datepicker.fr.min.js
vendored
Executable file
|
@ -0,0 +1 @@
|
|||
!function(a){a.fn.datepicker.dates.fr={days:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],daysShort:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],daysMin:["d","l","ma","me","j","v","s"],months:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],monthsShort:["janv.","févr.","mars","avril","mai","juin","juil.","août","sept.","oct.","nov.","déc."],today:"Aujourd'hui",monthsTitle:"Mois",clear:"Effacer",weekStart:1,format:"dd/mm/yyyy"}}(jQuery);
|
|
@ -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