!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/resources/views/projects/timesheets/   drwxrwxr-x
Free 13.22 GB of 57.97 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     week.blade.php (3.7 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<table class="table">
    <thead>
    <tr>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th colspan="2">
            <div class="timelogged">
                <p> {{ __('Time Logged') }} : <span class="text-muted"> {{ $calculatedtotaltaskdatetime . __(' Hours') }} </span> </p>
            </div>
        </th>
    </tr>
    <tr>
        <th></th>
        @foreach ($days['datePeriod'] as $key => $perioddate)
            <th scope="col" class="heading"><span>{{ $perioddate->format('D') }}</span><span>{{ $perioddate->format('d M') }}</span></th>
        @endforeach
        <th class="text-center">{{ __('Total') }}</th>
    </tr>
    </thead>
    <tbody>

    @if(isset($allProjects) && $allProjects == true)
        @foreach ($timesheetArray as $key => $timesheet)
            <tr>
                <td colspan="9"><span class="project-name font-weight-700">{{ $timesheet['project_name'] }}</span></td>
            </tr>
            @foreach ($timesheet['taskArray'] as $key => $taskTimesheet)
                {{--<tr>
                    <td colspan="9"><span class="task-name pl-3">{{ $taskTimesheet['task_name'] }}</span></td>
                </tr>--}}
                @foreach ($taskTimesheet['dateArray'] as $dateTimeArray)
                    <tr class="timesheet-user">
                        {{--<td><span class="user-name pl-5">{{ $dateTimeArray['user_name'] }}</span></td>--}}
                        <td><span class="task-name pl-3">{{ $taskTimesheet['task_name'] }}</span></td>
                        @foreach ($dateTimeArray['week'] as $dateSubArray)
                            <td class="text-center"><span class="task-time day-time" data-type="{{ $dateSubArray['type'] }}" data-user-id="{{ $dateTimeArray['user_id'] }}" data-project-id="{{ $timesheet['project_id'] }}" data-task-id="{{ $taskTimesheet['task_id'] }}" data-date="{{ $dateSubArray['date'] }}" data-ajax-timesheet-popup="true" data-url="{{ $dateSubArray['url'] }}">{{ $dateSubArray['time'] != '00:00' ? $dateSubArray['time'] : '-' }}</span></td>
                        @endforeach
                        <td class="text-center"><span class="total-task-time day-time">{{ $dateTimeArray['totaltime'] }}</span></td>
                    </tr>
                @endforeach
            @endforeach
        @endforeach
    @else
{{--        {{ $dateTimeArray['totaltime'] }}--}}
    @foreach ($timesheetArray as $key => $timesheet)
        <tr class="">
            <td><span class="task-name">{{ $timesheet['task_name'] }}</span></td>
            @foreach ($timesheet['dateArray'] as $day => $datetime)
                <td><span class="task-time day-time" data-type="{{ $datetime['type'] }}" data-task-id="{{ $timesheet['task_id'] }}" data-date="{{ $datetime['date'] }}" data-ajax-timesheet-popup="true" data-url="{{ $datetime['url'] }}">{{ $datetime['time'] != '00:00' ? $datetime['time'] : '-' }}</span></td>
            @endforeach
            <td class="text-center"><span class="total-task-time day-time">{{ $timesheet['totaltime'] }}</span></td>
        </tr>
    @endforeach
    @endif
    </tbody>
    <tfoot>
    <tr class="">
        <td class="font-weight-700">{{ __('Total') }}</td>
        @foreach ($totalDateTimes as $key => $totaldatetime)
            <td class="total-date-time text-center" style="padding: 3px 19px !important;">{{ $totaldatetime != '00:00' ? $totaldatetime : '-' }}</td>
        @endforeach
        {{--        <td>{{ $calculatedtotaltaskdatetime }}</td>--}}
        <td class="text-center">
            <div class="total-value" style="padding: 3px 19px !important;">
                {{ $calculatedtotaltaskdatetime }}
            </div>
        </td>

    </tr>
    </tfoot>
</table>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0092 ]--