-
Notifications
You must be signed in to change notification settings - Fork 1
/
template_ltr.html
42 lines (39 loc) · 1.34 KB
/
template_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
<!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="shortcut icon" href="img/logo.ico" type="image/x-icon" >
<link rel="stylesheet" type="text/css" href="style/yawiki.css" />
<link rel="stylesheet" type="text/css" href="style/mcalendar.css" />
<link rel="stylesheet" href="js/jquery-ui-1.8.13.custom.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="style/linet.css" />
<script type="text/javascript" src='js/jquery.min.js'></script>
<script type="text/javascript" src='js/jquery.ui.custom.min.js'></script>
<script type="text/javascript" src="js/java.js"></script>
<title>~title~</title>
</head>
<body>
<div id="wrapper">
<div class="headerA">
<div id ="logo">
<img src="img/logo.png" alt="linet logo">
</div><!--div logo end-->
<div id ="right_hdr">
<h1>~title~</h1>
<div id="logindata" dir="ltr">
~username~ ~login~
</div>
</div><!--right_hdr end-->
</div><!--headerA end-->
~MainMenu~
<div id="contents" dir="ltr">
~text~
</div><!--contents end-->
<div class="footer">
~isoc~
~recomendfirefox~
~osi~
</div>
</div><!--div wrapper end-->
</body>
</html>