mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes
This commit is contained in:
@@ -9,32 +9,31 @@
|
||||
<div class="col-md-6 mt-2">
|
||||
<!-- Information File -->
|
||||
<!-- <p class="text-center"><strong>{lang.FILE_INFO}</strong></p> -->
|
||||
<div class="card">
|
||||
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="list-group-item-heading">{lang.FILENAME}</span>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-secondary">{lang.FILENAME}</span>
|
||||
<div class="list-group-item-text">{name}</div>
|
||||
</li>
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="list-group-item-heading">{lang.FILETYPE}</span>
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-secondary">{lang.FILETYPE}</span>
|
||||
<div class="list-group-item-text">{type}</div>
|
||||
</li>
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="list-group-item-heading">{lang.FILESIZE}</span>
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-secondary">{lang.FILESIZE}</span>
|
||||
<div class="list-group-item-text">{size}</div>
|
||||
</li>
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="list-group-item-heading">{lang.FILEDATE}</span>
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-secondary">{lang.FILEDATE}</span>
|
||||
<div class="list-group-item-text">{time}</div>
|
||||
</li>
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="list-group-item-heading">{lang.FILEUPS}</span>
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-secondary">{lang.FILEUPS}</span>
|
||||
<div class="list-group-item-text">{uploads}</div>
|
||||
</li>
|
||||
<IF NAME="fusername">
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="list-group-item-heading">{lang.USERNAME}</span>
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="list-group-item-heading text-secondary">{lang.USERNAME}</span>
|
||||
<div class="list-group-item-text"><a href="{userfolder}">{fusername}</a></div>
|
||||
</li>
|
||||
</IF>
|
||||
@@ -42,7 +41,6 @@
|
||||
<small><a href="{REPORT}" rel="nofollow"> {lang.FILEREPORT}</a></small>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- @end-Information-File -->
|
||||
@@ -54,7 +52,7 @@
|
||||
<div class="jumbotron text-center">
|
||||
<b>{lang.FILE_FOUNDED}</b>
|
||||
<br>
|
||||
<img src="{STYLE_PATH}images/spin_lg.gif" id="loadingImage" class="mb-5" alt="" />
|
||||
<img src="{STYLE_PATH}images/spin_lg.gif" id="loadingImage" class="mb-5" alt="{lang.WAIT}" />
|
||||
|
||||
<h2 id="url" class="text">
|
||||
<div class="alert alert-danger">{lang.JS_MUST_ON}</div>
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
|
||||
<ul class="list-group col-md-7">
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-muted">{lang.FILES_ST}</span>
|
||||
<span>{files_st} {lang.FILE} {lang.AND} {imgs_st} {lang.IMAGE}</span>
|
||||
</li>
|
||||
|
||||
<IF NAME="config.user_system==1">
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-muted">{lang.USERS_ST}</span>
|
||||
<span>{users_st} {lang.USER} </span>
|
||||
</li>
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-muted">{lang.LAST_REG}</span>
|
||||
<span>{lst_reg}</span>
|
||||
</li>
|
||||
@@ -28,14 +28,14 @@
|
||||
</IF>
|
||||
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-muted">{lang.SIZES_ST}</span>
|
||||
<span>{sizes_st}</span>
|
||||
</li>
|
||||
|
||||
<IF NAME="lst_dl_st">
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-muted">{lang.LSTDELST}</span>
|
||||
<span>{lst_dl_st}</span>
|
||||
</li>
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<IF NAME="config.allow_online==1">
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span class="text-muted">{lang.MOST_EVER_ONLINE}</span>
|
||||
<span><b>({most_online})</b> {lang.ON} {on_muoe}</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user