This commit is contained in:
Abdulrahman
2018-12-18 22:30:22 +03:00
parent 7657339897
commit 5769796e9b
5 changed files with 16 additions and 27 deletions

View File

@@ -60,19 +60,10 @@
<td class="tdd">{{echo $lang['URLS_TYPES']}}</td>
<td>
<script type="text/javascript">
//<![CDATA[
var explains = new Array(3);
explains["id"] = "{{echo $GLOBALS['urlsite']}}do.php?id=123";
explains["filename"] = "{{echo $GLOBALS['urlsite']}}do.php?filename=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>
<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>

View File

@@ -1,9 +1,20 @@
<div class="clr"></div></div><div class="ins_klj"></div>
<!-- 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">
<!--
$(document).ready(function() {
$("#lang").msDropDown();
$("#toggleElement").click(function() {
$("#next").toggle(!$(this).attr('checked'));
});
$('input:checkbox:not([safari])').checkbox();
$('#sitemail').keydown( function(e){
if( $(this).val().length > 1) {
$('#email').val($(this).val());
}
});
});
/** By JavaScript Kit (http://javascriptkit.com) **/
function w_email(l){
@@ -133,7 +144,6 @@ function formCheck(formobj, fieldRequired){
//message.innerHTML = "Passwords Do Not Match!"
}
}
//-->
</script>
</body>
</html>

View File

@@ -1,26 +1,15 @@
<!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" xml:lang="{{echo getlang()}}" lang="{{echo getlang()}}" dir="{{echo $lang['DIR']}}">
<!DOCTYPE html>
<html lang="{{echo getlang()}}" dir="{{echo $lang['DIR']}}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, follow" />
<title>{{echo $lang['INST_INSTALL_WIZARD']}}</title>
<link rel="shortcut icon" href="../images/favicon.ico" />
<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>
<!--[if IE]><style type="text/css">.divline,button.btn span{margin-top:0;}.wrapper {background-position: center -5px;}</style><![endif]-->
<script type="text/javascript">
<!--
var PATH_SPACER = 'style/images/spacer.gif';
$(document).ready(function(arg) {
$("#lang").msDropDown();
$("#toggleElement").click(function() {
$("#next").toggle(!$(this).attr('checked'));
});
});
//-->
</script>
</head>
<body>

View File

@@ -1,5 +1,5 @@
<!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">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"/>
<title>Powered by Kleeja</title>

View File

@@ -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;
margin: 0;