-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprivateq.html
More file actions
89 lines (75 loc) · 3.93 KB
/
privateq.html
File metadata and controls
89 lines (75 loc) · 3.93 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
87
88
89
<!DOCTYPE html>
<html lang="en">
<!-- License: Humanitarian-Agpl: http://namzezam.wikidot.com/humanitarian-agpl-license -->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/dataTables.bootstrap.css" rel="stylesheet">
<link href="css/privateq.css" rel="stylesheet">
<link rel="stylesheet" href="css/cssmenu.css">
<script src="CryptoJS v3.1.2/rollups/sha256.js"></script>
<script src="js/jquery.1.11.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.csv.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/dataTables.bootstrap.js"></script>
<script src="js/table2CSV.js"></script>
<script src="js/Chart.js"></script>
</head>
<body>
<div class="container-fluid">
<div>
<button onclick="GenrteIiaom()" title="Click this to create and compare iiaom in 3 steps. Iiaom is a crypto identity used as Inner Identifier And Outer Mask for authenticating human while protecting against identity thefts. Use it for more accountability and equality. Please work offline.">Iiaom</button>
<progress id="Giiaom" value="0" max="3" ></progress>
<button onclick="clearvar();">Clear</button>
<input type="file" id="files" name="file" />
</div>
<div id='table-container'></div>
</div>
<div id='chart-container' style="float:left;">
<input type="checkbox" id="to_curve">
<div><canvas id="canvas" height="10" width="10" ></canvas></div>
</div>
<div class="floatleft">
<div class="textwrapper"><textarea id="ioput" cols="48" rows="6" ></textarea> </div>
</div>
<div class="clearleft"></div>
<div class="clearright"></div>
<a target="_blank" href="http://namzezam.wikidot.com/humanitarian-agpl-license" style="font-weight: bold" >Under Humanitarian Agpl License</a>
<script src="js/privateq.js">
// todo:
// agree first with the humentrian agapl and 2nd with the law govringin your state
// filter first to have a cheack of either is iiaom or filename = hash of content. only then allow upload
</script>
</body>
<!--under viewport The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">
Bootstrap core CSS -->
<!--
var canvas = document.getElementsByTagName('chart2')[0];
canvas.width = 450;//300
canvas.height = 600;//30
.clearRect(0, 0,ctx.canvas.width, ctx.canvas.height);//http://stackoverflow.com/questions/4938346/canvas-width-and-height-in-html5
height="450" width="600"
margin:0;padding:0;width:40%;
-->
<!--
</div> style="display: block;" id="rulesformitem" class="formitem">
<label for="rules" id="ruleslabel">Rules:</label>
<div class="textwrapper"><textarea cols="2" rows="10" id="rules"/></div>
document.getElementById("Giiaom").value = "75";
<input type="checkbox" onclick="GenrteIiaom()" id="Giiaom" title="Tick it only to create your iiaom file. Iiaom is a crypto identity used as Inner Identifier And Outer Mask for authenticating human. Use it for more accountability and equality. Please work offline." unchecked >
<input type="checkbox" id="ToHash" onclick="hash(window.content)" unchecked >Iiaom
navigator.onLine <input type="checkbox" id="AsText" >Text<br>
<button onclick="init_table(window.content)">As Table</button>
<button onclick="EditContent(window.content)">To Edit</button> -->
<!--
<button onclick="hash(window.content)">Hname</button>
<button onclick="init_table(window.content)">Table</button>
<a href="help.html" style="font-weight: bold">Help </a>
<button onclick="abortRead();">Cancel</button>
-->
</html>