⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
kronolith
/
templates
/
dynamic
/
Edit File: week.inc
<div id="kronolithViewWeek" style="display:none"> <div class="kronolith-view-head"> <table id="kronolithViewWeekHead" class="kronolith-view kronolithViewDay"> <thead><tr> <td class="kronolith-first-col"><div id="kronolithLoadingweek" class="kronolithLoading"></div></td> <td class="kronolithWeekDay"><span> </span></td> <td class="kronolithWeekDay"><span> </span></td> <td class="kronolithWeekDay"><span> </span></td> <td class="kronolithWeekDay"><span> </span></td> <td class="kronolithWeekDay"><span> </span></td> <td class="kronolithWeekDay"><span> </span></td> <td class="kronolithWeekDay"><span> </span></td> </tr></thead> <tbody> <tr class="kronolith-all-day"> <td class="kronolith-first-col"><span><?php echo _("All day") ?></span></td> <td<?php if ($w == 6 || $w == 0) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> <td<?php if ($w == 5 || $w == 6) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> <td<?php if ($w == 4 || $w == 5) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> <td<?php if ($w == 3 || $w == 4) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> <td<?php if ($w == 2 || $w == 3) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> <td<?php if ($w == 1 || $w == 2) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> <td<?php if ($w == 0 || $w == 1) echo ' class="kronolith-weekend"' ?>><div class="kronolithAllDayContainer"> </div></td> </tr> </tbody> </table> </div> <div class="kronolithViewBody"> <div class="kronolithViewBodyContainer"> <table class="kronolith-view kronolithViewDay"> <tbody id="kronolithViewWeekBody"> <?php for ($i = 0; $i < 24; $i++): ?> <tr<?php if ($i < 9 || $i > 19) echo ' class="kronolithNight"' ?>> <td class="kronolith-first-col"><span><?php echo $ampm ? ($i % 12 ? ($i % 12): 12) : $i ?>:00</span></td> <td<?php if ($w == 6 || $w == 0) echo ' class="kronolith-weekend"' ?>> </td> <td<?php if ($w == 5 || $w == 6) echo ' class="kronolith-weekend"' ?>> </td> <td<?php if ($w == 4 || $w == 5) echo ' class="kronolith-weekend"' ?>> </td> <td<?php if ($w == 3 || $w == 4) echo ' class="kronolith-weekend"' ?>> </td> <td<?php if ($w == 2 || $w == 3) echo ' class="kronolith-weekend"' ?>> </td> <td<?php if ($w == 1 || $w == 2) echo ' class="kronolith-weekend"' ?>> </td> <td<?php if ($w == 0 || $w == 1) echo ' class="kronolith-weekend"' ?>> </td> </tr> <?php endfor; ?> </tbody> </table> <div id="kronolithEventsWeek"> <div class="kronolithEventsWeek"></div> <div class="kronolithEventsWeek"></div> <div class="kronolithEventsWeek"></div> <div class="kronolithEventsWeek"></div> <div class="kronolithEventsWeek"></div> <div class="kronolithEventsWeek"></div> <div class="kronolithEventsWeek"></div> </div> </div> </div> </div>
Simpan