18 lines
623 B
HTML
Executable File
18 lines
623 B
HTML
Executable File
{include file=$header_admin h1="Менеджер файлов" title="Менеджер файлов"}
|
|
<div class="row" style="margin-top:20px;" class="fileman">
|
|
{if ($smarty.const.ID)}
|
|
<div class="col-xs-12 col-sm-12 col-md-2 col-lg-2" style="text-align:center;">
|
|
<a href="/all_modules/2"><img src="/api/img/gray/folder_grey_open_128x128.png" style="width: 80%;"></a><br>
|
|
<div style="height: 55px;">
|
|
<a href="/all_modules/2"><b>..</b></a><br>
|
|
</div>
|
|
<a href="#">-</a> | <a href="#">-</a>
|
|
</div>
|
|
{/if}
|
|
{section name=customer loop=$dirs}
|
|
id: {$dirs[customer]}<br />
|
|
{/section}
|
|
|
|
|
|
</div>
|
|
{include file=$footer_admin} |