AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.192
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/www/lrsys_apps/imobles/application/plugins/module_teammanagement/views/quiz/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/imobles/application/plugins/module_teammanagement/views/quiz/index.tpl
<div class="row">
    <div class="panel panel-default">
{if $cat}

            <div class="panel-body">
                <h3> <i class="fa {$cat->icon}"></i> {$cat->title} </h3>
            </div>
       
               
                    {if count($content) > 0}
                        {foreach $content as $d}
          
                         <div class="panel-body">
                                <div class="ibox float-e-margins">

                                    <div class="ibox-title">
                                        <h5> {$d->title} </h5>
                                    </div>
                                    <div class="ibox-content">
                                        {if $d->type=='text'}
                                            {$d->text}
                                        {/if}
                                        {if $d->type=='article'}
                                            <a href='{$d->link}' target="_blank"> {$d->link}</a>
                                        {/if}
                                        {if $d->type=='audio'}
                                                <audio width="100%" class="embed-responsive-item" src="{$d->link}" controls>
                                                    <a href='{$d->link}' target="_blank"> {$d->link}</a>
                                                </audio>
                                        {/if}
                                        {if $d->type=='video'}
                                          <div class="embed-responsive embed-responsive-16by9">
                                            <iframe class="embed-responsive-item" src="{str_replace("/watch?v=", "/embed/", $d->link)}" allowfullscreen></iframe>
                                          </div>
                                        {/if}
                                    </div>
                                    <div class="ibox-footer text-right">
                                        <small> {date($_c['df'],strtotime($d->created_at))} &nbsp; </small>
                                    </div>
                                </div>

                            </div>
                        {/foreach}
                    {else}
                            <div class="panel-body">
                                <div class="alert alert-info">
                                        {$_L['module_teammanagement No_Records_Found Content']}
                                </div>
                            </div>
                    {/if}
                    
        <div class="panel-body">
            <center>  <a href="#" id='answer_quiz' class="btn btn-primary">{$_L['module_teammanagement Answer QUIZ']}</a> </center>
        </div>
   
{else}
     <div class="panel-body">
        <div class="alert alert-warning">
            {$_L['module_teammanagement Not have Quiz Active']}
        </div>
     </div>
    
{/if}
    </div>
</div>

Anon7 - 2022
AnonSec Team