-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitCoinProject.html
More file actions
86 lines (80 loc) · 4.75 KB
/
Copy pathbitCoinProject.html
File metadata and controls
86 lines (80 loc) · 4.75 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Cryptonite</title>
<link href="bitCoinProjectStyle.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="bootstrap.min.css" rel="stylesheet" type="text/css" />
</head>
<body align="center">
<h1 style="height:100px"></h1>
<div id="cryptonite"><font size="5">Cryptonite</font></div>
<div class="kryptonite">
<img src="projectimages/kryptonite.jpg" height="100" width="100">
</div>
<div class="wholetable">
<div id="Home-button" onclick="homeFunction()" style="background: blue; cursor: pointer"><font size="5"> Home</font></div>
<!-- -->
<div id="liveReports" onclick="liveReportsFunction()" style="background: white; cursor: pointer"><font size="5">Live Reports</font></div>
<div onclick="aboutFunction()" id="about-button" style="background: white; cursor: pointer"><font size="5">About</font> </div>
<div><input id="search-box" placeholder="Search" type="text" /></div>
<div> <button id="search-button" type="button" style="background: white" onclick="searchFunction()">Search</button></div>
<br />
<br />
<br />
<div class="row">
<div class="col-md-10">
<table class="table_list" id="task_table"></table>
</div>
</div>
<!-- Modal -->
<div id="myModal" class="modal-dialog modal-lg">
<div class="modal-dialog">
<div class="modal-content" style="height:1350px; width:1800px; background-color:ivory">
<div class="modal-header" style="width:1800px">
<!--<button type="button" class="close" data-dismiss="modal" onclick="hidenMymodel()" aria-hidden="true">×</button>-->
<h8 class="modal-title" style="width:1250px">You have reached The maximum number of coins,please decrease at least one of the selected to select this one</h8>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<table class="table_list_model" id="model_table"></table>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" onclick="hidenMymodel()" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-primary" onclick="saveChecked()">Save changes</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="coinsChartComprasion" style="height: 650px; width: 100%;"></div>
<div id="mejpg"> <img src="projectimages/me.jpg" height="200" width="200"></div>
<div class="loader" id="loading"></div>
<div id="nosupport"></div>
<div>
<label>
<textarea rows="5" align="center" id="myText" cols="58" style="resize:none" readonly>שמי זיו שמיר מקיבוץ משמר העמק, עוסק בתכנות, הפרוייקט הנכחי הוא על מטבעות והשוואותיהם לדולרים</textarea>
</label>
</div>
</div>
<script src="bitCoinProjectfunctions.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://canvasjs.com/assets/script/jquery-1.11.1.min.js"></script>
<script src="https://canvasjs.com/assets/script/jquery.canvasjs.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.min.js"></script>
<script src="http://cdn.pubnub.com/pubnub.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="https://canvasjs.com/assets/script/canvasjs.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="js/jquery.flot.min.js"></script>
</body>
</html>