mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
fixes
This commit is contained in:
@@ -60,19 +60,10 @@
|
|||||||
<td class="tdd">{{echo $lang['URLS_TYPES']}}</td>
|
<td class="tdd">{{echo $lang['URLS_TYPES']}}</td>
|
||||||
<td>
|
<td>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
|
||||||
var explains = new Array(3);
|
var explains = new Array(3);
|
||||||
explains["id"] = "{{echo $GLOBALS['urlsite']}}do.php?id=123";
|
explains["id"] = "{{echo $GLOBALS['urlsite']}}do.php?id=123";
|
||||||
explains["filename"] = "{{echo $GLOBALS['urlsite']}}do.php?filename=12542219930.gif";
|
explains["filename"] = "{{echo $GLOBALS['urlsite']}}do.php?filename=12542219930.gif";
|
||||||
explains["direct"] = "{{echo $GLOBALS['urlsite']}}uploads/12542219930.gif";
|
explains["direct"] = "{{echo $GLOBALS['urlsite']}}uploads/12542219930.gif";
|
||||||
$('document').ready( function(e){
|
|
||||||
$('#sitemail').keydown( function(e){
|
|
||||||
if( $(this).val().length > 1) {
|
|
||||||
$('#email').val($(this).val());
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
//]]>
|
|
||||||
</script>
|
</script>
|
||||||
<select name="urls_type" onChange="document.getElementById('like_this').innerHTML=explains[this.options[this.selectedIndex].value]" style="width:30%">
|
<select name="urls_type" onChange="document.getElementById('like_this').innerHTML=explains[this.options[this.selectedIndex].value]" style="width:30%">
|
||||||
<option value="id">{{echo $lang['DEFAULT']}}</option>
|
<option value="id">{{echo $lang['DEFAULT']}}</option>
|
||||||
|
|||||||
@@ -1,9 +1,20 @@
|
|||||||
<div class="clr"></div></div><div class="ins_klj"></div>
|
<div class="clr"></div></div><div class="ins_klj"></div>
|
||||||
<!-- strart code java script -->
|
<!-- strart code java script -->
|
||||||
|
<script type="text/javascript" src="{{echo getjquerylink()}}"></script>
|
||||||
|
<script type="text/javascript">{{echo gettpl('javascript.js')}}</script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
$("#lang").msDropDown();
|
||||||
|
$("#toggleElement").click(function() {
|
||||||
|
$("#next").toggle(!$(this).attr('checked'));
|
||||||
|
});
|
||||||
$('input:checkbox:not([safari])').checkbox();
|
$('input:checkbox:not([safari])').checkbox();
|
||||||
|
$('#sitemail').keydown( function(e){
|
||||||
|
if( $(this).val().length > 1) {
|
||||||
|
$('#email').val($(this).val());
|
||||||
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
/** By JavaScript Kit (http://javascriptkit.com) **/
|
/** By JavaScript Kit (http://javascriptkit.com) **/
|
||||||
function w_email(l){
|
function w_email(l){
|
||||||
@@ -133,7 +144,6 @@ function formCheck(formobj, fieldRequired){
|
|||||||
//message.innerHTML = "Passwords Do Not Match!"
|
//message.innerHTML = "Passwords Do Not Match!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//-->
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -1,26 +1,15 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{echo getlang()}}" lang="{{echo getlang()}}" dir="{{echo $lang['DIR']}}">
|
<html lang="{{echo getlang()}}" dir="{{echo $lang['DIR']}}">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="robots" content="noindex, follow" />
|
<meta name="robots" content="noindex, follow" />
|
||||||
<title>{{echo $lang['INST_INSTALL_WIZARD']}}</title>
|
<title>{{echo $lang['INST_INSTALL_WIZARD']}}</title>
|
||||||
<link rel="shortcut icon" href="../images/favicon.ico" />
|
<link rel="shortcut icon" href="../images/favicon.ico" />
|
||||||
<link rel="icon" type="image/gif" href="../images/favicon.gif" />
|
<link rel="icon" type="image/gif" href="../images/favicon.gif" />
|
||||||
<script type="text/javascript" src="{{echo getjquerylink()}}"></script>
|
|
||||||
<script type="text/javascript" src="style/javascript.js"></script>
|
|
||||||
<!--script src="../admin/buraidah/js/jquery.min.js" type="text/javascript"></script-->
|
|
||||||
<style type="text/css">{{echo gettpl('style.css')}}</style>
|
<style type="text/css">{{echo gettpl('style.css')}}</style>
|
||||||
<!--[if IE]><style type="text/css">.divline,button.btn span{margin-top:0;}.wrapper {background-position: center -5px;}</style><![endif]-->
|
<!--[if IE]><style type="text/css">.divline,button.btn span{margin-top:0;}.wrapper {background-position: center -5px;}</style><![endif]-->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
|
||||||
var PATH_SPACER = 'style/images/spacer.gif';
|
var PATH_SPACER = 'style/images/spacer.gif';
|
||||||
$(document).ready(function(arg) {
|
|
||||||
$("#lang").msDropDown();
|
|
||||||
$("#toggleElement").click(function() {
|
|
||||||
$("#next").toggle(!$(this).attr('checked'));
|
|
||||||
});
|
|
||||||
});
|
|
||||||
//-->
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"/>
|
||||||
<title>Powered by Kleeja</title>
|
<title>Powered by Kleeja</title>
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
/** package: Kleeja #version:1.0.0 #URL:www.kleeja.com #copyright(c)2007-2011 $Id: style.css 1720 2010-11-28 21:58:46Z ALTar3Q $ **/
|
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user