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/public_html/lrsys_apps/leo/application/plugins/module_imobles/views/accounts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/leo/application/plugins/module_imobles/views/accounts/modal.tpl
<div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
    <h3>{$_L['Add Customer']}</h3>
</div>
<div class="modal-body">
    <form id='form_add_contact_mini'>
        <input type="hidden" name="origin" value="{$origin}">
        <div class='row'>
            <div class=" col-md-12 col-sm-12 col-xs-12">
                <label class="control-label" for="account">{$_L['Name']}<small class="red">*</small> </label>
                <input type="text" id="modal_account" name="account" class="form-control" placeholder="" maxlength="100">
            </div>
        </div>
        
        <div class='row'>
            <div class="col-md-3 col-sm-12 col-xs-12">
                <label class="control-label" for="phone">{$_L['Phone']}<small class="red">*</small> </label>
                <input type="text" id="modal_phone" name="phone" class="fone form-control">
            </div>
            <div class="col-md-3 col-sm-12 col-xs-12">
                <label class="control-label" for="cell_phone">{$_L['Cell phone']}<small class="red">*</small> </label>
                <input type="text" id="modal_cell_phone" name="cell_phone" class="fone form-control">
            </div>
            <div class="col-md-6 col-sm-12 col-xs-12">
                <label class="control-label" for="email">{$_L['Email']}{if $origin == ""}<small class="red">*</small>{/if}</label>
                <input type="text" id="modal_email" name="email" class="form-control" maxlength="100"/>
            </div>            
        </div>

        <div class="row">
            <div class=" col-md-12 col-sm-12 col-xs-12">
                <label class="control-label" for="account">{$_L['Group']}{if $origin == "construction_company"}<small class="red">*</small>{/if}</label>
                <select class="form-control" id="groups" name="groups[]" multiple>
                    {foreach $crmGroups as $g}
                        <option value="{$g->id}" selected>{$g->gname}</option>
                    {/foreach}
                </select>
            </div>
        </div>
    </form>
</div>

<div class="modal-footer">
    <button type="button" data-dismiss="modal" class="btn btn-danger">{$_L['Cancel']}</button>
    <button class="btn btn-primary " type="button" id="submit-modal-contact-mini"><i class="fa fa-save"></i> {$_L['Save']}</button>

</div>

Anon7 - 2022
AnonSec Team