-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrognozes.html
101 lines (101 loc) · 4.76 KB
/
Prognozes.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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>Prognozes</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 class="hintPanel">
<p id="hint">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ultrices tincidunt nisi non egestas. Aenean a nibh massa. Nulla non tristique sapien. Donec in augue est, et molestie quam. Aenean molestie ornare blandit. Pellentesque semper diam vitae dui pretium semper. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse accumsan purus sed elit lacinia eget vulputate nisi congue. Nulla facilisi. Curabitur congue feugiat orci, ut tempus lectus fringilla quis. Sed ultrices orci sit amet arcu blandit non consequat dui iaculis.</p>
</div>
</div>
<!-- end #header -->
<div id="page" class="container">
<div id="content">
<div class="post">
<table width="100%">
<tr>
<td class="menTd"><b>Par. Pr.</b></td>
<td class="menTd"><b>01</b></td>
<td class="menTd"><b>02</b></td>
<td class="menTd"><b>03</b></td>
<td class="menTd"><b>04</b></td>
<td class="menTd"><b>05</b></td>
<td class="menTd"><b>06</b></td>
<td class="menTd"><b>07</b></td>
<td class="menTd"><b>08</b></td>
<td class="menTd"><b>09</b></td>
<td class="menTd"><b>10</b></td>
<td class="menTd"><b>11</b></td>
<td class="menTd"><b>12</b></td>
</tr>
<tr>
<td class="menTd">p-1.1</td>
<td class="menTd">12</td>
<td class="menTd">69</td>
<td class="menTd">24</td>
<td class="menTd">78</td>
<td class="menTd">36</td>
<td class="menTd">78</td>
<td class="menTd">16</td>
<td class="menTd">35</td>
<td class="menTd">48</td>
<td class="menTd">68</td>
<td class="menTd">12</td>
<td class="menTd">156</td>
</tr>
<tr>
<td class="menTd" style="text-align:center" colspan="13">Bla bla bla Juliaus ir Povilo paramos priemone ir eik tu nx lopas :D</td>
</tr>
</table>
</div>
<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>Filtras:</h2>
<div style="padding-left:30px;">
<select multiple="multiple" style="width:222px; height:300px; background-color:white; padding:5px 0px 0px 5px;">
<option value="1">item 1</option>
<option value="2">item 2</option>
<option value="3">item 3</option>
<option value="4">item 4</option>
</select>
<p style="font-size:11px; padding-left:0px; padding-top:10px; padding-bottom:10px;">Nuspaude CTRL klavisa suzymekite paramos priemones.</p>
<input type="button" id="search-submit" value="Prognozuoti" />
</div>
</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>