Viewing file: 98314360d4851f85a0c598f8137e471a9b40352c.php (2.1 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="cal_hdr"> সেপ্টেম্বর ২০২৫ <img src="<?php echo e(asset('img/ajax/loadingAnimation.gif')); ?>" style="display:none;position:absolute;left:0px;top:3px;" id="load_calendar" alt="" /> <a href="<?php echo e(url('/calendar_events/calendar/2025/august')); ?>" id="link-1195727902"> <img src="<?php echo e(asset('img/bullet5.gif')); ?>" alt="" /> </a> <a href="<?php echo e(url('/calendar_events/calendar/2025/october')); ?>" class="next" id="link-1421645948"> <img src="<?php echo e(asset('img/bullet7.gif')); ?>" alt="" /> </a> </div>
<table border="1" cellpadding="0" cellspacing="2" width="100%" id="eventTable" class="cal_table"> <thead> <tr> <th class="cell-header">সোম</th> <th class="cell-header">মঙ্গল</th> <th class="cell-header">বুধ</th> <th class="cell-header">বৃহ:</th> <th class="cell-header">শুক্র</th> <th class="cell-header">শনি</th> <th class="cell-header">রবি</th> </tr> </thead> <tbody> <?php echo $calendar_body ?? ''; ?>
</tbody> </table>
<script type="text/javascript"> $(document).ready(function () { $("#link-1195727902").on("click", function (event) { event.preventDefault(); $.ajax({ url: "<?php echo e(url('/calendar_events/calendar/2025/august')); ?>", dataType: "html", success: function (data) { $("#calendarCont").html(data); } }); });
$("#link-1421645948").on("click", function (event) { event.preventDefault(); $.ajax({ url: "<?php echo e(url('/calendar_events/calendar/2025/october')); ?>", dataType: "html", success: function (data) { $("#calendarCont").html(data); } }); }); }); </script> <?php /**PATH /home/picotech/domains/school.picotech.app/public_html/resources/views/frontend/calendar_events/calendar/2025/september.blade.php ENDPATH**/ ?>
|