Files
Kleeja/styles/bootstrap/guide.html

42 lines
809 B
HTML
Raw Normal View History

2018-01-09 02:09:07 +03:00
<div class="mt-3 mb-3">
2019-05-18 01:47:17 +03:00
<h2>{title}</h2>
<p class="text-muted">{lang.GUIDE_EXP}</p>
2018-01-09 02:09:07 +03:00
</div>
2019-02-13 15:27:16 +03:00
<div class="row">
2018-01-09 02:09:07 +03:00
2019-05-18 01:47:17 +03:00
<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}: &nbsp;</span>
<span>{{ext}}</span>
&nbsp; &mdash;
<span>{lang.SIZE}: &nbsp;</span>
<span>{{size}}</span>
</li>
</LOOP>
</div>
</ul>
</div>
2018-01-09 02:09:07 +03:00
</div>