mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-01-10 08:22:02 +01:00
42 lines
809 B
HTML
Executable File
42 lines
809 B
HTML
Executable File
|
|
|
|
<div class="mt-3 mb-3">
|
|
<h2>{title}</h2>
|
|
<p class="text-muted">{lang.GUIDE_EXP}</p>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<LOOP NAME="ttgroups">
|
|
|
|
<IF LOOP="firstrow">
|
|
|
|
<UNLESS LOOP="most_firstrow">
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
</UNLESS>
|
|
|
|
<div class="p-0 col-md-4 col-sm-12">
|
|
<div class="card m-1">
|
|
<h5 class="card-header">{{group_name}}</h5>
|
|
<ul class="list-group list-group-flush">
|
|
</IF>
|
|
|
|
<li class="list-group-item">
|
|
<span>{lang.EXT}: </span>
|
|
<span>{{ext}}</span>
|
|
—
|
|
<span>{lang.SIZE}: </span>
|
|
<span>{{size}}</span>
|
|
</li>
|
|
</LOOP>
|
|
</div>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
|