-
Notifications
You must be signed in to change notification settings - Fork 1
/
nonreg_ltr.html
60 lines (46 loc) · 1.41 KB
/
nonreg_ltr.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style/linet.css" >
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type="text/javascript" src='js/jquery.min.js'></script>
<link rel="shortcut icon" href="img/logo.ico" type="image/x-icon" >
<title>~title~</title>
<!-- ~header~ -->
<script type="text/javascript">
$(document).ready(function() {
$("#btnfrgt").click(function() {
$("#forgat").show('slow');
$("#login").hide(1000);
});
$("#btncancel").click(function() {
$("#login").show('slow');
$("#forgat").hide(1000);
});
});
</script>
</head>
<body>
<div id="wrapper">
<div class="headerB">
<div id ="logo">
<img src="img/logo.png" alt="Linet logo">
</div> <!-- div logo end -->
<div id="logindata" dir="ltr">
<a href="?lang=he">
<img src="img/flags/israel_flag.gif" height="15px" border="0" alt="israel_flag">ׁ Hebrew
</a>
</div>
</div><!--headerA end-->
<div id="contents" dir="ltr">
~text~
</div><!--contents end-->
<div class="footer">
~isoc~
~recomendfirefox~
~osi~
</div>
</div><!--div wrapper end-->
</body>
</html>