-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathged_read.htm
57 lines (34 loc) · 1.58 KB
/
ged_read.htm
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
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-152244338-1"></script>
<script data-ad-client="ca-pub-0704525034147863" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-152244338-1');
</script>
<script src="hart-ged.js?v=278"></script>
<script src="ged_read.js?v=278"></script>
<script async src="https://cse.google.com/cse.js?cx=003736524176309227229:whsyk9ptpff"></script>
<script src="./alh_common/alh_sprintf.js?v=278"></script>
<script src="./alh_common/alh_common.js?v=278"></script>
</head>
<body>
<div style="font-size: 20px;">
<br><button onclick="read_ged_file();">Read GED File</button>
<br><button onclick="do_stringify();">Stringify</button>
<br><button onclick="do_save();">Save JSON</button>
</div>
<script>
lines_to_read = 999999;
//lines_to_read = 300;
show_all = true;
var single_record = "@I104@";
single_record = "@I402@"; // CONC problem in Vonachen
single_record = "@I9753@"; // undefined object
read_ged_file();
</script>
</body>
</html>