����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 216.73.216.177
Web Server : LiteSpeed
System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : gltevjme ( 1095)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/./gltevjme/cbt.bofirm.com/resources/views/pdf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/./gltevjme/cbt.bofirm.com/resources/views/pdf/quiz-session-report.blade.php
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <title>{{ $quiz['title'] }} Quiz Score Report</title>
        <style>
            body { width: 100%; color: #444; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif}
            table {width: 100%;border: 1px solid transparent}
            table {border-collapse: collapse}
            table, th {border: 1px solid transparent;vertical-align: middle;padding: 5px}
            td {border: 1px solid transparent;padding: 5px}
            footer {position: fixed;bottom: 0;left: 0;right: 0;height: 20px}
            .footer-note {padding-top: 10px; font-size: 12px}
            .logo-block {text-align: center; width: 30%}
            .heading-block {text-align: right; width: 70%}
            .logo {height: 35px}
            .heading {text-align: center; background: #dadada;font-weight: bold}
            .list-item {display: block;padding: 4px}
            .heading-item {display: block;padding: 4px;margin-top: 4px}
            .text-center {text-align: center}
            .uppercase {text-transform: uppercase}
            .signature-block {text-align: center; vertical-align: bottom}
            .green {color: green}
            .red {color: red}
            .w-25 {width: 25%}
            .w-50 {width: 50%}
            @if($rtl)
            body {text-align: right;}
            .list-item {text-align: right;}
            .heading-item {text-align: right;}
            .footer-note {text-align: right;}
            .result-block {text-align: right;}
            @endif
        </style>
    </head>
    <body>
    <div class="report">
        <table>
            <thead>
            <tr>
                <th colspan="1" class="logo-block">
                    <img class="logo" src="{{ $logo }}" alt="Logo" />
                </th>
                <th colspan="3" class="heading-block">
                    <h2>Quiz Score Report</h2>
                    <h3>{{ $quiz['title'] }}</h3>
                </th>
            </tr>
            </thead>
            <tbody>
            <tr>
                <td colspan="2" class="heading w-50">
                    Test Details
                </td>
                <td colspan="2" class="heading w-50">
                    User Details
                </td>
            </tr>
            <tr>
                <td colspan="2" class="w-50">
                    <span class="heading-item"><strong>Quiz Name:</strong></span>
                    <span class="list-item">{{ $quiz['title'] }}</span>
                    <span class="heading-item"><strong>Completed on:</strong></span>
                    <span class="list-item">{{ $session['completed_at'] }}</span>
                    <span class="heading-item"><strong>Session ID:</strong></span>
                    <span class="list-item">{{ $session['id'] }}</span>
                    <br>
                </td>
                <td colspan="2" class="w-50">
                    <span class="heading-item"><strong>Test Taker:</strong></span>
                    <span class="list-item">{{ $session['user'] }}</span>
                    <span class="heading-item"><strong>E-Mail:</strong></span>
                    <span class="list-item">{{ $session['email'] }}</span>
                    <span class="heading-item"><strong>IP & Device:</strong></span>
                    <span class="list-item">{{ $session['ip'] }}, {{ $session['device'] }}, {{ $session['os'] }}, {{ $session['browser'] }}</span>
                    <br>
                </td>
            </tr>
            <tr>
                <td colspan="4" class="heading">
                    Test Results
                </td>
            </tr>
            @foreach($session['properties'] as $properties)
                <tr>
                    @foreach($properties as $property)
                        @if($rtl)
                            <td class="w-25">
                                <span class="list-item">{{ $property['value'] }}</span>
                            </td>
                            <td class="w-25">
                                <span class="list-item"><strong>{{ $property['key'] }}</strong></span>
                            </td>
                        @else
                            <td class="w-25">
                                <span class="list-item"><strong>{{ $property['key'] }}</strong></span>
                            </td>
                            <td class="w-25">
                                <span class="list-item">{{ $property['value'] }}</span>
                            </td>
                        @endif
                    @endforeach
                </tr>
            @endforeach
            <tr>
                @if($rtl)
                    <td colspan="2" class="signature-block w-50">Authorized by</td>
                    <td colspan="2"  class="w-50 result-block">
                        <br>
                        <h2 class="uppercase {{ $session['status'] == 'Passed' ? 'green' : 'red' }}">{{ $session['status'] }}</h2>
                        <br>
                        Final Result
                    </td>
                @else
                    <td colspan="2" class="w-50 result-block">
                        <br>
                        <h2 class="uppercase {{ $session['status'] == 'Passed' ? 'green' : 'red' }}">{{ $session['status'] }}</h2>
                        <br>
                        Final Result
                    </td>
                    <td colspan="2" class="signature-block w-50">Authorized by</td>
                @endif
            </tr>
            </tbody>
        </table>
    </div>
    <footer>
        <p class="footer-note">{{ $footer }}</p>
    </footer>
    </body>
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit