-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtaskaita1.html
59 lines (59 loc) · 2.16 KB
/
Ataskaita1.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
<!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 name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Ataskaita 1</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="menu">
<ul>
<li class="current_page_item"><a href="#">Duomenų analizė</a></li>
<li><a href="#">Prognozės</a></li>
<li><a href="#">Atsijungti</a></li>
<li><a href="#">Pagalba</a></li>
</ul>
</div>
</div>
<!-- end #header -->
<div id="page" class="container">
<div id="content">
<div class="post">
<img src="images/graph_test.png" width="550" height="200" />
</div>
<div class="post">
<img src="images/graph_test.png" width="550" height="200" />
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<div id="sidebar">
<ul>
<li>
<h2>Ataskaitą pagal:</h2>
<ul style="font-size:10px;">
<li><a href="#">Apdorota per menesi paraiskų skaičiu</a></li>
<li><a href="#">Panaudotas paraisku apdorojimui valandas</a></li>
</ul>
</li>
<li>
<h2>Filtras:</h2>
<p style="font-size:12px;">Data <input type="text" style="width:50px;" /> YYYY-MM-DD<br /><br /><input type="button" id="search-submit" value="Analizuoti" /></p>
</li>
</ul>
</div>
<!-- end #sidebar -->
<div style="clear: both;"> </div>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>Copyright (c) 2011. All rights reserved.</p>
</div>
<!-- end #footer -->
</body>
</html>