hello github! 😘
69
styles/bootstrap/call.html
Executable file
@@ -0,0 +1,69 @@
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- error messages -->
|
||||
<IF NAME="ERRORS">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
<form action="{action}" method="post">
|
||||
|
||||
<IF NAME="NOT_USER">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="cname">{lang.YOURNAME}</label>
|
||||
<input type="text" class="form-control" id="cname" name="cname" value="{t_cname}" >
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="cmail">{lang.EMAIL}</label>
|
||||
<input type="email" class="form-control" id="cmail" name="cmail" value="{t_cmail}" style="direction:ltr">
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="ctext">{lang.TEXT}</label>
|
||||
<textarea class="form-control" id="ctext" name="ctext" rows="4">{t_ctext}</textarea>
|
||||
</div>
|
||||
|
||||
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
|
||||
<div class="form-group safe_code">
|
||||
<label for="kleeja_code_answer" class=" control-label">{lang.VERTY_CODE}</label>
|
||||
<div class="">
|
||||
<img style="vertical-align:middle;"
|
||||
id="kleeja_img_captcha"
|
||||
src="{captcha_file_path}"
|
||||
alt="{lang.REFRESH_CAPTCHA}"
|
||||
title="{lang.REFRESH_CAPTCHA}"
|
||||
onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
|
||||
<input type="text" name="kleeja_code_answer" class="form-control" style="max-width: 300px" autocomplete="false" id="kleeja_code_answer" aria-describedby="kleeja_code_answer_help"/>
|
||||
<small id="helpBlock" id="kleeja_code_answer_help" class="form-text text-muted">{lang.NOTE_CODE}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<div class="form-group">
|
||||
<input type="submit" name="submit" value="{lang.SEND}" class="btn btn-primary"/>
|
||||
</div>
|
||||
</form>
|
||||
6
styles/bootstrap/css/bootstrap.min.css
vendored
Normal file
6
styles/bootstrap/css/bootstrap.rtl.min.css
vendored
Executable file
1
styles/bootstrap/css/index.html
Executable file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1256" /><title>Powered by Kleeja</title><style type="text/css">* {font-size: 100%;margin:0;padding: 0; color:#CECFCE;}body { font-family: Tahoma ,Arial, sans-serif;font-size: 100%;color: #69788E; margin: 10px 30px;background: #F7F7F7;}a:link, a:visited {text-decoration: none;color:#CECFCE;}a:active, a:hover {text-decoration: underline;color: #111;}h1 {font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 1.70em;font-weight: normal;color: #333333;margin-top: 0; margin-bottom: 10px;}.content_box {border: 1px dashed #CECFCE;background: #FFFFFF;padding: 10px;margin-right: auto;margin-left: auto;}</style> </head> <body title="كليجا"><br /><div class="content_box"><p><a target="_blank" href="http://www.kleeja.com" title="kleeja"><img border="0" src="http://kleeja.com/index.png"></a></p><br /><h1><span style="font-size:250%;color:#D80000;">403 - Access forbidden!</span></h1></div><br /><div class="content_box"><span style="font-size: 140%">Powered by Kleeja >>> the best uploader ...</span > >> <a target="_blank" href="http://www.kleeja.com/bugs/ar/">Bugs</a> | <a target="_blank" href="http://www.kleeja.com/plugins/">Plugins</a> | <a target="_blank" href="http://www.kleeja.com/styles/">Styles</a> | </div></body></html>
|
||||
81
styles/bootstrap/css/stylesheet.css
Executable file
@@ -0,0 +1,81 @@
|
||||
/**
|
||||
* Kleeja team
|
||||
* 2017
|
||||
*/
|
||||
|
||||
/* index_body */
|
||||
#content_index .jumbotron{
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
|
||||
#content_index{
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
@media (min-width: 576px){
|
||||
#content_index .jumbotron{
|
||||
padding: 1.4rem 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.safe_code{
|
||||
margin: 10px 0;
|
||||
}
|
||||
#kleeja_img_captcha{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.who-online{
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#loadbox{
|
||||
margin-top: 10px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* fileuser */
|
||||
.file-user-image{
|
||||
border: 0;
|
||||
position: relative;
|
||||
}
|
||||
.file-user-image img{
|
||||
width: 100%;
|
||||
transition: 0.2s ease-in-out;
|
||||
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.file-user-image img:hover {
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 8px 15px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.file-user-file:hover{
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0 8px 15px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.card-columns {
|
||||
column-count: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.kcheck-image{
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 20px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/* debug kleeja */
|
||||
.debug_kleeja{width:80%;margin:20px 0;background-color:white;border:1px #666 solid;}
|
||||
.debug_kleeja fieldset{margin:0 auto;width:80%;}
|
||||
|
||||
|
||||
.g-recaptcha div{
|
||||
margin: 4px auto;
|
||||
width: 100% !important;
|
||||
}
|
||||
91
styles/bootstrap/download.html
Executable file
@@ -0,0 +1,91 @@
|
||||
|
||||
<div class="mt-3 mb-5">
|
||||
<h2>{title}</h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row">
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
<div class="list-group-item-text"><a href="{userfolder}">{fusername}</a></div>
|
||||
</li>
|
||||
</IF>
|
||||
<li class="list-group-item list-group-item-info text-center justify-content-end">
|
||||
<small><a href="{REPORT}" rel="nofollow"> {lang.FILEREPORT}</a></small>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- @end-Information-File -->
|
||||
|
||||
|
||||
|
||||
<!-- Download box -->
|
||||
<div class="col-md-6 mt-2">
|
||||
<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="" />
|
||||
|
||||
<h2 id="url" class="text">
|
||||
<div class="alert alert-danger">{lang.JS_MUST_ON}</div>
|
||||
</h2>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var timer = {seconds_w};
|
||||
ti();
|
||||
function ti()
|
||||
{
|
||||
if(timer > 0)
|
||||
{
|
||||
document.getElementById("url").innerHTML = '<div class="wait">{lang.WAIT} ' + timer + ' <\/div>';
|
||||
timer = timer - 1;
|
||||
setTimeout("ti()", 1000)
|
||||
}
|
||||
else
|
||||
{
|
||||
document.getElementById('loadingImage').src = '{STYLE_PATH}images/download.png';
|
||||
document.getElementById("url").innerHTML = '<p class="download"><a href="{url_file}" target="_blank" class="btn btn-outline-primary btn-lg">{lang.CLICK_DOWN}<\/a><br /><span class="badge badge-default">{size}<\/span><\/p>';
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
6
styles/bootstrap/err.html
Executable file
@@ -0,0 +1,6 @@
|
||||
|
||||
<div class="alert alert-danger">
|
||||
{text}
|
||||
<br>
|
||||
<a href="javascript:history.go(-1)" class="alert-link">{go_back_browser}</a>
|
||||
</div>
|
||||
136
styles/bootstrap/fileuser.html
Executable file
@@ -0,0 +1,136 @@
|
||||
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
|
||||
<IF NAME="user_himself">
|
||||
<h2>{lang.YOUR_FILEUSER}</h2>
|
||||
<ELSE>
|
||||
<h2>{title}</h2>
|
||||
</IF>
|
||||
|
||||
<IF NAME="user_name">
|
||||
<p class="text-muted">
|
||||
{lang.PUBLIC_USER_FILES}: {user_name} ({lang.ALL_FILES}: {nums_rows})
|
||||
</p>
|
||||
</IF>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<IF NAME="user_himself">
|
||||
<form name="c" action="{action}" method="post" onsubmit="javascript:return confirm_from();">
|
||||
</IF>
|
||||
|
||||
|
||||
<IF NAME="no_results">
|
||||
<!-- no files yet -->
|
||||
<div id="alert alert-info">
|
||||
{lang.NO_FILE_USER}
|
||||
</div>
|
||||
<ELSE>
|
||||
|
||||
|
||||
<div class="card-columns">
|
||||
|
||||
<LOOP NAME="arr">
|
||||
|
||||
|
||||
<IF LOOP="is_image">
|
||||
|
||||
<!-- image -->
|
||||
<div class="card file-user-image mb-2" data-toggle="tooltip" data-html="true" title="{lang.FILEUPS}:{{uploads}} <br> {lang.FILESIZE}:{{size}} <br> {lang.FILEDATE}:{{time}}" id="su[{{id}}]">
|
||||
<a href="{{href}}" target="_blank">
|
||||
<img class="card-img-top img-fluid mw-100" src="{{thumb_link}}" alt="{{name_file}}" onError="this.onerror=null;this.src='images/not_exists.jpg';">
|
||||
</a>
|
||||
<IF NAME="user_himself">
|
||||
<div class="kcheck-image">
|
||||
<input id="del_{{id}}" name="del_{{id}}" type="checkbox" value="{{id}}" rel="_del" />
|
||||
</div>
|
||||
</IF>
|
||||
</div>
|
||||
|
||||
<ELSE>
|
||||
|
||||
<!-- file -->
|
||||
<div class="card card-info card-inverse mb-2 file-user-file" style="height: 200px">
|
||||
<div class="card-block">
|
||||
<a href="{{href}}" target="_blank"><h5 class="card-title"><img src="{{thumb_link}}" alt="{{name_file}}" height="30" width="30"> {{name_file}}</h5></a>
|
||||
<p class="card-text mt-2">
|
||||
<span>{lang.FILEUPS}: {{uploads}}</span><br>
|
||||
<span>{lang.FILESIZE}: {{size}}</span><br>
|
||||
<span>{lang.FILEDATE}: {{time}}</span>
|
||||
<IF NAME="user_himself">
|
||||
<div class="kcheck">
|
||||
<input id="del_{{id}}" name="del_{{id}}" type="checkbox" value="{{id}}" rel="_del" />
|
||||
</div>
|
||||
</IF>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
</LOOP>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
<!-- pagination -->
|
||||
{page_nums}
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<IF NAME="user_himself">
|
||||
|
||||
<div class="row justify-content-between mb-5">
|
||||
<div class="col col-md-auto"><input type="submit" name="submit_files" class="btn btn-outline-danger" value="{lang.DEL_SELECTED}" /></div>
|
||||
<div class="col col-md-auto">[ <a href="javascript:void(0);" onclick="checkAll(document.c, '_del', 'su');" title="{lang.CHECK_ALL}">{lang.CHECK_ALL}</a> ]</div>
|
||||
</div>
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
</form>
|
||||
|
||||
<!-- link user folder -->
|
||||
<div class="card">
|
||||
<div class="card-header copylink">{lang.COPY_AND_GET_DUD}</div>
|
||||
<div class="card-block">
|
||||
<input class="form-control" readonly="readonly" onclick="this.select();" type="text" name="option" value="{your_fileuser}" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
<IF NAME="user_himself">
|
||||
<script type="text/javascript">
|
||||
function confirm_from()
|
||||
{
|
||||
if(confirm('{lang.ARE_YOU_SURE_DO_THIS}')) {
|
||||
return true;
|
||||
}else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function checkAll(form, id, _do_c_, c, c2) {
|
||||
for (var i = 0; i < form.elements.length; i++) {
|
||||
if (form.elements[i].getAttribute("rel") != id) continue;
|
||||
if (form.elements[i].checked) {
|
||||
uncheckAll(form, id, _do_c_, c, c2);
|
||||
break
|
||||
}
|
||||
form.elements[i].checked = true;
|
||||
}
|
||||
}
|
||||
|
||||
function uncheckAll(form, id, _do_c_, c, c2) {
|
||||
for (var i = 0; i < form.elements.length; i++) {
|
||||
if (form.elements[i].getAttribute("rel") != id) continue;
|
||||
form.elements[i].checked = false;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</IF>
|
||||
133
styles/bootstrap/footer.html
Executable file
@@ -0,0 +1,133 @@
|
||||
|
||||
|
||||
|
||||
<IF NAME="extras.footer">
|
||||
<div class="extras_footer mt-5">{extras.footer}</div>
|
||||
</IF>
|
||||
|
||||
|
||||
<footer class="mt-5">
|
||||
<!-- Powered by kleeja.com -->
|
||||
|
||||
<div class="row justify-content-between">
|
||||
<small class="col col-md-auto">{lang.COPYRIGHTS_X} © <a href="{config.siteurl}">{config.sitename}</a></small>
|
||||
<IF NAME="admin_page"><div class="col col-md-auto"><span class="btn btn-outline-primary">{admin_page}</span></div></IF>
|
||||
</div>
|
||||
|
||||
|
||||
<IF NAME="page_stats">
|
||||
<!-- footer stats -->
|
||||
<div class="text-muted">
|
||||
<small>{page_stats}</small>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
</footer>
|
||||
</div><!-- end container -->
|
||||
|
||||
|
||||
{googleanalytics}
|
||||
|
||||
|
||||
<script type="text/javascript" src="{STYLE_PATH}js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="{STYLE_PATH}js/tether.min.js"></script>
|
||||
<script type="text/javascript" src="{STYLE_PATH}js/bootstrap.min.js"></script>
|
||||
|
||||
<!-- don't ever delete this -->
|
||||
{run_queue}
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
|
||||
<IF NAME="isset({js_allowed_extensions_types})">
|
||||
$(document).ready(function(){
|
||||
$('#uploader').submit(function(){
|
||||
var numfiles = 0;
|
||||
$("#uploader input:file").each(function() {
|
||||
if ($(this).get(0).files.length !== 0) {
|
||||
numfiles++;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
<IF NAME="config.www_url == 0">
|
||||
if(numfiles == 0){
|
||||
alert('{lang.NO_FILE_SELECTED}');
|
||||
return false;
|
||||
}
|
||||
</IF>
|
||||
|
||||
$('#loadbox').css('display', 'block');
|
||||
$('#uploader').css('display', 'none');
|
||||
|
||||
});
|
||||
|
||||
|
||||
$("#uploader input:file").change(function (){
|
||||
if(!check_selected_file(this)){
|
||||
$(this).val('');
|
||||
}else{
|
||||
if($(this).data('number') !== null){
|
||||
var selected_text = $('#file-text' + $(this).data('number'));
|
||||
selected_text.val($(this).val());
|
||||
//show another one
|
||||
var current_plus_one = Number($(this).data('number')) + 1;
|
||||
if($('#file-block-' + current_plus_one) !== null){
|
||||
$('#file-block-' + current_plus_one).show();
|
||||
}else{
|
||||
//alert reached limit
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
var allowed_exts = {js_allowed_extensions_types};
|
||||
var allowed_sizes = {js_allowed_extensions_sizes};
|
||||
|
||||
function check_selected_file(file) {
|
||||
var selected_file = file.files[0];
|
||||
var file_name = selected_file.name;
|
||||
var ext_dot_position = file_name.lastIndexOf(".");
|
||||
|
||||
if(ext_dot_position === -1){
|
||||
alert('{lang.WRONG_F_NAME}'.replace('%s', file_name));
|
||||
return false;
|
||||
}
|
||||
var file_extension = file_name.substring(ext_dot_position + 1).toLowerCase();
|
||||
var file_size = selected_file.size;
|
||||
|
||||
if(!(allowed_exts.indexOf(file_extension) > -1)){
|
||||
//extension not allowed message alert
|
||||
alert('{lang.FORBID_EXT}'.replace('%s', file_extension));
|
||||
return false;
|
||||
}else{
|
||||
|
||||
//check size
|
||||
var ext_allowed_size = allowed_sizes[allowed_exts.indexOf(file_extension)];
|
||||
if(file_size > ext_allowed_size){
|
||||
//size is larger than allowed message alert
|
||||
alert('{lang.SIZE_F_BIG}'.replace('%1$s', file_name).replace('%2$s', (ext_allowed_size/1048576).toFixed(2) + ' MB'));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
</IF>
|
||||
|
||||
function update_kleeja_captcha(captcha_file, input_id)
|
||||
{
|
||||
document.getElementById(input_id).value = '';
|
||||
//Get a reference to CAPTCHA image
|
||||
img = document.getElementById('kleeja_img_captcha');
|
||||
//Change the image
|
||||
img.src = captcha_file + '&' + Math.random();
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
59
styles/bootstrap/get_pass.html
Executable file
@@ -0,0 +1,59 @@
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
<p class="text-muted">{lang.E_GET_LOSTPASS}</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- error messages -->
|
||||
<IF NAME="ERRORS">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
<form action="{action}" method="post">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="rmail">{lang.EMAIL}</label>
|
||||
<input type="email" class="form-control" id="rmail" name="rmail" value="{t_rmail}" style="direction:ltr;">
|
||||
</div>
|
||||
|
||||
|
||||
<!-- verification code -->
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
|
||||
<div class="form-group safe_code">
|
||||
<label for="kleeja_code_answer" class=" control-label">{lang.VERTY_CODE}</label>
|
||||
<div class="">
|
||||
<img style="vertical-align:middle;"
|
||||
id="kleeja_img_captcha"
|
||||
src="{captcha_file_path}"
|
||||
alt="{lang.REFRESH_CAPTCHA}"
|
||||
title="{lang.REFRESH_CAPTCHA}"
|
||||
onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
|
||||
<input type="text" name="kleeja_code_answer" class="form-control" style="max-width: 300px" autocomplete="false" id="kleeja_code_answer" aria-describedby="kleeja_code_answer_help"/>
|
||||
<small id="helpBlock" id="kleeja_code_answer_help" class="form-text text-muted">{lang.NOTE_CODE}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<div class="form-group mt-3">
|
||||
<input type="submit" name="submit" value="{lang.GET_LOSTPASS}" class="btn btn-primary"/>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
38
styles/bootstrap/guide.html
Executable file
@@ -0,0 +1,38 @@
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
<p class="text-muted">{lang.GUIDE_EXP}</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="card-deck">
|
||||
|
||||
<LOOP NAME="ttgroups">
|
||||
|
||||
<IF LOOP="firstrow">
|
||||
|
||||
<UNLESS LOOP="most_firstrow">
|
||||
</ul>
|
||||
</div>
|
||||
</UNLESS>
|
||||
|
||||
<div class="card mb-3">
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
102
styles/bootstrap/header.html
Executable file
@@ -0,0 +1,102 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{lang.LANG_SMALL_NAME}" dir="{dir}">
|
||||
<head>
|
||||
<meta charset="{charset}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="author" content="Kleeja.com">
|
||||
|
||||
<title>{title}(title? - :){config.sitename}</title>
|
||||
|
||||
<link rel="shortcut icon" href="images/favicon.ico" />
|
||||
<link rel="icon" type="image/gif" href="images/favicon.gif" />
|
||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
|
||||
<link rel="apple-touch-startup-image" href="images/iPhone.png" />
|
||||
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="{STYLE_PATH}css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{STYLE_PATH}css/stylesheet.css" rel="stylesheet">
|
||||
|
||||
<IF NAME="lang.DIR==rtl">
|
||||
<style type="text/css">
|
||||
body{font-family: "Tahoma",Arial,sans-serif;}
|
||||
body{
|
||||
direction: rtl; /* placing it here fixes the issue with jquery white page bug */
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" media="all" href="{STYLE_PATH}css/bootstrap.rtl.min.css" />
|
||||
</IF>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var LANG_PAST_URL_HERE = "{lang.PAST_URL_HERE}";
|
||||
var LANG_MORE_F_FILES = "{lang.MORE_F_FILES}";
|
||||
var STYLE_PATH = "{STYLE_PATH}";
|
||||
-->
|
||||
</script>
|
||||
|
||||
<!-- Extra code -->
|
||||
{EXTRA_CODE_META}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- header -->
|
||||
<nav class="navbar navbar-toggleable-md navbar-light bg-primary navbar-inverse">
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#TopMenuNavbar" aria-controls="TopMenuNavbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<a class="navbar-brand" href="{config.siteurl}">
|
||||
<img src="{STYLE_PATH}images/logo.png" width="30" height="30" class="d-inline-block align-top" alt="{username}">
|
||||
{config.sitename}
|
||||
</a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="TopMenuNavbar">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<LOOP NAME="top_menu">
|
||||
<IF LOOP="show">
|
||||
<li class="nav-item"><a href="{{url}}" class="nav-link(go_current=={{name}}? active:)">{{title}}</a></li>
|
||||
</IF>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- use related menu -->
|
||||
<nav class="navbar navbar-toggleable-md bg-faded navbar-light">
|
||||
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<span class="navbar-brand">
|
||||
<img src="{STYLE_PATH}images/user.png" width="26" height="26" class="d-inline-block align-top" alt="{username}">
|
||||
</span>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarText">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<LOOP NAME="side_menu">
|
||||
<IF LOOP="show">
|
||||
<li class="nav-item"><a href="{{url}}" class="nav-link(go_current=={{name}}? active:)">{{title}}</a></li>
|
||||
</IF>
|
||||
</LOOP>
|
||||
</ul>
|
||||
<IF NAME="user_is">
|
||||
<span class="navbar-text">
|
||||
{username}
|
||||
</span>
|
||||
</IF>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
<div class="container mt-4">
|
||||
|
||||
|
||||
<IF NAME="extras.header">
|
||||
<div class="extras_header mb-5">{extras.header}</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
BIN
styles/bootstrap/images/download.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
styles/bootstrap/images/download2.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
styles/bootstrap/images/folder.png
Normal file
|
After Width: | Height: | Size: 371 B |
BIN
styles/bootstrap/images/loading.gif
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
styles/bootstrap/images/logo.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
styles/bootstrap/images/rainbow.gif
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
styles/bootstrap/images/spin.gif
Normal file
|
After Width: | Height: | Size: 673 B |
BIN
styles/bootstrap/images/spin_lg.gif
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
styles/bootstrap/images/user.png
Normal file
|
After Width: | Height: | Size: 926 B |
58
styles/bootstrap/index.html
Executable file
@@ -0,0 +1,58 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"/>
|
||||
<title>Powered by Kleeja</title>
|
||||
<style type="text/css">* {
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #CECFCE;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
color: #69788E;
|
||||
margin: 10px 30px;
|
||||
background: #F7F7F7;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
text-decoration: none;
|
||||
color: #CECFCE;
|
||||
}
|
||||
|
||||
a:active, a:hover {
|
||||
text-decoration: underline;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
||||
font-size: 1.70em;
|
||||
font-weight: normal;
|
||||
color: #333333;
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.content_box {
|
||||
border: 1px dashed #CECFCE;
|
||||
background: #FFFFFF;
|
||||
padding: 10px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}</style>
|
||||
</head>
|
||||
<body title="كليجا"><br/>
|
||||
<div class="content_box">
|
||||
<p>
|
||||
<a target="_blank" href="http://www.kleeja.com" title="kleeja"></a>
|
||||
</p>
|
||||
<br/>
|
||||
<h1><span style="font-size:250%;color:#D80000;">403 - Access forbidden!</span></h1></div>
|
||||
<br/>
|
||||
<div class="content_box"style="font-size: 140%">Powered by Kleeja</div>
|
||||
</body>
|
||||
</html>
|
||||
151
styles/bootstrap/index_body.html
Executable file
@@ -0,0 +1,151 @@
|
||||
<!-- Powered by kleeja -->
|
||||
<div id="content_index">
|
||||
|
||||
<!-- welcome -->
|
||||
<div class="jumbotron">
|
||||
<h5><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> {lang.WELCOME} <IF NAME="user_is">[ {username} ]</IF></h5>
|
||||
<p>{welcome_msg}</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- messages: error or info -->
|
||||
<IF NAME="info">
|
||||
<div class="card mb-5">
|
||||
<ul class="list-group list-group-flush">
|
||||
<LOOP NAME="info">
|
||||
<IF LOOP="message_type == info">
|
||||
<li class="list-group-item">
|
||||
{{message_content}}
|
||||
</li>
|
||||
<ELSE>
|
||||
<!-- error -->
|
||||
<li class="list-group-item list-group-item-danger">
|
||||
<strong>{lang.INFORMATION}</strong> : {{message_content}}
|
||||
</li>
|
||||
</IF>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- form upload -->
|
||||
<form id="uploader" action="{action}" method="post" enctype="multipart/form-data">
|
||||
|
||||
|
||||
<div class="card text-center">
|
||||
<div class="card-header">
|
||||
<ul class="nav nav-tabs card-header-tabs">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" data-toggle="tab" href="#fileUpload" role="tab">{lang.DOWNLOAD_F}</a>
|
||||
</li>
|
||||
<IF NAME="config.www_url == 1">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-toggle="tab" href="#linkUpload" role="tab">{lang.DOWNLOAD_T}</a>
|
||||
</li>
|
||||
</IF>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card-block tab-content">
|
||||
|
||||
<IF NAME="config.safe_code">
|
||||
<!-- verification code -->
|
||||
<div class="safe_code card">
|
||||
<div class="card-block">
|
||||
<h4 class="card-title">{lang.VERTY_CODE}</h4>
|
||||
<h6 class="card-subtitle mb-2 text-muted">{lang.NOTE_CODE}</h6>
|
||||
<p class="card-text">
|
||||
<img style="vertical-align:middle;" id="kleeja_img_captcha" src="{captcha_file_path}" alt="{lang.REFRESH_CAPTCHA}" title="{lang.REFRESH_CAPTCHA}" onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
<input type="text" name="kleeja_code_answer" id="kleeja_code_answer" />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
<!-- files upload tab -->
|
||||
<div class="tab-pane active" id="fileUpload" role="tabpanel">
|
||||
|
||||
<LOOP NAME=FILES_NUM_LOOP>
|
||||
|
||||
<div class="input-group" style="{{show}}" id="file-block-{{i}}">
|
||||
<span class="input-group-addon" onclick="document.getElementById('file{{i}}').click();">
|
||||
<div class="btn btn-primary file-button-browse ">
|
||||
<img src="{STYLE_PATH}images/folder.png" width="30" height="30">
|
||||
<span class="image-preview-input-title">{lang.OPEN}</span>
|
||||
</div>
|
||||
</span>
|
||||
<input type="file" name="file_{{i}}_" id="file{{i}}" data-number="{{i}}" style="display:none">
|
||||
<input type="text" id="file-text{{i}}" disabled="disabled" placeholder="{lang.NO_FILE_SELECTED}" class="form-control">
|
||||
</div>
|
||||
|
||||
</LOOP>
|
||||
|
||||
<div>
|
||||
<br>
|
||||
<div class="agree text-muted"><small>{terms_msg}</small></div>
|
||||
<input type="submit" id="submitr" name="submitr" value="{lang.DOWNLOAD_F}" class="btn btn-outline-primary">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<IF NAME="config.www_url == 1">
|
||||
<!-- links upload tab -->
|
||||
<div class="tab-pane" id="linkUpload" role="tabpanel">
|
||||
|
||||
<LOOP NAME=FILES_NUM_LOOP>
|
||||
<input class="url form-control" type="text" name="file_{{i}}_" style="{{show}}" size="70" placeholder="{lang.PAST_URL_HERE}">
|
||||
</LOOP>
|
||||
|
||||
<div>
|
||||
<br>
|
||||
<div class="agree text-muted"><small>{terms_msg}</small></div>
|
||||
<input type="submit" id="submittxt" name="submittxt" value="{lang.DOWNLOAD_T}" class="btn btn-outline-primary">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<!-- box loading -->
|
||||
<div id="loadbox" class="card">
|
||||
<div class="card-block">
|
||||
{lang.WAIT_LOADING}
|
||||
<br>
|
||||
<img src="{STYLE_PATH}images/loading.gif" alt="{lang.LOADING}" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<IF NAME="show_online">
|
||||
<!-- who's onLine -->
|
||||
<div class="card who-online">
|
||||
<div class="card-header">
|
||||
{lang.NUMBER_ONLINE}: <b>{current_online_users}</b>
|
||||
</div>
|
||||
|
||||
<IF NAME="show_names">
|
||||
<div class="card-block">
|
||||
<LOOP NAME="show_names">
|
||||
<span class="badge badge-pill badge-default">{{name}}</span>
|
||||
</LOOP>
|
||||
</div>
|
||||
</IF>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
4
styles/bootstrap/info.html
Executable file
@@ -0,0 +1,4 @@
|
||||
|
||||
<div class="alert alert-info">
|
||||
{text}
|
||||
</div>
|
||||
28
styles/bootstrap/info.txt
Executable file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# This is a configuration file of the style.
|
||||
# Change those values when you create
|
||||
# your style ...
|
||||
#
|
||||
|
||||
#Style name
|
||||
name = Bootstrap
|
||||
|
||||
#Style desc
|
||||
desc:en = One of the default styles of Kleeja, developed and improved by Kleeja team
|
||||
desc:ar = أحد الستايلات الافتراضية مع النسخة, تطوير وتصميم فريق كليجا
|
||||
|
||||
|
||||
#Style copyright
|
||||
copyright = 2017 Kleeja.com
|
||||
|
||||
#Version of style
|
||||
version = 1.0
|
||||
|
||||
#Min. required version of kleeja
|
||||
kleeja_version = 1.7
|
||||
|
||||
#name of the style required by this style
|
||||
#depend_on = default
|
||||
|
||||
#plugins required to install this style
|
||||
#plugins_required = test, test2
|
||||
3535
styles/bootstrap/js/bootstrap.js
vendored
Normal file
7
styles/bootstrap/js/bootstrap.min.js
vendored
Normal file
4
styles/bootstrap/js/jquery.min.js
vendored
Normal file
1
styles/bootstrap/js/tether.min.js
vendored
Executable file
80
styles/bootstrap/login.html
Executable file
@@ -0,0 +1,80 @@
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
<p class="text-muted">{lang.USER_LOGIN}</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- error messages -->
|
||||
<IF NAME="ERRORS">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
<form action="{action}" method="post" name="login_form">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="lname">{lang.USERNAME}</label>
|
||||
<input type="text" class="form-control" id="lname" name="lname" value="{t_lname}" >
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="lpass">{lang.PASSWORD}</label>
|
||||
<input type="password" class="form-control" id="lpass" name="lpass" value="{t_lpass}" >
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" name="remme" value="31536000" checked="checked">
|
||||
<span class="custom-control-indicator"></span>
|
||||
<span class="custom-control-description">{lang.REMME} <small class="text-muted">({lang.REMME_EXP})</small></span>
|
||||
</label>
|
||||
|
||||
|
||||
<!-- verification code -->
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
|
||||
<div class="form-group safe_code">
|
||||
<label for="kleeja_code_answer" class=" control-label">{lang.VERTY_CODE}</label>
|
||||
<div class="">
|
||||
<img style="vertical-align:middle;"
|
||||
id="kleeja_img_captcha"
|
||||
src="{captcha_file_path}"
|
||||
alt="{lang.REFRESH_CAPTCHA}"
|
||||
title="{lang.REFRESH_CAPTCHA}"
|
||||
onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
|
||||
<input type="text" name="kleeja_code_answer" class="form-control" style="max-width: 300px" autocomplete="false" id="kleeja_code_answer" aria-describedby="kleeja_code_answer_help"/>
|
||||
<small id="helpBlock" id="kleeja_code_answer_help" class="form-text text-muted">{lang.NOTE_CODE}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
|
||||
<div class="row justify-content-between mt-3">
|
||||
<div class="col col-md-auto">
|
||||
<input type="submit" name="submit" value="{lang.LOGIN}" class="btn btn-primary" />
|
||||
</div>
|
||||
|
||||
<div class="col col-md-auto">
|
||||
<a href="{forget_pass_link}">{lang.LOSS_PASSWORD}</a>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
124
styles/bootstrap/profile.html
Executable file
@@ -0,0 +1,124 @@
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
<p class="text-muted">{lang.EDIT_U_DATA}</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- error messages -->
|
||||
<IF NAME="ERRORS">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
<IF NAME="data_forum">
|
||||
|
||||
<form action="{action}" method="post">
|
||||
|
||||
<div class="card ">
|
||||
<div class="card-header">
|
||||
<ul class="nav nav-pills card-header-pills">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" data-toggle="tab" href="#generalSettings" role="tab">{lang.EDIT_U_DATA}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-toggle="tab" href="#emailSettings" role="tab">{lang.EMAIL}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" data-toggle="tab" href="#passwordSettings" role="tab">{lang.PASS_ON_CHANGE}</a>
|
||||
</li>
|
||||
<!--<li class="nav-item">-->
|
||||
<!--<a class="nav-link" data-toggle="tab" href="#avatarSettings" role="tab">{lang.EDIT_U_AVATER}</a>-->
|
||||
<!--</li>-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="card-block tab-content">
|
||||
|
||||
<!-- 1st tab -->
|
||||
<div id="generalSettings" class="tab-pane active" role="tabpanel">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="uname">{lang.USERNAME}</label>
|
||||
<input type="text" class="form-control col-md-4" id="uname" value="{name}" readonly>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="show_my_filecp">{lang.SHOW_MY_FILECP}</label>
|
||||
<select class="form-control" id="show_my_filecp" name="show_my_filecp">
|
||||
<option value="1" <IF NAME="show_my_filecp.show_my_filecp==1">selected="selected"</IF> >{lang.YES}</option>
|
||||
<option value="0" <IF NAME="show_my_filecp.show_my_filecp==0">selected="selected"</IF> >{lang.NO}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 2nd tab -->
|
||||
<div id="emailSettings" class="tab-pane" role="tabpanel">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="pppass_old">{lang.PASSWORD}</label>
|
||||
<input type="password" class="form-control" id="pppass_old" name="pppass_old" value="{t_pppass_old}" aria-describedby="emailChangeHelp">
|
||||
<small id="emailChangeHelp" class="form-text text-muted">{lang.EMAIL_CHANGE_REQ_PASS}</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="pmail">{lang.EMAIL}</label>
|
||||
<input type="email" class="form-control" id="pmail" name="pmail" value="{mail}" style="direction:ltr;">
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 3rd tab -->
|
||||
<div id="passwordSettings" class="tab-pane" role="tabpanel">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="ppass_old">{lang.OLD}</label>
|
||||
<input type="password" class="form-control" id="ppass_old" name="ppass_old" value="{t_ppass_old}">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="ppass_new">{lang.NEW}</label>
|
||||
<input type="password" class="form-control" id="ppass_new" name="ppass_new" value="{t_ppass_new}">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="ppass_new2">{lang.NEW_AGAIN}</label>
|
||||
<input type="password" class="form-control" id="ppass_new2" name="ppass_new2" value="{t_ppass_new2}">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- 4th tab -->
|
||||
<div id="avatarSettings" class="tab-pane" role="tabpanel">
|
||||
{link_avater}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<div class="form-group mt-3">
|
||||
<input type="submit" name="submit_data" value="{lang.EDIT_U_DATA}" class="btn btn-outline-primary btn-lg"/>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<ELSE>
|
||||
|
||||
<!-- in case of user system integration like phpBB or VB -->
|
||||
<a href="{goto_forum_link}" class="btn btn-outline-primary">{lang.PFILE_4_FORUM}</a>
|
||||
|
||||
</IF>
|
||||
75
styles/bootstrap/register.html
Executable file
@@ -0,0 +1,75 @@
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- error messages -->
|
||||
<IF NAME="ERRORS">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
<form action="{action}" method="post">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="lname">{lang.USERNAME}</label>
|
||||
<input type="text" class="form-control" id="lname" name="lname" value="{t_lname}">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="lpass">{lang.PASSWORD}</label>
|
||||
<input type="password" class="form-control" id="lpass" name="lpass" value="{t_lpass}">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="lpass2">{lang.REPEAT_PASS}</label>
|
||||
<input type="password" class="form-control" id="lpass2" name="lpass2" value="{t_lpass2}">
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="lmail">{lang.EMAIL}</label>
|
||||
<input type="email" class="form-control" id="lmail" name="lmail" value="{t_lmail}" style="direction:ltr;">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- verification code -->
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
|
||||
<div class="form-group safe_code">
|
||||
<label for="kleeja_code_answer" class=" control-label">{lang.VERTY_CODE}</label>
|
||||
<div class="">
|
||||
<img style="vertical-align:middle;"
|
||||
id="kleeja_img_captcha"
|
||||
src="{captcha_file_path}"
|
||||
alt="{lang.REFRESH_CAPTCHA}"
|
||||
title="{lang.REFRESH_CAPTCHA}"
|
||||
onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
|
||||
<input type="text" name="kleeja_code_answer" class="form-control" style="max-width: 300px" autocomplete="false" id="kleeja_code_answer" aria-describedby="kleeja_code_answer_help"/>
|
||||
<small id="helpBlock" id="kleeja_code_answer_help" class="form-text text-muted">{lang.NOTE_CODE}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<div class="form-group mt-3">
|
||||
<input type="submit" name="submit" value="{lang.REGISTER}" class="btn btn-primary"/>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
94
styles/bootstrap/report.html
Executable file
@@ -0,0 +1,94 @@
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- error messages -->
|
||||
<IF NAME="ERRORS">
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
<form action="{action}" method="post">
|
||||
|
||||
|
||||
<IF NAME="NOT_USER">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="rname">{lang.YOURNAME}</label>
|
||||
<input type="text" class="form-control" id="rname" name="rname" value="{t_rname}" >
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="rmail">{lang.EMAIL}</label>
|
||||
<input type="email" class="form-control" id="rmail" name="rmail" value="{t_rmail}" style="direction:ltr">
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
|
||||
<IF NAME="id_d">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="rurl">{lang.FILENAME}</label>
|
||||
<input type="text" class="form-control" id="rurl" name="rurl" value="{filename_for_show}" readonly="readonly">
|
||||
</div>
|
||||
|
||||
<ELSE>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="surl">{lang.URL_F_FILE}</label>
|
||||
<input type="text" class="form-control" id="surl" name="surl" value="{s_url}" style="direction:ltr">
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="surl">{lang.REASON}</label>
|
||||
<textarea class="form-control" id="rtext" name="rtext" rows="3">{t_rtext}</textarea>
|
||||
</div>
|
||||
|
||||
<!-- verification code -->
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
|
||||
<div class="form-group safe_code">
|
||||
<label for="kleeja_code_answer" class=" control-label">{lang.VERTY_CODE}</label>
|
||||
<div class="">
|
||||
<img style="vertical-align:middle;"
|
||||
id="kleeja_img_captcha"
|
||||
src="{captcha_file_path}"
|
||||
alt="{lang.REFRESH_CAPTCHA}"
|
||||
title="{lang.REFRESH_CAPTCHA}"
|
||||
onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
|
||||
<input type="text" name="kleeja_code_answer" class="form-control" style="max-width: 300px" autocomplete="false" id="kleeja_code_answer" aria-describedby="kleeja_code_answer_help"/>
|
||||
<small id="helpBlock" id="kleeja_code_answer_help" class="form-text text-muted">{lang.NOTE_CODE}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</IF>
|
||||
|
||||
<IF NAME="id_d">
|
||||
<input name="rid" value="{id_d}" type="hidden" />
|
||||
</IF>
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<div class="form-group">
|
||||
<input type="submit" name="submit" value="{lang.REPORT}" class="btn btn-primary"/>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
9
styles/bootstrap/rules.html
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
</div>
|
||||
|
||||
|
||||
<p class="lead mb-4">{contents}</p>
|
||||
|
||||
BIN
styles/bootstrap/screenshot.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
53
styles/bootstrap/stats.html
Executable file
@@ -0,0 +1,53 @@
|
||||
|
||||
<div class="mt-3 mb-3">
|
||||
<h2>{title}</h2>
|
||||
<p class="text-muted">{lang.LAST_1_H}</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<ul class="list-group col-md-7">
|
||||
|
||||
<li class="list-group-item 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">
|
||||
<span class="text-muted">{lang.USERS_ST}</span>
|
||||
<span>{users_st} {lang.USER} </span>
|
||||
</li>
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="text-muted">{lang.LAST_REG}</span>
|
||||
<span>{lst_reg}</span>
|
||||
</li>
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
<li class="list-group-item 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">
|
||||
<span class="text-muted">{lang.LSTDELST}</span>
|
||||
<span>{lst_dl_st}</span>
|
||||
</li>
|
||||
|
||||
</IF>
|
||||
|
||||
<IF NAME="config.allow_online==1">
|
||||
|
||||
<li class="list-group-item justify-content-between">
|
||||
<span class="text-muted">{lang.MOST_EVER_ONLINE}</span>
|
||||
<span><b>({most_online})</b> {lang.ON} {on_muoe}</span>
|
||||
</li>
|
||||
|
||||
</IF>
|
||||
</ul>
|
||||
63
styles/bootstrap/up_boxes.html
Executable file
@@ -0,0 +1,63 @@
|
||||
|
||||
<!-- BEGIN image_thumb -->
|
||||
|
||||
|
||||
<div class="text-center mt-3 w-100">
|
||||
<a target="_blank" href="{b_url_link}"><img src="{b_img_link}" alt="" class="img-thumbnail rounded" /></a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="thumb">{b_title}</label>
|
||||
<textarea id="thumb" readonly="readonly" rows="2" cols="40" class="form-control" tabindex="1">[url={b_url_link}][img]{b_img_link}[/img][/url]</textarea>
|
||||
</div>
|
||||
|
||||
<!-- END image_thumb -->
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN image -->
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="image1">{b_title}</label>
|
||||
<textarea id="image1" readonly="readonly" rows="1" cols="40" class="form-control" tabindex="2">{b_url_link}</textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="imageBBC">{b_bbc_title}</label>
|
||||
<textarea id="imageBBC" readonly="readonly" rows="2" cols="40" class="form-control" tabindex="3">[url={siteurl}][img]{b_url_link}[/img][/url]</textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="imageHTML">HTML</label>
|
||||
<textarea id="imageHTML" readonly="readonly" rows="4" cols="40" class="form-control" tabindex="4"><a href="{siteurl}" target="_blank" title="{siteurl}"><img src="{b_url_link}" border="0" alt="{b_url_link}" /></a></textarea>
|
||||
</div>
|
||||
<!-- END image -->
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN file -->
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="file1">{b_title}</label>
|
||||
<textarea id="file1" readonly="readonly" rows="2" cols="40" class="form-control" tabindex="5">{b_url_link}</textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="fileBBC">{b_bbc_title}</label>
|
||||
<textarea id="fileBBC" readonly="readonly" rows="2" cols="40" class="form-control" tabindex="6">[url={b_url_link}]{b_url_link}[/url]</textarea>
|
||||
</div>
|
||||
|
||||
<!-- END file -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN del_file_code -->
|
||||
|
||||
<div class="form-group w-100">
|
||||
<label for="delCode">{b_title}</label>
|
||||
<textarea id="delCode" readonly="readonly" rows="2" cols="40" class="form-control" tabindex="7">{b_code_link}</textarea>
|
||||
</div>
|
||||
|
||||
<!-- END del_file_code -->
|
||||
68
styles/default/call.html
Executable file
@@ -0,0 +1,68 @@
|
||||
<!-- Contact Us template -->
|
||||
<div id="content" class="border_radius">
|
||||
|
||||
<!-- title -->
|
||||
<h1 class="title">● {title}</h1>
|
||||
<!-- @end-title -->
|
||||
|
||||
<!-- line top -->
|
||||
<div class="line"></div>
|
||||
<!-- @end-line -->
|
||||
|
||||
<IF NAME="ERRORS">
|
||||
<!-- msg, Infos & Alerts & Errors -->
|
||||
<dl id="system-message">
|
||||
<dd class="error">
|
||||
<ul>
|
||||
<LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li>
|
||||
</LOOP>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<!-- @end-msg -->
|
||||
</IF>
|
||||
|
||||
<!-- form Contact Us -->
|
||||
<form action="{action}" method="post">
|
||||
<div class="call">
|
||||
<IF NAME="NOT_USER">
|
||||
<label>{lang.YOURNAME} :</label>
|
||||
<input type="text" name="cname" value="{t_cname}" size="30" tabindex="1" />
|
||||
<label>{lang.EMAIL} :</label>
|
||||
<input type="text" name="cmail" value="{t_cmail}" size="30" style="direction:ltr" tabindex="2" />
|
||||
</IF>
|
||||
<label>{lang.TEXT} :</label>
|
||||
<textarea name="ctext" class="text_area" rows="6" cols="40" tabindex="3">{t_ctext}</textarea>
|
||||
</div>
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- verification code -->
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
<div class="safe_code">
|
||||
<p>{lang.VERTY_CODE}</p>
|
||||
<div class="clr"></div>
|
||||
<div>
|
||||
<img style="vertical-align:middle;" id="kleeja_img_captcha" src="{captcha_file_path}" alt="{lang.REFRESH_CAPTCHA}" title="{lang.REFRESH_CAPTCHA}" onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
<input type="text" name="kleeja_code_answer" id="kleeja_code_answer" tabindex="4" />
|
||||
</div>
|
||||
<div class="clr"></div>
|
||||
<p class="explain">{lang.NOTE_CODE}</p>
|
||||
</div>
|
||||
</IF>
|
||||
<!-- @end-verification-code -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<input type="submit" name="submit" value="{lang.SEND}" tabindex="5" />
|
||||
|
||||
</form>
|
||||
<!-- @end-form -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
</div>
|
||||
<!-- @end-Contact-Us-template -->
|
||||
330
styles/default/css/color.css
Executable file
@@ -0,0 +1,330 @@
|
||||
@charset "UTF-8";
|
||||
/* --------------------------------------------------
|
||||
Theme Name: default V2
|
||||
package: Kleeja copyright(c)2007-2012
|
||||
version: 1.5
|
||||
URL: http://www.kleeja.com
|
||||
Author: Tar3Q+KLEEJA TEAM
|
||||
--------------------------------------------------
|
||||
$Id: color.css 1667 2010-09-28 12:41:22Z ALTAR3Q $
|
||||
--------------------------------------------------
|
||||
1. HTML Tags
|
||||
2. Misc
|
||||
3. group Infos & Alerts & Errors
|
||||
4. Main Structure
|
||||
5. Template & Header > header.html
|
||||
6. Template & Index > index_body.html
|
||||
7. Template & Downlod > download.html
|
||||
8. Template & stats > stats.html
|
||||
9. Template & Rules > rules.html
|
||||
10. Template & Footer > footer.html
|
||||
11. Template & login > login.html
|
||||
12. Template & Users Files > fileuser.html
|
||||
13. Template & Register > register.html
|
||||
14. Template & Contact Us > call.html
|
||||
15. Template & Password Recovery > get_pass.html
|
||||
16. Template & Report a File > report.html
|
||||
17. Template & Profile > profile.html
|
||||
18. Template & File Manager users > filecp.html
|
||||
19. Template & List of allowed file > guide.html
|
||||
20. Template & Copy the links after upload > up_boxes.html
|
||||
|
||||
# --------------------------------------------------
|
||||
1. HTML Tags
|
||||
-------------------------------------------------- */
|
||||
body {color:#474747;}
|
||||
h1, h2, h3, h4, h5, h6 { color: #333;}
|
||||
h1 { color:#8EC1DA;}
|
||||
h6 { color:#8EC1DA;}
|
||||
strong {color: #62B4E8;}
|
||||
small {color: #444;; }
|
||||
hr {border:solid #ddd; }
|
||||
code, pre { color: #e33100; }
|
||||
address { color: #333;}
|
||||
abbr, acronym {color: #222; border-bottom: 1px solid #ddd;}
|
||||
|
||||
/* @Lists -------------------- */
|
||||
dt {color: #333; }
|
||||
|
||||
/* @group Forms -------------- */
|
||||
label {color:#222;}
|
||||
textarea ,select {border:1px solid #aaa;}
|
||||
textarea {color:black;}
|
||||
input[type="text"], input[type="password"]{border: 1px solid #AFAEAA;border-top-color:#AFAEAA;border-right-color: #D5D5C8;border-bottom-color: #D5D5C8;}
|
||||
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover{border: 1px solid #888;}
|
||||
select:focus, textarea:focus, input[type="password"]:focus, input[type="text"]:focus ,
|
||||
select.remme:hover,select.remme:focus{background-color:#f7f7f7;border: 1px solid #f7f7f7;}
|
||||
input[type="submit"]:hover {color:#62B4E8;}
|
||||
|
||||
/* @Links -------------------- */
|
||||
a:link, a:visited{color: #474747;}
|
||||
a:hover, a:active {color:#62B4E8;}
|
||||
h1 a, h2 a, h3 a {color: #333;}
|
||||
h3 a:hover { color: #FF5502; }
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
2. Misc
|
||||
-------------------------------------------------- */
|
||||
.dot {background: url("../images/bg_dots.gif") repeat-x;}
|
||||
.line {background:url("../images/line.png") repeat-x right top;}
|
||||
.FooterLine{background:white;}
|
||||
|
||||
/* debug kleeja */
|
||||
.debug_kleeja{background-color:white;border:1px #666 solid;}
|
||||
|
||||
/* group Pagination */
|
||||
a.paginate {color:#333;background:url("../images/pagination.png") 0 0 no-repeat; border:none;}
|
||||
a.paginate > span {background:url("../images/pagination.png") 100% 0 no-repeat; }
|
||||
a.paginate:hover, a.paginate:focus{ color:white;background-position:0 -90px; }
|
||||
a.paginate:hover > span, a.paginate:focus > span { background-position:100% -90px; }
|
||||
a.dots { background:url("../images/pagination.png") 0 0 no-repeat;}
|
||||
a.dots > span { background-position:100% 0;}
|
||||
a.dots:hover, a.dots:focus{ color:#333;background-position:0 0; }
|
||||
a.dots:hover > span, a.dots:focus > span { background-position:100% 0; }
|
||||
a.current { background:url("../images/pagination.png") 0 -90px no-repeat; color:white;}
|
||||
a.current > span { background-position:100% -90px;}
|
||||
a.current:hover, a.current:focus{background-position:0 -90px; }
|
||||
a.current:hover > span, a.current:focus > span { background-position:100% -90px;}
|
||||
a.phover { background:url("../images/pagination.png") 0 -150px no-repeat; color:white;}
|
||||
a.phover > span { background-position:100% -150px;}
|
||||
a.phover:hover, a.phover:focus {color:white; background-position:0 -90px; }
|
||||
a.phover:hover > span, a.phover:focus > span { background-position:100% -90px;}
|
||||
|
||||
|
||||
/* verification code */
|
||||
.safe_code { border:1px solid #BED9ED;background:#F9F9F0 url("../images/saf3_code01.gif") no-repeat 0% 50%;}
|
||||
.safe_code p {color:#62B4E8;}
|
||||
p.explain {color:#666;}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
3. group Infos & Alerts & Errors
|
||||
-------------------------------------------------- */
|
||||
/* box ,System Message */
|
||||
ul.index_info, ul.index_err {border-top: 1px solid white;border-bottom: 1px solid white;}
|
||||
|
||||
/* Infos */
|
||||
dd.info ul { border-top: 3px solid #62B4E8;border-bottom: 3px solid #62B4E8;background-color: #BED9ED; }
|
||||
dd.info ul li { color: #333;background: url("../images/info.png") no-repeat right top; }
|
||||
|
||||
/* Errors */
|
||||
dd.error ul {background-color: #E6C0C0;border-top:3px solid #DE7A7B;border-bottom: 3px solid #DE7A7B;}
|
||||
dd.error ul li{color:#c00;background: url("../images/error.png") no-repeat right top;}
|
||||
dd.error ul li strong{color:#c00;}
|
||||
|
||||
/* Only Index */
|
||||
ul.index_info {border-top: 3px solid #62B4E8;border-bottom: 3px solid #62B4E8;background:#BED9ED;}
|
||||
ul.index_info li {background:url("../images/info_f.gif") no-repeat right top;}
|
||||
|
||||
ul.index_err {border-top: 3px solid #DE7A7B;border-bottom: 3px solid #DE7A7B;color:#c00;background:#E6C0C0;}
|
||||
ul.index_err li {background: url("../images/err.gif") no-repeat right top;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
4. Main Structure
|
||||
-------------------------------------------------- */
|
||||
body {background: #ececec url("../images/bg_body.png") repeat-x top center;}
|
||||
|
||||
#main {background:#ececec url("../images/bg_main_mobile.png") no-repeat top right;}
|
||||
@media (min-width: 992px) {
|
||||
#main {background:url("../images/bg_main.png") no-repeat top right;}
|
||||
}
|
||||
#content, #content_index {background:#F8F8F8;border:1px solid #C9C9C9;}
|
||||
#content_index {background-color:transparent;background-image:none;border:none;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
5. Template & Header > header.html
|
||||
-------------------------------------------------- */
|
||||
/* @Logo -------------------- */
|
||||
#header .logo {background:transparent url("../images/logo.png") right center no-repeat;}
|
||||
/* @Top Navigation -------------------- */
|
||||
.top_nav {background:url("../images/menu-bg.gif")}
|
||||
.top_nav .menu li a {color: #444;}
|
||||
.top_nav .menu li a:hover {color:#8EC1DA;background:url("../images/hover.png") repeat-x top left;}
|
||||
.top_nav .menu li a.current {color:#4B4F52;background:url("../images/current-bg.gif") top left repeat-x;}
|
||||
/* @right menu -------------------- */
|
||||
#sidebar{background:#f7f7f7 url(../images/sidebar.png) 0 bottom no-repeat;}
|
||||
#sidebar_box{background: #F8F8F8;border: 1px solid #DFDFDF;}
|
||||
#sidebar_box .menu li a{background:#8EC1DA 35px 0 repeat-x;color:#000;}
|
||||
#sidebar_box .menu a:hover{background:#4B4F52;color:#fff;}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.top_nav {background:url("../images/menu-bg.gif") repeat-x top left;}
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
6. Template & Index > index_body.html
|
||||
-------------------------------------------------- */
|
||||
.zx a:hover, .zl a:hover {background:#FEEA00;}
|
||||
.url {color:#62B4E8;}
|
||||
.inum {color:#888;}
|
||||
input.input_num {background:white;border: 1px solid #B3B9C4;outline:1px solid #ccc;}
|
||||
.waitloading{color:#8EC1DA;}
|
||||
|
||||
/* ONLINE -------------------- */
|
||||
.onlineall, .onlinevisitor,
|
||||
.onlineusers, .name_users {background:#FAFAE7 url("../images/bg_onlineall.gif") repeat-x center left;border:1px solid white;color:#4E4E07;}
|
||||
.name_users{background:#F9E5E5 url("../images/bg_onlinevisitor.gif") repeat-x center left;color:#D20C0C;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
7. Template & Downlod > download.html
|
||||
-------------------------------------------------- */
|
||||
.data_file .tit {background:#8C8C8C url("../images/bg_tile.gif") repeat-x bottom;border:1px solid #727272;color:white;}
|
||||
.data_file .data_menu tr{background:white;border-top:1px solid #C7C7C7;border-bottom:1px solid #bbb;}
|
||||
.data_file .data_menu td{border:none;}
|
||||
.data_file .data_menu .td {background:#BED9ED url("../images/headline_bg.png") repeat-x top right;color:#333;}
|
||||
.data_file .filereport {background:url("../images/bg_onlinevisitor.gif") repeat-x bottom left;border-top:1px solid #D88181;border-bottom:1px solid #D88181;color:#D80000;}
|
||||
.data_file .filereport:hover {background:#F9B6C1;border-color:#B14F4F;}
|
||||
.data_file_down .wait {color:#4B4F52;}
|
||||
.download a{background:#8EC1DA url("../images/bg_animated.gif") repeat;border:1px solid #fff;color:#4B4F52;}
|
||||
.download a:hover {border-color:white;color:#222;}
|
||||
.download span{color:#777;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
8. Template & Stats > stats.html
|
||||
-------------------------------------------------- */
|
||||
.stats {color:#333;background: url("../images/stats.gif") no-repeat 2% 40%;}
|
||||
.stats ul li {background:transparent url("../images/list_stat.gif") no-repeat right center;}
|
||||
.st i{background:white;color: #62B4E8;border-top:1px solid #BED9ED;border-bottom:1px solid #BED9ED;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
10. Template & Rules > rules.html
|
||||
-------------------------------------------------- */
|
||||
#rules {color:#555;}
|
||||
#rules .rut {color:red;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
10. Template & Footer > footer.html
|
||||
-------------------------------------------------- */
|
||||
#footer{background:#EBEBEB url("../images/bg_footer.gif") repeat;border-top:1px solid #D8D8D8;}
|
||||
#footer .footer_inner{color:#474747;}
|
||||
#footer .admin_cp_link span{background:url("../images/admin_cp.gif") no-repeat center left;border:1px solid white;color:#4B4F52;}
|
||||
#footer .admin_cp_link span:hover {color:#111;}
|
||||
#footer .footer_stats, #footer .footer_stats strong {color:#777;}
|
||||
#footer a:link, #footer a:active, #footer a:visited{color:#474747;}
|
||||
#footer a:hover{color:#8EC1DA;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
11. Template & login > login.html
|
||||
-------------------------------------------------- */
|
||||
.login {background:transparent url("../images/login.gif") no-repeat 0% 50%;}
|
||||
.title_login {background:#fff url("../images/title_login.gif") no-repeat 99% 50%;color:#8EC1DA;}
|
||||
input.username{background:white url("../images/username.gif") no-repeat 2px 2px;}
|
||||
input.password{background:white url("../images/password.gif") no-repeat 2px 2px;}
|
||||
.forget_pass {background:white url("../images/forget_pass.png") no-repeat 96% 50%;}
|
||||
.forget_pass a{color:#444;}
|
||||
.forget_pass a:hover {color:#8EC1DA;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
12. Template & Users Files > fileuser.html
|
||||
-------------------------------------------------- */
|
||||
#boxfileuser .box_user, #boxfileuser .us3r_n4me {background:white url("../images/bg_box_1.gif") repeat-x top left;border:1px solid white;}
|
||||
#boxfileuser .public {background:#8C8C8C url("../images/bg_tile.gif") repeat-x bottom;color:white;border-top:1px dashed #EEE;border-bottom:1px dashed #EEE;}
|
||||
#boxfileuser .uname, #boxfileuser .nums{color:#62B4E8;}
|
||||
#filecplink fieldset{border: 1px solid #aaa;}
|
||||
#filecplink input.link_user {color:#8EC1DA;}
|
||||
#filecplink legend.copylink {color:black;}
|
||||
.xthumbs {background:#E6E6E6 url("../images/bg_user_box.gif") repeat-x top left;}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
13. Template & Register > register.html
|
||||
-------------------------------------------------- */
|
||||
.register {background:transparent url("../images/register.gif") no-repeat 0% 50%;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
14. Template & Contact Us > call.html
|
||||
-------------------------------------------------- */
|
||||
.call{background:transparent url("../images/call.gif") no-repeat 0% 50%;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
15. Template & Password Recovery > get_pass.html
|
||||
-------------------------------------------------- */
|
||||
.get_password{background:transparent url("../images/get_password.gif") no-repeat 4% 50%;}
|
||||
.get_password p{background:white;border:1px solid #ECCEBB;color:#D80000;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
16. Template & Report a File > report.html
|
||||
-------------------------------------------------- */
|
||||
.rebort{background:transparent url("../images/file_rebort.gif") no-repeat 2% 50%;}
|
||||
input.urlcolor{background:#FFDFDF !important; border:1px solid #D88D8D !important;}
|
||||
input.urlnoncolor{background:#fff !important; border:1px solid #D88D8D !important;}
|
||||
input.urlcolor:focus,input.urlcolor:hover,input.urlnoncolor:hover{background:#FFDFDF !important;border-color:#D88D8D !important;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
17. Template & Profile > profile.html
|
||||
-------------------------------------------------- */
|
||||
#profile select, #profile option{background:#BED9ED;color:black;}
|
||||
#profile .boxdata{border:1px solid white;background:white url("../images/bg_tabbertab.png") repeat-x bottom left;}
|
||||
#profile .boxdata .tit{background:#8EC1DA url("../images/bg_tile_tab.png") repeat-x bottom left;color:white;}
|
||||
#profile .boxdata .boxdata_inner input, #profile .boxdata .boxdata_inner select {color:#4B4F52;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
18. Template & File Manager users > filecp.html
|
||||
-------------------------------------------------- */
|
||||
.file_cp {background:#ECECEC url("../images/table_file_cp.gif") no-repeat 40% 45%;color:#444;border:1px solid white;}
|
||||
.file_cp .nbr {color:black;}
|
||||
.file_cp thead th, .file_cp tfoot th, .file_cp tbody td {border: 1px solid #aaa;border-top-color: white;border-left-color: white;border-bottom-color: #aaa;}
|
||||
.file_cp thead th{background:#8EC1DA url("../images/bg_tile_tab.png") repeat-x top left;color:white;border:none;}
|
||||
.file_cp thead th a:link{color:white;}
|
||||
.file_cp tfoot th{background:#ECECEC url("../images/bg_footer.gif") repeat-x center right;}
|
||||
.file_cp tbody tr:hover td{border-top-color:#aaa;border-bottom-color:white;}
|
||||
.file_cp tbody tr:hover td a{color:black;}
|
||||
.file_cp a:link {color:#444;}
|
||||
.file_cp a:visited {color:black;}
|
||||
.file_cp a:hover {color:#D2691E;}
|
||||
.checkall a:link{color:#62B4E8;}
|
||||
.ored,.ored:hover,.ored a:link, .ored a:hover, .ored a:visited {background:#FFE1E2;color:red !important;}
|
||||
.ored td,.ored:hover td{border-top-color:#aaa !important;border-bottom-color:white !important;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
19. Template & List of allowed file upload > guide.html
|
||||
-------------------------------------------------- */
|
||||
.guide_right_th, .guide_left_th{color:white;border: 1px solid #62B4E8;}
|
||||
.guide_right_th {background:#767676 url("../images/bg_tile.gif") repeat-x bottom right;border-color:#727272;}
|
||||
.guide_left_th {background:#62B4E8 url("../images/bg_tile_tab.png") repeat-x bottom left;}
|
||||
.guide_right_box{background:white url("../images/bg_box_1.gif") repeat-x top left;border-right:1px solid white;border-left:1px solid white;}
|
||||
.guide_right_img,.guide_right_n4me, .guide_left_img {color:#333;}
|
||||
.guide_right_img {background-color:white;border:1px solid #DBDBDB;}
|
||||
.guide_right_ext{background:#F9F9F9 url("../images/headline_bg.png") repeat-x top right;border-bottom: 1px solid #EFEFEF;border-top: 1px solid #DBDBDB;}
|
||||
.guide_right_ext_color{color:#222;}
|
||||
.guide_right_ext_lang{color:black;}
|
||||
.guide_left_box{background:white url("../images/bg_box.gif") repeat-x top left;border-right:1px solid white;border-left:1px solid white;}
|
||||
.guide_left_img {background-color:white;border: 1px solid #62B4E8;}
|
||||
.guide_left_n4me{color:#F45E13;}
|
||||
.guide_left_ext{background:#DFEDF8 url("../images/headline_bg.png") repeat-x top right;border-bottom: 1px solid #62B4E8;border-top: 1px solid #62B4E8;}
|
||||
.guide_left_ext_color{color:#333;}
|
||||
.guide_left_ext_lang{color:black;}
|
||||
.guide_right_ext:hover{background-color:white;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
20. Template & Copy the links after upload > up_boxes.html
|
||||
-------------------------------------------------- */
|
||||
.thumb_img a img{background:white;border:2px solid #62B4E8;}
|
||||
.thumb_img a img:hover{border-color:#FEA53D;}
|
||||
.up_box_input {border: 1px solid white;background:#ECECEC;}
|
||||
td.btitle ,td.all_box_link{border:1px solid #62B4E8;}
|
||||
td.btitle {color:#333;border-left:none;}
|
||||
td.all_box_link {border-right:none;}
|
||||
textarea.up_input {color:#54270A;}
|
||||
/* @end */
|
||||
|
||||
|
||||
1
styles/default/css/index.html
Executable file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1256" /><title>Powered by Kleeja</title><style type="text/css">* {font-size: 100%;margin:0;padding: 0; color:#CECFCE;}body { font-family: Tahoma ,Arial, sans-serif;font-size: 100%;color: #69788E; margin: 10px 30px;background: #F7F7F7;}a:link, a:visited {text-decoration: none;color:#CECFCE;}a:active, a:hover {text-decoration: underline;color: #111;}h1 {font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 1.70em;font-weight: normal;color: #333333;margin-top: 0; margin-bottom: 10px;}.content_box {border: 1px dashed #CECFCE;background: #FFFFFF;padding: 10px;margin-right: auto;margin-left: auto;}</style> </head> <body title="كليجا"><br /><div class="content_box"><p><a target="_blank" href="http://www.kleeja.com" title="kleeja"><img border="0" src="http://kleeja.com/index.png"></a></p><br /><h1><span style="font-size:250%;color:#D80000;">403 - Access forbidden!</span></h1></div><br /><div class="content_box"><span style="font-size: 140%">Powered by Kleeja >>> the best uploader ...</span > >> <a target="_blank" href="http://www.kleeja.com/bugs/ar/">Bugs</a> | <a target="_blank" href="http://www.kleeja.com/plugins/">Plugins</a> | <a target="_blank" href="http://www.kleeja.com/styles/">Styles</a> | </div></body></html>
|
||||
92
styles/default/css/ltr.css
Executable file
@@ -0,0 +1,92 @@
|
||||
@charset "UTF-8";
|
||||
/* --------------------------------------------------
|
||||
Theme Name: default V1
|
||||
Filename: styles/default/ltr.css
|
||||
package: Kleeja copyright(c)2007-2010
|
||||
version: 1.0.0
|
||||
URL: http://www.kleeja.com
|
||||
Date: 2010-07-24
|
||||
Author: Tar3Q
|
||||
--------------------------------------------------
|
||||
$Id: ltr.css 2129 2013-02-14 16:04:19Z developer.mahmoud $
|
||||
-------------------------------------------------- */
|
||||
|
||||
/* @HTML Tags -------------- */
|
||||
body { font-family: Arial, Helvetica, Helvetica Neue, Verdana, sans-serif; font-size: 13px;}
|
||||
input, textarea, select, option, input[type="text"], input[type="password"], input[type="file"],input[type="submit"] {font:normal 12px Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode"; }
|
||||
ol {margin-right:0;margin-left: 25px;}
|
||||
option {padding-left: 1em;}
|
||||
caption, th, td {text-align:left;}
|
||||
/* @Misc -------------- */
|
||||
.left, img.left {float:right;}
|
||||
.right, img.right {float:left;}
|
||||
/* @Pagination -------------- */
|
||||
.pagination a, .pagination span.current, .pagination span.three_dots {float:left;margin-left:0;margin-right:3px;}
|
||||
/* @verification code -------------- */
|
||||
.safe_code {background:#F9F5F0 url(../images/saf3_code_ltr.gif) no-repeat 100% 50%;}
|
||||
/* @captcha stuff -------------- */
|
||||
#kleeja_img_captcha {float:left;}
|
||||
/* @group Infos & Alerts & Errors -------------- */
|
||||
dd.info ul li, dd.error ul li,ul.index_info li, ul.index_err li { background-position:left top;font-size:120%;}
|
||||
/* @Main Structure -------------- */
|
||||
#content {float:right;}
|
||||
/* @Template & Header > header.html -------------- */
|
||||
#header .logo {float:left;background-position:left center;margin:0 10px 0 40px;}
|
||||
.top_nav .menu ul{float:left;}
|
||||
.top_nav .menu li {float:left;margin-left:0;margin-right:2px;}
|
||||
.top_nav .menu li a {float:left;}
|
||||
#sidebar {float:left;padding: 5px 8px 10px 6px;}
|
||||
#content_index {float: left;}
|
||||
#content, #content_index {margin: 5px 10px 0 0;}
|
||||
/* @Template & Index > index_body.html -------------- */
|
||||
.waitloading{font-size:140%;}
|
||||
.online{float:left;}
|
||||
.onlineall, .onlinevisitor, .onlineusers, .name_users {float:left;margin-left:0;margin-right:6px;}
|
||||
/* @Template & Downlod > download.html -------------- */
|
||||
.data_file .data_menu td{padding-right:0;padding-left:5px;}
|
||||
.data_file .data_menu .td {width:125px;}
|
||||
.data_file_down .wait {font-size:x-large;}
|
||||
/* @Template & Stats > stats.html -------------- */
|
||||
.stats {font-size:100%;font-weight:400;background-position: 94% 50%;}
|
||||
.stats ul li {background-position:left center;padding-right:0;padding-left:10px;}
|
||||
/* @Template & Rules > rules.html -------------- */
|
||||
#rules {font-size:100%;font-weight:400;}
|
||||
#rules .rut {text-indent:0;}
|
||||
#rules .rls ul li {padding-right:0;padding-left:5px;}
|
||||
/* @Template & Footer > footer.html -------------- */
|
||||
#footer .footer_inner{font-size:100%;}
|
||||
#footer .bu-panel{float:left;}
|
||||
#footer .admin_cp_link span{font-weight:bold;padding:4px 35px;}
|
||||
#footer .footer_stats, #footer .googleanalytics{float:right;font-size:100%;}
|
||||
/* @Template & login > login.html -------------- */
|
||||
.login {background-position:80% 50%;}
|
||||
.title_login {background-position:1% 50%;}
|
||||
input.username, input.password {float:left;padding:3px 20px 3px 6px;background-position: 98% 50%;}
|
||||
.forget_pass {background-position: 2% 50%;float:right;}
|
||||
/* @Template & Users Files > fileuser.html ------- */
|
||||
#boxfileuser .box_user {float:right;}
|
||||
#boxfileuser .us3r_n4me {float:left;}
|
||||
#boxfileuser .box_user {float:left;}
|
||||
#boxfileuser .us3r_n4me {float:right;}
|
||||
/* @Template & Register > register.html ------ */
|
||||
.register {background-position:85% 50%;}
|
||||
/* @Template & Contact Us > call.html -------------- */
|
||||
.call {background-position:100% 50%;}
|
||||
/* @Template & Password Recovery > get_pass.html ------- */
|
||||
.get_password{background-position:60% 50%;}
|
||||
/* @Template & Report a File > report.html ----- */
|
||||
.rebort{background-position:94% 50%;}
|
||||
/* @Template & Profile > profile.html ---------- */
|
||||
#profile .boxdata{float:right;}
|
||||
#profile .boxdata .boxdata_inner label {text-align:left;font-size:90%;}
|
||||
#profile .boxdata .boxdata_inner select {float:left;margin-right:0;margin-left:10px;}
|
||||
/* @Template & File Manager users > filecp.html ------- */
|
||||
.file_cp {background-position:60% 50%;}
|
||||
.left_button {float:right;}
|
||||
.file_cp .odd, .file_cp .nbr {text-align:left;}
|
||||
/* @Template & List of allowed file upload > guide.html -------------- */
|
||||
.guide_right_img img, .guide_left_img img{padding-left:0;padding-right:5px;}
|
||||
/* @Template & Copy the links after upload > up_boxes.html --------- */
|
||||
td.btitle {width:120px;border-left:1px solid #C8BD7C;border-right:none;}
|
||||
td.all_box_link {border-right:1px solid #C8BD7C;border-left:none;}
|
||||
/* @end */
|
||||
461
styles/default/css/stylesheet.css
Executable file
@@ -0,0 +1,461 @@
|
||||
@charset "UTF-8";
|
||||
/** @package Name: Kleeja Copyright (c) 2007-2012 (http://kleeja.com)
|
||||
@version: 1.5 Theme: default V2
|
||||
@Author: Tar3Q (http://Tar3Q.com), KLEEJA TEAM
|
||||
******************************************************
|
||||
$Id: stylesheet.css 2133 2013-04-04 04:28:02Z saanina $
|
||||
******************************************************/
|
||||
|
||||
/** @CSS Reset was written by Dejan Cancarevic & (http://stylizedweb.com/2008/02/14/10-best-css-hacks) **/
|
||||
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus {outline: 0;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: right;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}
|
||||
/** @Print Styles **/
|
||||
@media print{body {background-color:white !important;color: black !important; }a, a:link, a:visited { color: black !important; text-decoration:none !important;} #footer, .extras_header, .extras_footer{display: none;}}
|
||||
|
||||
/** --------------------------------------------------
|
||||
1. HTML Tags
|
||||
2. Misc
|
||||
3. Message Infos, Alerts, Errors
|
||||
4. Main Structure
|
||||
5. Template & Header > header.html
|
||||
6. Template & Index > index_body.html
|
||||
7. Template & Downlod > download.html
|
||||
8. Template & stats > stats.html
|
||||
9. Template & Rules > rules.html
|
||||
10. Template & Footer > footer.html
|
||||
11. Template & login > login.html
|
||||
12. Template & Users Files > fileuser.html
|
||||
13. Template & Register > register.html
|
||||
14. Template & Contact Us > call.html
|
||||
15. Template & Pass~ Recovery > get_pass.html
|
||||
16. Template & Report a File > report.html
|
||||
17. Template & Profile > profile.html
|
||||
18. Template & File Manager > filecp.html
|
||||
19. Template & List allowed file > guide.html
|
||||
20. Template & Links after upload > up_boxes.html
|
||||
|
||||
/* --------------------------------------------------
|
||||
1. HTML Tags
|
||||
-------------------------------------------------- */
|
||||
html, body {margin: 0; padding: 0;}
|
||||
body {text-align:justify;font-family: Tahoma, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode"; font-size: 12px;}
|
||||
h1, h2, h3, h4, h5, h6 {font-weight: bold; margin: 5px 0;}
|
||||
h1, h2, h3, h4 { line-height: 1;}
|
||||
h5, h6 { line-height: 18px;}
|
||||
h1 { font-size: 32px;}
|
||||
h2 { font-size: 24px;}
|
||||
h3 { font-size: 20px;}
|
||||
h4 { font-size: 18px;}
|
||||
h5 { font-size: 14px;}
|
||||
h6 { font-size: 12px;}
|
||||
p { line-height: 18px; margin: 0 0 10px; }
|
||||
strong {font-weight: bold;}
|
||||
small {font-size: 90%; line-height: inherit;font-weight: normal; }
|
||||
em {font-style:italic;}
|
||||
p img {margin: 0;}
|
||||
img {border: none;}
|
||||
hr { border-width:1px 0 0;clear:both;margin:14px 0 15px;height: 0;}
|
||||
code, pre { font: 12px/18px "Monaco", "Courier New", "Courier", monospace; }
|
||||
address { line-height: 18px; margin: 0 0 10px; }
|
||||
abbr, acronym { text-transform: uppercase; font-size: 90%; cursor: help; }
|
||||
abbr { text-transform: none; }
|
||||
/* @Lists ******/
|
||||
ul, ol , dd{ margin: 5px 0; }
|
||||
ul { list-style: none inside; }
|
||||
ol { list-style: decimal; margin-right: 25px; }
|
||||
dt, dd { line-height: 18px; }
|
||||
dt { font-weight: bold;}
|
||||
/* @Forms ******/
|
||||
form {margin-bottom:10px; }
|
||||
fieldset { }
|
||||
label {display: block;line-height: 18px; padding:4px 0;}
|
||||
input, textarea, select, option, input[type="text"], input[type="password"], input[type="file"],input[type="submit"] {font:normal 12px Tahoma, Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode"; }
|
||||
select, option{cursor: pointer;vertical-align: middle; width:auto;padding:1px 5px;}
|
||||
textarea {cursor:text;vertical-align: middle;padding:2px;}
|
||||
input {padding:3px 6px;margin:0 2px;}
|
||||
input[type="text"], input[type="password"]{padding:2px;cursor: text;}
|
||||
input[type="submit"]{ cursor: pointer;padding:2px 15px;}
|
||||
select:focus, textarea:focus {outline: none;}
|
||||
/* @Links ******/
|
||||
a:link, a:visited{text-decoration: none;outline: 0; line-height: inherit;}
|
||||
a:hover, a:active {text-decoration:none;}
|
||||
p a {line-height: inherit;}
|
||||
h1 a, h2 a, h3 a {font-weight: bold; }
|
||||
h4 a, h5 a { line-height: inherit; font-weight: bold; }
|
||||
h4 a:hover, h5 a:hover { text-decoration: underline; }
|
||||
/*** @end ***/
|
||||
|
||||
/**
|
||||
2. Misc
|
||||
-------------------------------------------------- */
|
||||
/* Clear the columns automagically, thanks @kneath */
|
||||
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
||||
.clearfix {display:inline-block;}
|
||||
.clearfix {display: block;} /* Hide from IE Mac */
|
||||
|
||||
.left, img.left {float:left;}
|
||||
.right, img.right {float:right;}
|
||||
|
||||
.clr,.line {clear:both;overflow:hidden;height:0;}
|
||||
.dot {padding:5px 0;}
|
||||
.line {height:6px; margin:1px;}
|
||||
.FooterLine{width:100%;height:1px;}
|
||||
|
||||
/* debug kleeja */
|
||||
.debug_kleeja{width:80%;margin:0 auto;margin:20px 0;}
|
||||
.debug_kleeja fieldset{margin:0 auto;width:80%;}
|
||||
|
||||
/* group Pagination */
|
||||
#pagination { text-align:right; margin:0 0 10px 0; float:right; }
|
||||
#pagination .page-item{display: inline-block;}
|
||||
a.paginate { display:inline-block;height:23px; padding:0 1px; font-size:80%; font-weight:bold; white-space:nowrap; overflow:visible; cursor:pointer; text-decoration:none; }
|
||||
a.paginate > span {display:block; height:23px; padding:0 10px 0 8px; line-height:23px;}
|
||||
a.paginate:hover, a.paginate:focus{text-decoration:none;}
|
||||
a.current > span {cursor:default;}
|
||||
a.phover:hover, a.phover:focus {text-decoration:none;}
|
||||
|
||||
|
||||
/* titles all */
|
||||
h1.title {width:100%;padding:5px 0;font-size:140%;}
|
||||
|
||||
/* verification code */
|
||||
.safe_code { margin:10px 0;padding: 10px;}
|
||||
.safe_code p {line-height:10px;font-size:90%;font-weight:700;}
|
||||
.safe_code input[type="text"]{padding:4px;text-transform:lowercase;direction:ltr;}
|
||||
p.explain {font-size:x-small;font-weight: normal;text-indent:4px;padding-top:5px;}
|
||||
|
||||
/* extras header and extras footer */
|
||||
.extras_header, .extras_footer { clear:both; width:100%;overflow:hidden; margin:5px auto;padding:10px;text-align:center;}
|
||||
|
||||
/* captcha stuff */
|
||||
#kleeja_img_captcha {cursor:pointer;float:right;}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
3. group Infos & Alerts & Errors
|
||||
-------------------------------------------------- */
|
||||
/* box ,System Message */
|
||||
#system-message {margin:5px 0;}
|
||||
#system-message dd {text-indent: 30px;}
|
||||
dd.info ul, dd.error ul, ul.index_info, ul.index_err{list-style:square;list-style-position:inside;padding:12px;line-height:30px;font-weight: bold;}
|
||||
ul.index_info, ul.index_err {margin:4px auto;text-indent:30px;}
|
||||
dd.info ul li, dd.error ul li{ padding:0 5px;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
4. Main Structure
|
||||
-------------------------------------------------- */
|
||||
body {width:100%;height:100%;}
|
||||
|
||||
#main {width:100%;margin:10px auto;}
|
||||
|
||||
#wrapper {height:100%;padding:0px 15px 10px 15px;}
|
||||
#content, #content_index {width:100%;float:left;}
|
||||
#content_index {min-height:220px;float:right;}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#main {width:960px;margin:10px auto;}
|
||||
#content, #content_index{width:70%; padding:10px 15px; margin:5px 0 0 10px;}
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
5. Template & Header > header.html
|
||||
-------------------------------------------------- */
|
||||
#header {width:100%;padding:10px 0;}
|
||||
/* @Logo -------------------- */
|
||||
#header .logo {float:right;display:inline;text-indent:-99999px;overflow: hidden;margin:0 40px 0 10px;width:300px;height:100px;}
|
||||
/* @Top Navigation -------------------- */
|
||||
.top_nav {height: 88px;margin:0 10px;display: block;}
|
||||
/*.top_nav .menu {margin:0 40px;}*/
|
||||
.top_nav .menu ul{list-style-type: none;float:right;}
|
||||
.top_nav .menu li {display: block;float:right;margin-left:2px;}
|
||||
.top_nav .menu li a {height:40px;line-height:40px;display: block;float: left;padding:0 20px;font-size:90%;font-weight:700;}
|
||||
.top_nav .menu li a.current {padding:0px 20px;}
|
||||
/* @right menu -------------------- */
|
||||
|
||||
#sidebar{width:100%;float:right;margin:0px;padding:5px 6px 10px 8px;-moz-border-radius: 4px; -khtml-border-radius: 0px 0px 8px 8px; -webkit-border-radius: 0px 0px 8px 8px; border-radius: 0px 0px 8px 8px;}
|
||||
|
||||
#sidebar_box{text-align: center;width:100%;margin-bottom:10px;padding-top: 5px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;position:relative;}
|
||||
#sidebar_box > img { display: none;}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#sidebar_box > img { display: inline-block;}
|
||||
#sidebar, #sidebar_box{width:210px;}
|
||||
.top_nav {height:40px;}
|
||||
}
|
||||
|
||||
#sidebar_box .menu li{margin:2px 4px;}
|
||||
#sidebar_box .menu li a{display:block;padding:8px 6px;border:0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;text-align:center;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
6. Template & Index > index_body.html
|
||||
-------------------------------------------------- */
|
||||
.wolcome_msg {text-indent:5px;font-size:12px;padding:3px 6px;}
|
||||
.agree{margin-top:20px;padding:3px 0;}
|
||||
.edit_avater_u{margin-top:5px;padding:3px 0;}
|
||||
.agree span{font-size:90%;font-weight:700;}
|
||||
.zx, .zl {cursor:pointer;padding:4px;}
|
||||
.bn_up {margin-top:7px;}
|
||||
.url {margin-top:3px;direction:ltr;}
|
||||
.inum {text-align:center;}
|
||||
input.input_num {font-weight:400;font-size:10px;padding:2px 1px;}
|
||||
input.file, input.url{display:block;}
|
||||
#loadbox {padding: 15px; display:none;}
|
||||
.waitloading{font-size:120%;margin:5px;}
|
||||
|
||||
|
||||
#progress_bar {
|
||||
margin: 0 auto;
|
||||
width: 400px;
|
||||
height: 22px;
|
||||
border: 1px solid #111;
|
||||
background-color: #292929;
|
||||
}
|
||||
#progress_bar div {
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
text-align: right;
|
||||
line-height: 22px; /* same as #progress_bar height if we want text middle aligned */
|
||||
width: 0;
|
||||
background-color: #0099ff;
|
||||
}
|
||||
|
||||
/* ONLINE -------------------- */
|
||||
.online{width:100%;float:right;padding:2px 0;display:block;}
|
||||
.onlineall, .onlinevisitor, .onlineusers, .name_users {float:right;line-height:16px;margin: 0 0 8px 5px;padding:2px 10px;font-weight:400;}
|
||||
|
||||
/* New Tabs -------------------- */
|
||||
.tabnav{height:22px;padding:0px;margin:0px;border-bottom:1px solid #cccccc;}
|
||||
.tabnav li{width:auto;height:12px;display:block;font-size:11px;float:right;background:#bed9ed;border: 1px solid #cccccc;border-bottom-style:none;padding: 5px 12px 5px 12px;margin-left: 4px;cursor:pointer;}
|
||||
.tabnav li:hover{background-color:#deebf1;}
|
||||
li.tabactive{color:#8EC1DA;background-color:white;}
|
||||
li.tabactive:hover{background-color:white;}
|
||||
.tabmain{width:100%;margin-top:10px;}
|
||||
.tabcon{border:1px solid #cccccc;border-top-style:none;background:white url("../images/bg_tabbertab.png") repeat-x bottom left;padding:20px 20px 20px 20px;display:none;}
|
||||
.tabcon .go_up{background:url("../images/go_up.png") no-repeat 0% 100%;text-align:right;margin-top:14px;}
|
||||
.tabcon:nth-child(2){display:block;}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.tabmain{width:650px;}
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
7. Template & Downlod > download.html
|
||||
-------------------------------------------------- */
|
||||
.file_info_box {margin:5px auto;padding:10px 0;}
|
||||
.data_file,.data_file_down {width:56%;}
|
||||
.data_file .tit {font-weight:700;text-align:center;padding:8px 0;margin:1px 0;}
|
||||
.data_file .data_menu {width:100%;font-size:12px;table-layout:fixed;}
|
||||
.data_file .data_menu tr{display:block;margin-bottom:1px;}
|
||||
.data_file .data_menu td{ white-space:nowrap;padding-right:5px;height:24px;line-height:24px;}
|
||||
.data_file .data_menu .td {width:82px;text-align:center;}
|
||||
.data_file .filereport {height:24px;line-height:24px;text-align:center;cursor:pointer;margin-top:1px;font-weight:700;}
|
||||
.data_file_down {width:40%;text-align:center;font-weight:700;}
|
||||
.data_file_down p.find_x {margin:2px 0;font-size:small;}
|
||||
.data_file_down .wait {font-size:xx-large;height:45px;line-height:45px;}
|
||||
.download {margin:5px auto;}
|
||||
.download a{cursor:pointer;height:34px;line-height:34px;padding:10px 15px;}
|
||||
.download span{font-size:x-small;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
8. Template & Stats > stats.html
|
||||
-------------------------------------------------- */
|
||||
.stats {font-size:90%;font-weight:700;margin:5px 0;}
|
||||
.stats ul {list-style-type:none;text-indent:4px;}
|
||||
.stats ul li {height:30px;line-height:30px;padding-right:15px;}
|
||||
.st i{padding:5px 20px;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
10. Template & Rules > rules.html
|
||||
-------------------------------------------------- */
|
||||
#rules {padding:10px 0;font-size:90%;font-weight:700;}
|
||||
#rules .rut {clear:both;margin-bottom:3px;padding:4px 0px;text-indent:10px;}
|
||||
#rules .rls {display:block;text-indent:10px;}
|
||||
#rules .rls ul{list-style-type:disc;text-indent:4px;}
|
||||
#rules .rls ul li {line-height:20px;padding:1px 5px 2px 0;}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
10. Template & Footer > footer.html
|
||||
-------------------------------------------------- */
|
||||
#footer{width:100%;padding:10px 0;}
|
||||
#footer .footer_inner{width:100%;margin:0 auto;font-size:96%;}
|
||||
#footer .Copyrights{text-align: center; width: 100%; padding: 10px}
|
||||
#footer .bu-panel{line-height:22px;margin:10px 0 !important;float:right;}
|
||||
#footer .admin_cp_link span{padding:6px 35px;font-weight:bold;}
|
||||
#footer .admin_cp_link span:hover {cursor:pointer;text-decoration:none;}
|
||||
#footer .footer_stats, #footer .googleanalytics{display:block;margin-top:25px !important;direction:ltr;}
|
||||
#footer .footer_stats, #footer .footer_stats strong {font-size:90%;font-family:Baskerville,"Palatino","Book Antiqua",tahoma;}
|
||||
#footer a:hover{text-decoration:underline;}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#footer .footer_inner{width:930px;}
|
||||
#footer .Copyrights{margin-bottom:15px !important;line-height:22px;}
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
11. Template & login > login.html
|
||||
-------------------------------------------------- */
|
||||
.login {margin:5px 0;padding:15px;}
|
||||
.title_login {width:100%;text-indent:45px;height:32px;line-height:32px;font-size:18px;font-weight: 400;}
|
||||
.box_form_login {width:50%;padding:5px 0;}
|
||||
input.username, input.password {padding:3px 6px 3px 20px;}
|
||||
select.remme {padding:1px 4px;margin:0 2px;}
|
||||
.forget_pass {text-indent:10px;padding:4px 15px;margin-top:4px;float:left;font-size:12px;}
|
||||
.forget_pass a:hover {text-decoration: underline;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
12. Template & Users Files > fileuser.html
|
||||
-------------------------------------------------- */
|
||||
#boxfileuser ,#filecplink {display:block;margin:8px auto;font-weight: 700;}
|
||||
#boxfileuser .box_user, #boxfileuser .us3r_n4me {display:inline;height:60px;}
|
||||
#boxfileuser .box_user {width:46%;float:right;}
|
||||
#boxfileuser .us3r_n4me {width:45%;float:left;}
|
||||
#boxfileuser .public {margin:5px auto;font-size:90%;padding:5px 10px;text-align:center;}
|
||||
#boxfileuser .uname, #boxfileuser .nums{font-size:160%;padding-top:4px;text-align:center;}
|
||||
#filecplink fieldset{padding: 15px;margin:8px auto;}
|
||||
#filecplink input.link_user {direction:ltr;width:98%;margin:0 auto;padding:6px;font-size:90%;font-weight: 700;letter-spacing:1px;}
|
||||
#filecplink legend.copylink {font-size:90%;font-weight: 400;padding:0 5px;}
|
||||
.fileuser_files{padding:10px}
|
||||
.fileuser-thumbs {width:100%;}
|
||||
.fileuser-thumbs ul{list-style-type: none;}
|
||||
.fileuser-thumbs li{
|
||||
display: inline;
|
||||
list-style: none;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
float: left;
|
||||
margin: 0 5px 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.fileuser-thumbs li.is_image{
|
||||
background:#CCCCCC url(../images/img_container.png) no-repeat 50% 50%;
|
||||
}
|
||||
.fileus-thumbs .kcheck{
|
||||
|
||||
}
|
||||
|
||||
.fileuser-thumbs img{
|
||||
height: 150px !important;
|
||||
width: 150px !important;
|
||||
}
|
||||
.fileuser-thumbs .filebox{
|
||||
background-repeat:no-repeat;
|
||||
background-position:50% 15%;
|
||||
border:1px solid #ccc;
|
||||
background-color:#EFEFFF;
|
||||
width:150px;
|
||||
height:150px;
|
||||
}
|
||||
|
||||
.filebox .this_file{
|
||||
padding-top:50px;
|
||||
}
|
||||
.filebox .this_file_select{
|
||||
padding-top:20px;
|
||||
}
|
||||
.filebox .fileinfo{
|
||||
padding-top:10px;
|
||||
text-align:right;
|
||||
padding-right:10px;
|
||||
}
|
||||
.fileuser-thumbs .fileinfo span{
|
||||
font-size:10px;
|
||||
padding:2px;
|
||||
display:block;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
13. Template & Register > register.html
|
||||
-------------------------------------------------- */
|
||||
.register {margin:5px 0;padding: 10px 0;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
14. Template & Contact Us > call.html
|
||||
-------------------------------------------------- */
|
||||
.call{margin:5px 0;padding: 8px 0;}
|
||||
textarea.text_area{width:70%;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
15. Template & Password Recovery > get_pass.html
|
||||
-------------------------------------------------- */
|
||||
.get_password{margin:5px 0;padding: 10px 0;}
|
||||
.get_password p{width:65%;padding:3px 6px;text-align:center;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
16. Template & Report a File > report.html
|
||||
-------------------------------------------------- */
|
||||
.rebort{margin:5px 0;padding: 5px 0;}
|
||||
input.urlcolor,input.urlnoncolor{letter-spacing:1px;width:70%;}
|
||||
input.urlcolor:focus,input.urlcolor:hover{cursor:default;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
17. Template & Profile > profile.html
|
||||
-------------------------------------------------- */
|
||||
#profile .boxdata{float:right;text-align:center;width:100%;height:200px;margin:5px;}
|
||||
#profile .boxdata .tit{padding:6px;margin:0;font-size:90%;}
|
||||
#profile .boxdata .boxdata_inner {padding:8px 14px;text-align:center;}
|
||||
#profile .boxdata .boxdata_inner label {padding:3px 10px;text-align:right;}
|
||||
#profile .boxdata .boxdata_inner input, #profile .boxdata .boxdata_inner select {font-size:90%;font-weight:700;;padding:2px 4px;}
|
||||
#profile .boxdata .boxdata_inner select {float:right;margin-right:10px;width:88%;padding:0px 4px;}
|
||||
.buttons_center {line-height:24px;padding:5px;text-align:center;margin:3px auto;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
18. Template & File Manager users > filecp.html
|
||||
-------------------------------------------------- */
|
||||
.file_cp {width:100%;font-size:90%;}
|
||||
.file_cp td {height: 30px;line-height: 30px;padding:0px 8px;white-space: nowrap;}
|
||||
.file_cp th {padding:8px;white-space:nowrap;}
|
||||
.left_button {float:left;margin:2px 0;}
|
||||
.file_cp .odd {text-align:right;width:76%;}
|
||||
.file_cp .nbr {text-align:right;}
|
||||
.file_cp thead th, .file_cp tfoot th, .file_cp tbody td {font-weight:bold;text-align:center;}
|
||||
.ored,.ored:hover,.ored a:link, .ored a:hover, .ored a:visited {text-decoration:line-through;}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
19. Template & List of allowed file upload > guide.html
|
||||
-------------------------------------------------- */
|
||||
#guide {width:100%;margin:5px auto 15px;}
|
||||
.guide_right_th, .guide_left_th{padding:8px 15px;font-weight:700;font-size:12px;text-align:center;}
|
||||
.guide_right_box{padding:10px;margin:1px 0px;}
|
||||
.guide_right_img,.guide_right_n4me, .guide_left_img {display:block;font-size:12px;font-weight:700;padding:5px 8px;}
|
||||
.guide_right_n4me{display:inline;}
|
||||
.guide_right_img img{padding-left:5px;}
|
||||
.guide_right_ext{line-height:18px;padding:4px 8px;margin:2px 0; text-align:center}
|
||||
.guide_left_ext{line-height:18px;padding:4px 8px;margin:2px 0;text-align:center}
|
||||
.guide_right_ext_color{font-size:12px;margin:0 2px; }
|
||||
.guide_right_ext_lang{font-weight:400;font-size:12px;margin:0 2px;}
|
||||
.guide_right_ext_lang{font-weight:400;font-size:12px;margin:0 2px;}
|
||||
.guide_left_img img{padding-left:5px;}
|
||||
/* @end */
|
||||
|
||||
/* --------------------------------------------------
|
||||
20. Template & Copy the links after upload > up_boxes.html
|
||||
-------------------------------------------------- */
|
||||
.thumb_img {width:100%;margin:5px auto;text-align:center;}
|
||||
.thumb_img a img{padding:10px;}
|
||||
.up_box_input {margin:1px auto;padding:0 ;}
|
||||
.up_box_input tr{height:30px;line-height:30px;padding:0 !important;}
|
||||
.up_box_input td{padding:5px !important;}
|
||||
td.btitle ,td.all_box_link{text-align:center;font-size:11px;font-weight:700;padding:0 4px;}
|
||||
td.btitle {width:160px;text-align:left;white-space:nowrap}
|
||||
td.all_box_link {padding:0 !important;text-align:right;}
|
||||
textarea.up_input {direction:ltr;width:400px;padding:3px;letter-spacing:1px;vertical-align:middle;margin:5px;}
|
||||
/* @end */
|
||||
91
styles/default/download.html
Executable file
@@ -0,0 +1,91 @@
|
||||
<!-- Downlod template -->
|
||||
<div id="content" class="border_radius">
|
||||
|
||||
<!-- title -->
|
||||
<h1 class="title">● {title}</h1>
|
||||
<!-- @end-title -->
|
||||
|
||||
<!-- line top -->
|
||||
<div class="line"></div>
|
||||
<!-- @end-line -->
|
||||
|
||||
<!-- box Downlod -->
|
||||
<div class="file_info_box">
|
||||
<table style="width:100%;">
|
||||
<tr>
|
||||
<!-- Information File -->
|
||||
<td class="data_file">
|
||||
<div class="tit">{lang.FILE_INFO}</div>
|
||||
<table class="data_menu" cellspacing="1" cellpadding="1">
|
||||
<tr>
|
||||
<td class="td">{lang.FILENAME}</td>
|
||||
<td style="white-space:normal!important;">{name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td">{lang.FILETYPE}</td>
|
||||
<td class="tddata">{type}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td">{lang.FILESIZE}</td>
|
||||
<td class="tddata">{size}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td">{lang.FILEDATE}</td>
|
||||
<td class="tddata">{time}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td">{lang.FILEUPS}</td>
|
||||
<td class="tddata">{uploads}</td>
|
||||
</tr>
|
||||
<IF NAME="fusername">
|
||||
<tr>
|
||||
<td class="td">{lang.USERNAME}</td>
|
||||
<td class="tddata"><a href="{userfolder}">{fusername}</a></td>
|
||||
</tr>
|
||||
</IF>
|
||||
</table>
|
||||
<div class="filereport" onclick="window.location.href='{REPORT}';"><img src="{STYLE_PATH}images/zl.png" alt="file Report" class="pngfix" style="vertical-align:middle;" /> {lang.FILEREPORT}</div>
|
||||
</td>
|
||||
<!-- @end-Information-File -->
|
||||
|
||||
<td style="width:1%;"></td>
|
||||
|
||||
<!-- box File -->
|
||||
<td class="data_file_down">
|
||||
<p class="find_x">{lang.FILE_FOUNDED}</p>
|
||||
<div class="clr"></div><br />
|
||||
<img src="{STYLE_PATH}images/download.png" class="pngfix" alt="" />
|
||||
<div class="clr"></div><br />
|
||||
<div id="url"><p style="color:red">{lang.JS_MUST_ON}</p></div>
|
||||
<div class="clr"></div>
|
||||
</td>
|
||||
<!-- @end-box-File -->
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- @end-box-Downlod -->
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var timer = {seconds_w};
|
||||
ti();
|
||||
function ti()
|
||||
{
|
||||
if(timer > 0)
|
||||
{
|
||||
document.getElementById("url").innerHTML = '<div class="wait">{lang.WAIT} ' + timer + ' <\/div>';
|
||||
timer = timer - 1;
|
||||
setTimeout("ti()", 1000)
|
||||
}
|
||||
else
|
||||
{
|
||||
document.getElementById("url").innerHTML = '<p class="download"><a href="{url_file}" target="_blank">{lang.CLICK_DOWN}<\/a><br /><span>{size}<\/span><\/p>';
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</div>
|
||||
<!-- @end-Downlod-template -->
|
||||
15
styles/default/err.html
Executable file
@@ -0,0 +1,15 @@
|
||||
<!-- Errors template -->
|
||||
<div id="content_index">
|
||||
<div class="clr"></div>
|
||||
<!-- msg, Alerts & Errors -->
|
||||
<dl id="system-message">
|
||||
<dd class="error">
|
||||
<ul>
|
||||
<li>{text} <a href="javascript:history.go(-1)">{go_back_browser}</a></li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<!-- @end-msg -->
|
||||
<div class="clr"></div>
|
||||
</div>
|
||||
<!-- @end-Errors-template -->
|
||||
131
styles/default/fileuser.html
Executable file
@@ -0,0 +1,131 @@
|
||||
<!-- Users Files template -->
|
||||
|
||||
<IF NAME="user_himself">
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function confirm_from()
|
||||
{
|
||||
if(confirm('{lang.ARE_YOU_SURE_DO_THIS}'))
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
}
|
||||
function change_color(obj,id,c,c2){c=(c==null)?'ored':c;c2=(c==null)?'osilver':c2;var ii=document.getElementById(id);if(obj.checked){ii.setAttribute("class",c);ii.setAttribute("className",c)}else{ii.setAttribute("class",c2);ii.setAttribute("className",c2)}}function checkAll(form,id,_do_c_,c,c2){for(var i=0;i<form.elements.length;i++){if(form.elements[i].getAttribute("rel")!=id)continue;if(form.elements[i].checked){uncheckAll(form,id,_do_c_,c,c2);break}form.elements[i].checked=true;change_color(form.elements[i],_do_c_+'['+form.elements[i].value+']',c,c2)}}function uncheckAll(form,id,_do_c_,c,c2){for(var i=0;i<form.elements.length;i++){if(form.elements[i].getAttribute("rel")!=id)continue;form.elements[i].checked=false;change_color(form.elements[i],_do_c_+'['+form.elements[i].value+']',c,c2)}}function change_color_exts(id){eval('var ii = document.getElementById("su['+id+']");');eval('var g_obj = document.getElementById("gal_'+id+'");');eval('var u_obj = document.getElementById("ual_'+id+'");');if(g_obj.checked&&u_obj.checked){ii.setAttribute("class",'o_all');ii.setAttribute("className",'o_all')}else if(g_obj.checked){ii.setAttribute("class",'o_g');ii.setAttribute("className",'o_g')}else if(u_obj.checked){ii.setAttribute("class",'o_u');ii.setAttribute("className",'o_u')}else{ii.setAttribute("class",'');ii.setAttribute("className",'')}}function checkAll_exts(form,id,_do_c_){for(var i=0;i<form.elements.length;i++){if(form.elements[i].getAttribute("rel")!=id)continue;if(form.elements[i].checked){uncheckAll_exts(form,id,_do_c_);break}form.elements[i].checked=true;change_color_exts(form.elements[i].value)}}function uncheckAll_exts(form,id,_do_c_){for(var i=0;i<form.elements.length;i++){if(form.elements[i].getAttribute("rel")!=id)continue;form.elements[i].checked=false;change_color_exts(form.elements[i].value)}}
|
||||
//-->
|
||||
</script>
|
||||
</IF>
|
||||
|
||||
<div id="content" class="border_radius filecp-page">
|
||||
|
||||
<!-- title -->
|
||||
<h1 class="title"><IF NAME="user_himself">● {lang.YOUR_FILEUSER}<ELSE>● {title}</IF></h1>
|
||||
<!-- @end-title -->
|
||||
|
||||
<!-- line top -->
|
||||
<div class="line"></div>
|
||||
<!-- @end-line -->
|
||||
|
||||
<IF NAME="user_name">
|
||||
<!-- box user name and all files -->
|
||||
<div id="boxfileuser">
|
||||
<div class="box_user">
|
||||
<img class="right pngfix" src="{STYLE_PATH}images/imguser.png" alt="image user" />
|
||||
<div class="public">{lang.PUBLIC_USER_FILES}</div>
|
||||
<div class="uname">{user_name}</div>
|
||||
</div>
|
||||
<div class="us3r_n4me">
|
||||
<img class="right pngfix" src="{STYLE_PATH}images/boxfileuser.png" alt="files number" />
|
||||
<div class="public">{lang.ALL_FILES}</div>
|
||||
<div class="nums">{nums_rows}</div>
|
||||
</div>
|
||||
<div class="clr"></div>
|
||||
</div>
|
||||
<!-- @end-box-user-name-and-all-files -->
|
||||
</IF>
|
||||
|
||||
<IF NAME="user_himself">
|
||||
<form name="c" action="{action}" method="post" onsubmit="javascript:return confirm_from();">
|
||||
</IF>
|
||||
|
||||
<IF NAME="no_results">
|
||||
<!-- no files user -->
|
||||
<div id="boxfileuser" style="text-align:center">
|
||||
<img class="pngfix" src="{STYLE_PATH}images/warning_nofile.png" />
|
||||
<br />
|
||||
<h1>{lang.NO_FILE_USER}</h1>
|
||||
</div>
|
||||
<!-- @end-no-files-user -->
|
||||
|
||||
<ELSE>
|
||||
|
||||
<!-- fileuser_files -->
|
||||
<div class="fileuser_files">
|
||||
<div class="fileuser-thumbs">
|
||||
<LOOP NAME="arr">
|
||||
{{tdnum}}
|
||||
<li id="su[{{id}}]" class="<IF LOOP="is_image">is_image<ELSE>is_file</IF>">
|
||||
<IF LOOP="is_image">
|
||||
<a href="{{href}}" target="_blank" title="{lang.FILEUPS}:{{uploads}}, {lang.FILESIZE}:{{size}}, {lang.FILEDATE}:{{time}}">
|
||||
<img src="{{thumb_link}}" alt="{lang.FILEUPS}:{{ups}}, {lang.FILESIZE}:{{size}}, {lang.FILEDATE}:{{time}}" />
|
||||
</a>
|
||||
<ELSE>
|
||||
<div class="filebox" style="background-image:url({{thumb_link}})">
|
||||
<div class="this_file">
|
||||
<a href="{{href}}">{{name_file}}</a>
|
||||
|
||||
<div class="fileinfo">
|
||||
<span>{lang.FILEUPS}: {{uploads}}</span>
|
||||
<span>{lang.FILESIZE}: {{size}}</span>
|
||||
<span>{lang.FILEDATE}: {{time}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</IF>
|
||||
<IF NAME="user_himself">
|
||||
<p class="kcheck">
|
||||
<input id="del_{{id}}" name="del_{{id}}" type="checkbox" value="{{id}}" rel="_del" onclick="change_color(this,'su[{{id}}]');" />
|
||||
</p>
|
||||
</IF>
|
||||
</li>
|
||||
{{tdnum2}}
|
||||
</LOOP>
|
||||
</div>
|
||||
<div class="clr"></div>
|
||||
</div>
|
||||
<!-- end#fileuser_files-->
|
||||
|
||||
</IF>
|
||||
|
||||
|
||||
<div class="clr"></div><br />
|
||||
|
||||
<!-- pagination -->
|
||||
{page_nums}
|
||||
<!-- @end-pagination -->
|
||||
|
||||
<div class="clr"></div><br />
|
||||
|
||||
<IF NAME="user_himself">
|
||||
<!-- button -->
|
||||
<div class="left_button"><input type="submit" name="submit_files" value="{lang.DEL_SELECTED}" /></div>
|
||||
<div class="right_button">[ <a href="javascript:void(0);" onclick="checkAll(document.c, '_del', 'su');" title="{lang.CHECK_ALL}">{lang.CHECK_ALL}</a> ]</div>
|
||||
{H_FORM_KEYS}
|
||||
<!-- @end-button -->
|
||||
</form>
|
||||
|
||||
<!-- link user -->
|
||||
<div id="filecplink">
|
||||
<div class="clr"></div>
|
||||
<fieldset>
|
||||
<legend class="copylink">{lang.COPY_AND_GET_DUD}</legend>
|
||||
<input class="link_user" readonly="readonly" onclick="this.select();" type="text" name="option" value="{your_fileuser}" />
|
||||
</fieldset>
|
||||
<div class="clr"></div>
|
||||
</div>
|
||||
<!-- @end-link-user -->
|
||||
</IF>
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
</div>
|
||||
<!-- @end-Users-Files -->
|
||||
135
styles/default/footer.html
Executable file
@@ -0,0 +1,135 @@
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- Extras Footer -->
|
||||
(extras.footer?<div class="dot"></div><div class="extras_footer">{extras.footer}</div><div class="dot"></div>:)
|
||||
<!-- @end-extras-footer -->
|
||||
|
||||
</div><!-- @end-wrapper -->
|
||||
</div><!-- @end-main -->
|
||||
|
||||
<!-- begin footer -->
|
||||
<div class="FooterLine clr"></div>
|
||||
<div id="footer">
|
||||
<div class="footer_inner">
|
||||
<div class="left">
|
||||
<!--
|
||||
Powered by kleeja,
|
||||
Kleeja is Free PHP software, designed to help webmasters by
|
||||
give their Users ability to upload files yo thier servers.
|
||||
www.Kleeja.com
|
||||
-->
|
||||
</div>
|
||||
<div class="right">
|
||||
<!-- Copyrights-->
|
||||
<div class="Copyrights">
|
||||
{lang.COPYRIGHTS_X} © <a href="{config.siteurl}">{config.sitename}</a>
|
||||
</div><!-- @end-Copyrights -->
|
||||
</div>
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- button panel --><div class="bu-panel">{admin_page}</div><!-- @end-button-panel -->
|
||||
<!-- footer stats -->(page_stats?<div class="footer_stats">{page_stats}</div>:)<!-- @end-footer-stats -->
|
||||
<!-- google analytics -->(googleanalytics?<div class="footer_stats">{googleanalytics}</div>:)<!-- @end-google-analytics -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- @end-footer -->
|
||||
|
||||
<script type="text/javascript" src="{STYLE_PATH}jquery.js"></script>
|
||||
|
||||
<!-- don't ever delete this -->
|
||||
{run_queue}
|
||||
|
||||
<script type="text/javascript">
|
||||
<IF NAME="js_allowed_extensions_types">
|
||||
$(document).ready(function(){
|
||||
$('#uploader').submit(function(){
|
||||
var numfiles = 0;
|
||||
$("#uploader input:file").each(function() {
|
||||
if ($(this).get(0).files.length !== 0) {
|
||||
numfiles++;
|
||||
}
|
||||
});
|
||||
|
||||
<IF NAME="config.www_url == 0">
|
||||
if(numfiles == 0){
|
||||
alert('{lang.NO_FILE_SELECTED}');
|
||||
return false;
|
||||
}
|
||||
</IF>
|
||||
|
||||
$('#loadbox').css('display', 'block');
|
||||
$('#uploader').css('display', 'none');
|
||||
|
||||
});
|
||||
|
||||
|
||||
$("#uploader input:file").change(function (){
|
||||
if(!check_selected_file(this)){
|
||||
$(this).val('');
|
||||
}else{
|
||||
if($(this).data('number') !== null){
|
||||
var selected_text = $('#file-text' + $(this).data('number'));
|
||||
selected_text.val($(this).val());
|
||||
//show another one
|
||||
var current_plus_one = Number($(this).data('number')) + 1;
|
||||
if($('[data-number="' + current_plus_one + '"]') !== null){
|
||||
$('[data-number="' + current_plus_one + '"]').show();
|
||||
}else{
|
||||
//alert reached limit
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
var allowed_exts = {js_allowed_extensions_types};
|
||||
var allowed_sizes = {js_allowed_extensions_sizes};
|
||||
|
||||
function check_selected_file(file) {
|
||||
var selected_file = file.files[0];
|
||||
var file_name = selected_file.name;
|
||||
var ext_dot_position = file_name.lastIndexOf(".");
|
||||
|
||||
if(ext_dot_position === -1){
|
||||
alert('{lang.WRONG_F_NAME}'.replace('%s', file_name));
|
||||
return false;
|
||||
}
|
||||
var file_extension = file_name.substring(ext_dot_position + 1).toLowerCase();
|
||||
var file_size = selected_file.size;
|
||||
|
||||
if(!(allowed_exts.indexOf(file_extension) > -1)){
|
||||
//extension not allowed message alert
|
||||
alert('{lang.FORBID_EXT}'.replace('%s', file_extension));
|
||||
return false;
|
||||
}else{
|
||||
|
||||
//check size
|
||||
var ext_allowed_size = allowed_sizes[allowed_exts.indexOf(file_extension)];
|
||||
if(file_size > ext_allowed_size){
|
||||
//size is larger than allowed message alert
|
||||
alert('{lang.SIZE_F_BIG}'.replace('%1$s', file_name).replace('%2$s', (ext_allowed_size/1048576).toFixed(2) + ' MB'));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function tabs(c1,c2,c3,c4){var m2,m3,l,t;var onclickf=function(){if(l<1)return 0;for(t=0;t<l;t++)if(m2[t]!=this){m2[t].className="";m3[t].style.display="none"}else{m2[t].className=c4;m3[t].style.display="block"}};var cl=function(){if(l<1)return 0;m2[0].className=c4;m3[0].style.display="block";for(t=0;t<l;t++)m2[t].onclick=onclickf};m2=$(c1+" "+c2+" li");if(m2[0]!="undefined"){m3=$(c1+" "+c3);l=m2.length;cl()}}$(document).ready(function(){var mah;mah=new tabs(".tabmain",".tabnav",".tabcon","tabactive")});
|
||||
</IF>
|
||||
|
||||
function update_kleeja_captcha(captcha_file, input_id)
|
||||
{
|
||||
document.getElementById(input_id).value = '';
|
||||
//Get a reference to CAPTCHA image
|
||||
img = document.getElementById('kleeja_img_captcha');
|
||||
//Change the image
|
||||
img.src = captcha_file + '&' + Math.random();
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
63
styles/default/get_pass.html
Executable file
@@ -0,0 +1,63 @@
|
||||
<!-- Password Recovery Template -->
|
||||
<div id="content" class="border_radius">
|
||||
|
||||
<!-- title -->
|
||||
<h1 class="title">● {title}</h1>
|
||||
<!-- @end-title -->
|
||||
|
||||
<!-- line top -->
|
||||
<div class="line"></div>
|
||||
<!-- @end-line -->
|
||||
|
||||
<IF NAME="ERRORS">
|
||||
<!-- msg, Infos & Alerts & Errors -->
|
||||
<dl id="system-message">
|
||||
<dd class="error">
|
||||
<ul><LOOP NAME="ERRORS">
|
||||
<li>{%value%}</li></LOOP>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<!-- @end-msg -->
|
||||
</IF>
|
||||
|
||||
<!-- form -->
|
||||
<form action="{action}" method="post">
|
||||
<div class="get_password">
|
||||
<p>{lang.E_GET_LOSTPASS}</p>
|
||||
<div class="clr"></div>
|
||||
<label>{lang.EMAIL} :</label>
|
||||
<input type="text" name="rmail" value="{t_rmail}" size="50" style="direction:ltr;" tabindex="1" />
|
||||
<div class="clr"></div>
|
||||
</div>
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- verification code -->
|
||||
<IF NAME="config.enable_captcha==1">
|
||||
<div class="safe_code">
|
||||
<p>{lang.VERTY_CODE}</p>
|
||||
<div class="clr"></div>
|
||||
<div>
|
||||
<img style="vertical-align:middle;" id="kleeja_img_captcha" src="{captcha_file_path}" alt="{lang.REFRESH_CAPTCHA}" title="{lang.REFRESH_CAPTCHA}" onclick="javascript:update_kleeja_captcha('{captcha_file_path}', 'kleeja_code_answer');" />
|
||||
<input type="text" name="kleeja_code_answer" id="kleeja_code_answer" tabindex="4" />
|
||||
</div>
|
||||
<div class="clr"></div>
|
||||
<p class="explain">{lang.NOTE_CODE}</p>
|
||||
</div>
|
||||
</IF>
|
||||
<!-- @end-verification-code -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
{H_FORM_KEYS}
|
||||
|
||||
<input type="submit" name="submit" value="{lang.GET_LOSTPASS}" tabindex="3" />
|
||||
|
||||
</form>
|
||||
<!-- @end-form -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
</div>
|
||||
<!-- @end-Password-Recovery-Template -->
|
||||
49
styles/default/guide.html
Executable file
@@ -0,0 +1,49 @@
|
||||
<!-- List of allowed file template -->
|
||||
<div id="content" class="border_radius">
|
||||
|
||||
<!-- title -->
|
||||
<h1 class="title">● {lang.GUIDE_EXP}</h1>
|
||||
<!-- @end-title -->
|
||||
|
||||
<!-- line top -->
|
||||
<div class="line"></div>
|
||||
<!-- @end-line -->
|
||||
|
||||
<!-- table files allowed -->
|
||||
<table id="guide" border="0" cellspacing="0" cellpadding="0">
|
||||
<!-- group list files -->
|
||||
<LOOP NAME="ttgroups">
|
||||
<IF LOOP="firstrow">
|
||||
<IF LOOP="most_firstrow"><ELSE>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- @end-clear -->
|
||||
<tr>
|
||||
<td style="width:2%"> </td>
|
||||
</tr>
|
||||
</IF>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="guide_({{rando}}?right:left)_th">{{group_name}}</div>
|
||||
|
||||
</IF>
|
||||
|
||||
<div class="guide_({{rando}}?right:left)_ext">
|
||||
<span class="guide_({{rando}}?right:left)_ext_lang">{lang.EXT} : </span>
|
||||
<span class="guide_({{rando}}?right:left)_ext_color">{{ext}}</span>
|
||||
—
|
||||
<span class="guide_({{rando}}?right:left)_ext_lang">{lang.SIZE} : </span>
|
||||
<span class="guide_({{rando}}?right:left)_ext_color">{{size}}</span>
|
||||
</div>
|
||||
</LOOP>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- @end-group-list-files -->
|
||||
|
||||
</table>
|
||||
<!-- @end-table-files-allowed -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
</div>
|
||||
<!-- @end-List-allowed-file-template -->
|
||||
85
styles/default/header.html
Executable file
@@ -0,0 +1,85 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" dir="{dir}">
|
||||
<!-- Powered by kleeja || URL www.kleeja.com -->
|
||||
<head>
|
||||
<title>{title}(title? - :){config.sitename}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset={charset}" />
|
||||
<meta http-equiv="Content-Language" content="{lang.LANG_SMALL_NAME}" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="copyrights" content="Powered by Kleeja || kleeja.com" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- metatags.info/all_meta_tags -->
|
||||
<link rel="shortcut icon" href="images/favicon.ico" />
|
||||
<link rel="icon" type="image/gif" href="images/favicon.gif" />
|
||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
|
||||
<link rel="apple-touch-startup-image" href="images/iPhone.png" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="{STYLE_PATH}css/stylesheet.css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="all" href="{STYLE_PATH}css/color.css" />
|
||||
<IF NAME="lang.DIR==ltr"><link rel="stylesheet" type="text/css" media="all" href="{STYLE_PATH}css/ltr.css" /></IF>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
var number_of_uploads={config.filesnum};
|
||||
var LANG_PAST_URL_HERE = "{lang.PAST_URL_HERE}";
|
||||
var LANG_MORE_F_FILES = "{lang.MORE_F_FILES}";
|
||||
var STYLE_PATH = "{STYLE_PATH}";
|
||||
-->
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Extra code -->
|
||||
{EXTRA_CODE_META}
|
||||
</head>
|
||||
<body<IF NAME="go_current == login"> onload="document.login_form.lname.focus();"</IF>>
|
||||
<!-- begin Main -->
|
||||
<div id="main">
|
||||
|
||||
<!--begin Header-->
|
||||
<div id="header" class="clearfix">
|
||||
<h1><a title="{config.sitename}" href="{config.siteurl}" class="logo">{config.sitename}</a></h1>
|
||||
</div>
|
||||
<!-- @end-Header -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- begin Top Navigation -->
|
||||
<div class="top_nav">
|
||||
<ul class="menu">
|
||||
<LOOP NAME="top_menu"><IF LOOP="show">
|
||||
<li><a href="{{url}}" (go_current=={{name}}?class="current":)>{{title}}</a></li>
|
||||
</IF></LOOP>
|
||||
</ul>
|
||||
</div><!-- @end-Top-Navigation -->
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- begin wrapper -->
|
||||
<div id="wrapper" class="clearfix">
|
||||
|
||||
<IF NAME="extras.header">
|
||||
<!-- begin extras header -->
|
||||
<div class="dot"></div>
|
||||
<div class="extras_header">{extras.header}</div>
|
||||
<div class="dot"></div>
|
||||
<!-- @end-extras-header -->
|
||||
</IF>
|
||||
|
||||
<div class="clr"></div>
|
||||
|
||||
<!-- begin menu right -->
|
||||
<div id="sidebar">
|
||||
<div id="sidebar_box">
|
||||
<IS_BROWSER!="mobile">
|
||||
<img src="{user_avatar}" alt="{username}" title="{username}" height="90" width="100" />
|
||||
</IS_BROWSER>
|
||||
<ul class="menu">
|
||||
<LOOP NAME="side_menu"><IF LOOP="show">
|
||||
<li><a href="{{url}}" (go_current=={{name}}?class="current":)><IS_BROWSER!="mobile"><img src="{STYLE_PATH}images/{{name}}.png" style="float:right;" class="pngfix" alt="{lang.LOGIN}" style="vertical-align:middle;" /></IS_BROWSER>{{title}} <IF LOOP="name==logout">[ {username} ]</IF></a></li>
|
||||
</IF></LOOP>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="dot clr"></div>
|
||||
</div><!-- @end-menu-right -->
|
||||
BIN
styles/default/images/Smile.png
Executable file
|
After Width: | Height: | Size: 524 B |
BIN
styles/default/images/admin_cp.gif
Executable file
|
After Width: | Height: | Size: 26 KiB |
BIN
styles/default/images/bg_animated.gif
Executable file
|
After Width: | Height: | Size: 55 B |
BIN
styles/default/images/bg_body.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
styles/default/images/bg_box.gif
Executable file
|
After Width: | Height: | Size: 154 B |
BIN
styles/default/images/bg_box_1.gif
Executable file
|
After Width: | Height: | Size: 155 B |
BIN
styles/default/images/bg_dots.gif
Executable file
|
After Width: | Height: | Size: 47 B |
BIN
styles/default/images/bg_footer.gif
Executable file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
styles/default/images/bg_main.png
Executable file
|
After Width: | Height: | Size: 21 KiB |
BIN
styles/default/images/bg_main_mobile.png
Executable file
|
After Width: | Height: | Size: 24 KiB |
BIN
styles/default/images/bg_onlineall.gif
Executable file
|
After Width: | Height: | Size: 275 B |
BIN
styles/default/images/bg_onlinevisitor.gif
Executable file
|
After Width: | Height: | Size: 275 B |
BIN
styles/default/images/bg_right_menu.gif
Executable file
|
After Width: | Height: | Size: 53 B |
BIN
styles/default/images/bg_tabbernav.gif
Executable file
|
After Width: | Height: | Size: 166 B |
BIN
styles/default/images/bg_tabbertab.png
Executable file
|
After Width: | Height: | Size: 347 B |
BIN
styles/default/images/bg_tile.gif
Executable file
|
After Width: | Height: | Size: 141 B |
BIN
styles/default/images/bg_tile_tab.png
Executable file
|
After Width: | Height: | Size: 222 B |
BIN
styles/default/images/bg_user_box.gif
Executable file
|
After Width: | Height: | Size: 211 B |
BIN
styles/default/images/boxfileuser.png
Executable file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
styles/default/images/call.gif
Executable file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
styles/default/images/clear.gif
Executable file
|
After Width: | Height: | Size: 43 B |
BIN
styles/default/images/css.gif
Executable file
|
After Width: | Height: | Size: 824 B |
BIN
styles/default/images/current-bg.gif
Executable file
|
After Width: | Height: | Size: 94 B |
BIN
styles/default/images/download.png
Executable file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
styles/default/images/err.gif
Executable file
|
After Width: | Height: | Size: 805 B |
BIN
styles/default/images/error.png
Executable file
|
After Width: | Height: | Size: 973 B |
BIN
styles/default/images/file_rebort.gif
Executable file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
styles/default/images/filecp.png
Executable file
|
After Width: | Height: | Size: 489 B |
BIN
styles/default/images/fileuser.png
Executable file
|
After Width: | Height: | Size: 270 B |
BIN
styles/default/images/forget_pass.png
Executable file
|
After Width: | Height: | Size: 562 B |
BIN
styles/default/images/get_password.gif
Executable file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
styles/default/images/go_up.png
Executable file
|
After Width: | Height: | Size: 21 KiB |
BIN
styles/default/images/header.png
Executable file
|
After Width: | Height: | Size: 22 KiB |
BIN
styles/default/images/headline_bg.png
Executable file
|
After Width: | Height: | Size: 465 B |
BIN
styles/default/images/hover.png
Executable file
|
After Width: | Height: | Size: 560 B |
BIN
styles/default/images/img_container.png
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
styles/default/images/imguser.png
Executable file
|
After Width: | Height: | Size: 9.1 KiB |
1
styles/default/images/index.html
Executable file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1256" /><title>Powered by Kleeja</title><style type="text/css">* {font-size: 100%;margin:0;padding: 0; color:#CECFCE;}body { font-family: Tahoma ,Arial, sans-serif;font-size: 100%;color: #69788E; margin: 10px 30px;background: #F7F7F7;}a:link, a:visited {text-decoration: none;color:#CECFCE;}a:active, a:hover {text-decoration: underline;color: #111;}h1 {font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 1.70em;font-weight: normal;color: #333333;margin-top: 0; margin-bottom: 10px;}.content_box {border: 1px dashed #CECFCE;background: #FFFFFF;padding: 10px;margin-right: auto;margin-left: auto;}</style> </head> <body title="كليجا"><br /><div class="content_box"><p><a target="_blank" href="http://www.kleeja.com" title="kleeja"><img border="0" src="http://kleeja.com/index.png"></a></p><br /><h1><span style="font-size:250%;color:#D80000;">403 - Access forbidden!</span></h1></div><br /><div class="content_box"><span style="font-size: 140%">Powered by Kleeja >>> the best uploader ...</span > >> <a target="_blank" href="http://www.kleeja.com/bugs/ar/">Bugs</a> | <a target="_blank" href="http://www.kleeja.com/plugins/">Plugins</a> | <a target="_blank" href="http://www.kleeja.com/styles/">Styles</a> | </div></body></html>
|
||||
BIN
styles/default/images/info.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
styles/default/images/info_f.gif
Executable file
|
After Width: | Height: | Size: 567 B |
BIN
styles/default/images/line.png
Executable file
|
After Width: | Height: | Size: 171 B |
BIN
styles/default/images/list_stat.gif
Executable file
|
After Width: | Height: | Size: 73 B |
BIN
styles/default/images/loading.gif
Executable file
|
After Width: | Height: | Size: 11 KiB |
BIN
styles/default/images/login.gif
Executable file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
styles/default/images/login.png
Executable file
|
After Width: | Height: | Size: 483 B |
BIN
styles/default/images/logo.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
styles/default/images/logout.png
Executable file
|
After Width: | Height: | Size: 510 B |
BIN
styles/default/images/menu-bg.gif
Executable file
|
After Width: | Height: | Size: 163 B |
BIN
styles/default/images/menu-right-top.gif
Executable file
|
After Width: | Height: | Size: 511 B |
BIN
styles/default/images/menu_right_bottom.gif
Executable file
|
After Width: | Height: | Size: 516 B |
BIN
styles/default/images/pagination.png
Executable file
|
After Width: | Height: | Size: 3.4 KiB |