Uname:
Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software:
Apache
PHP version:
7.4.33 [ PHP INFO ] PHP os:
Linux
Server Ip:
54.36.31.145
Your Ip:
216.73.216.182
User:
homesquasz (91404) | Group:
users (100)
Safe Mode:
OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl
<!-- Content Wrapper. Contains page content -->
<div class="row">
<!-- Content Header (Page header) -->
<!-- Main content -->
<section class="content"style="width:800px; height:800px; margin-right:auto; margin-left: auto;">
<div class="row">
<div class="col-md-12">
<div class="box box-solid">
<div class="box-header with-border">
<h4 class="box-title">Clé des couleurs</h4>
</div>
<div class="box-body">
<!-- the events -->
<div id="external-events row">
<div class="external-event bg-yellow col-md-4">Mission</div>
<div class="external-event bg-aqua col-md-4">Autorisation</div>
<div class="external-event bg-red col-md-4">Congé</div>
</div>
</div>
<!-- /.box-body -->
</div>
<!-- /. box -->
</div>
<!-- /.col -->
<div class="col-md-12">
<div class="box box-primary">
<div class="box-body no-padding">
<!-- THE CALENDAR -->
<div id="calendar" ></div>
</div>
<!-- /.box-body -->
</div>
<!-- /. box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<div class="row">
<div class="col-md-12">
<div class="box">
<div class="box-header">
<h3 class="box-title">
</h3>
</div>
</div>
</div>
</div>
<script>
$.get("<?php echo base_url("Dashboard/calendar"); ?>",function(data){
var logs = JSON.parse(data);
$('#calendar').fullCalendar({
theme:false,
local:"fr",
header : {
left : 'prev,next today',
center: 'title',
right : 'month,agendaWeek,agendaDay'
},
buttonText: {
today: "aujourd'hui",
month: 'Mois',
week: 'Semaine',
day: 'Jour',
list: 'liste'
},
//Random default events
events :logs
});
});
</script>