mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
36 lines
1.0 KiB
HTML
Executable File
36 lines
1.0 KiB
HTML
Executable File
<!-- stats template -->
|
|
<div id="content" class="border_radius">
|
|
|
|
<!-- title -->
|
|
<h1 class="title">● {title}</h1>
|
|
<!-- @end-title -->
|
|
|
|
<!-- line top -->
|
|
<div class="line"></div>
|
|
<!-- @end-line -->
|
|
|
|
<!-- box stats -->
|
|
<div class="stats">
|
|
<ul>
|
|
<li>{lang.FILES_ST} : <span>[ {files_st} {lang.FILE} {lang.AND} {imgs_st} {lang.IMAGE} ] </span></li>
|
|
<IF NAME="config.user_system==1">
|
|
<li>{lang.USERS_ST} : <span>[ {users_st} {lang.USER} ] </span></li>
|
|
<li>{lang.LAST_REG} : <span>[ {lst_reg} ] </span></li>
|
|
</IF>
|
|
<li>{lang.SIZES_ST} : <span style="color:red;">[ {sizes_st} ] </span></li>
|
|
<IF NAME="lst_dl_st">
|
|
<li>{lang.LSTDELST} : <span>{lst_dl_st} </span></li>
|
|
</IF>
|
|
<IF NAME="config.allow_online==1">
|
|
<li>{lang.MOST_EVER_ONLINE} : <span>[ {most_online} ]</span> {lang.ON} <span>[ {on_muoe} ]</span></li>
|
|
</IF>
|
|
</ul>
|
|
<div class="clr"></div><br />
|
|
<p class="st"><i>{lang.LAST_1_H}</i></p>
|
|
<div class="clr"></div><br />
|
|
</div>
|
|
<!-- @end-box-stats -->
|
|
|
|
</div>
|
|
<!-- @end-stats-template -->
|