-
Notifications
You must be signed in to change notification settings - Fork 0
/
changeHistory.html
99 lines (96 loc) · 5.12 KB
/
changeHistory.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
<!DOCTYPE html>
<html class="">
<head>
<title>FamilySearch Widgets</title>
<meta content="width=device-width" name="viewport">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<link href="./css/familysearch.css" rel="stylesheet">
<link href="./fonts/museo/museo.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
<script src="./js/static.js" type="text/javascript"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
</head>
<body data-gclp-initialized="true" data-gistbox-initialized="true" style="">
<a href="https://github.com/rootsdev/SumoTheme/"><img alt="Fork me on GitHub" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" style="position: absolute; top: 53px; right: 0; border: 0;"></a>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-target=".header-collapse" data-toggle="collapse" type="button"><span
class="sr-only">Toggle navigation</span></button>
<a class="navbar-brand" href="#">FamilySearch Widgets</a>
</div>
<div class="collapse navbar-collapse header-collapse">
<p class="navbar-text navbar-right"><a href="#" class="changeTheme" style="color: #ff0010; font-weight: bold;"><i class="fa fa-exchange"> </i>Switch to Boostrap Theme</a></p>
</div>
</div>
</div>
<div id="themeContainer" class="familysearch_theme">
<!-- BEGIN Change History Template -->
<div class="container changeHistory">
<div class="profileHeaderContainer">
<div class="tree-family jumbotron ng-scope jumbo-male">
<div class="personWrapper">
<div class="nameWrapper">
<div class="row">
<div class="col-lg-1 col-md-1">
<i class="icon-rounded fs-icon-male "> </i>
</div>
<div class="col-lg-11 col-md-11">
<h1>Pranas Paukstys</h1>
<span class="lifeSpan">August 16, 1919 - March 17, 1971</span> <span class="pid">277H-SWR</span>
</div>
</div>
</div>
</div>
<div class="clearboth"></div>
</div>
</div>
<div class="mainContent">
<table class="table table-hover table-responsive">
<thead>
<th class="changeInformation">Information</th>
<th class="changeDate">Details</th>
<th class="changeActions"></th>
</thead>
<tbody>
<tr>
<td class="changeInformation">
<div class="changeType">Source Attached</div>
<div class="changeDate">6 May 2014</div>
<div class="changeContributor">by <a href="#">Dovy</a></div>
</td>
<td class="changeDetails">
<h5>Dovy Test</h5>
<div class="changeReasonTitle"><small>Reason This Source Is Attached</small></div>
<div class="changeReason">This is the reason.</div>
</td>
<td class="changeActions">
Current
</td>
</tr>
<tr>
<td class="changeInformation">
<div class="changeType">Source Attached</div>
<div class="changeDate">6 May 2014</div>
<div class="changeContributor">by <a href="#">Dovy</a></div>
</td>
<td class="changeDetails">
<h5>Dovy Test</h5>
<div class="changeReasonTitle"><small>Reason This Source Is Attached</small></div>
<div class="changeReason">This is the reason.</div>
</td>
<td class="changeActions">
Current
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- END Change History Template -->
</div>
</body>
</html>