| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/central/templates/six/ |
Upload File : |
<br />
<p>{$LANG.supportticketsheader}</p>
<br />
<div class="alert alert-success"><strong><i class="fa fa-warning"></i> Atendimento </strong><br>Atendimento via ticket de <b>Segunda à Sexta</b> das <b>08h às 17h*</b>.</div>
<p align="right">*Eventualmente o ticket poderá ser respondido fora desse horário!</p>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="row">
{foreach from=$departments key=num item=department}
<div class="col-md-6 margin-bottom">
<p>
<strong>
<a href="{$smarty.server.PHP_SELF}?step=2&deptid={$department.id}">
<i class="fa fa-envelope"></i>
{$department.name}
</a>
</strong>
</p>
{if $department.description}
<p>{$department.description}</p>
{/if}
</div>
{if $num % 2 == true}
<div class="clearfix"></div>
{/if}
{foreachelse}
{include file="$template/includes/alert.tpl" type="info" msg=$LANG.nosupportdepartments textcenter=true}
{/foreach}
</div>
</div>
</div>