-
Notifications
You must be signed in to change notification settings - Fork 0
/
addSource.html
672 lines (561 loc) · 41 KB
/
addSource.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
<!DOCTYPE html>
<html class="">
<head>
<title>FamilySearch Widgets</title>
<meta content="width=device-width" name="viewport">
<link href="./css/boostrap.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.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">
<!-- Button trigger modal -->
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#sourceCreateDialog">
Create a Source
</button>
<!-- Create a Source -->
<div class="modal fade sourceDialog createSource" id="sourceCreateDialog" tabindex="-1" role="dialog" aria-labelledby="sourceCreateDialogLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="sourceCreateDialogLabel">Create a Source</h4>
<h5>Identify the record you have found. This will be called a "Source."</h5>
</div>
<div class="modal-body">
<form role="form">
<div class="form-group">
<label for="title">Source Title (Required)</label>
<input type="title" class="form-control" id="title" placeholder="Example: England, Death Certificate of Hugh S. Smith - (1832-1912)">
<span class="help-block">Enter a source title that you will recognize later. <small>Example: 1841 Scottish Census Hugh S. Smith family</small></span>
</div>
<div class="form-group">
<label for="url">Web Page (Link to the Record)</label>
<input type="url" class="form-control" id="url" placeholder="Example: England, Death Certificate of Hugh S. Smith - (1832-1912)">
<span class="help-block">Enter a source title that you will recognize later. <small>Example: 1841 Scottish Census Hugh S. Smith family</small></span>
</div>
<div class="form-group">
<label for="title">Source Title (Required)</label>
<textarea rows="2" type="title" class="form-control" id="title" placeholder="Example: UK Census, 1841, Arbroath, Perth, Scotland. Population schedule. Dwelling address. Federal archive. Digital Image"></textarea>
<span class="help-block">Where is the record found? This citation is useful if the web page disappears. <small>Example: US Census 1890, Tooele, Utah. Population schedule Federal archive. Digital...</small></span>
</div>
<div class="form-group">
<label for="notes">Describe the Record (Notes)</label>
<textarea rows="4" type="notes" class="form-control" id="notes" placeholder="Example: Hugh S. Smith Family Page 7. Lines 23-27. Arbroath, Scotland. UK Census 1841 Father: Robert Smith. Mother: Helen Strachen. Children: Hugh Sidley Smith, Robert Smith."></textarea>
<span class="help-block">What is the information of interest in the record? <small>Example: Hugh S. Smith Page 7 Lines 23-27. Father: Robert Smith Mother: Helen...</small></span>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-primary">Save</button>
</div>
</div>
</div>
</div>
<!-- Button trigger modal -->
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#sourceAttachDialog">
Attach a Source
</button>
<!-- Attach a Source -->
<div class="modal fade sourceDialog attachSource" id="sourceAttachDialog" tabindex="-1" role="dialog" aria-labelledby="sourceAttachDialogLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="sourceAttachDialogLabel">Attach Source to {{Pranas Paukstys}}</h4>
<div class="spouse-container">
<div class="person-info-container">
<i class="fs-gender-icon fs-icon-small-male pull-left"> </i>
<span class="person-info">
<span class="name">Pranas Paukstys</span>
<span class="lifespan">1919 - 1971</span> - <span class="pid">277H-SWR</span>
</span>
</div>
</div>
</div>
<div class="modal-body">
<form role="form">
<div class="form-group">
<label for="justification">Attach Source to Pranas Paukstys</label>
<textarea rows="4" class="form-control" id="justification" placeholder="Explain why you attached this source to this individual."></textarea>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="addToSourcebox" id="addToSourcebox"> Add to My Source Box
</label>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary">Attach</button>
</div>
</div>
</div>
</div>
<!-- Button trigger modal -->
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#sourceViewDialog">
View a Source
</button>
<!-- Create a Source -->
<div class="modal fade sourceDialog viewSource" id="sourceViewDialog" tabindex="-1" role="dialog" aria-labelledby="sourceViewDialogLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="sourceViewDialogLabel">Rita Carewe (1909 - 1955) - Find A Grave Memorial</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-9">
<div class="sourceViewWidgetContainer">
<div class="panel panel-primary family-panel noBorder">
<div class="panel-heading">
<div class="options">
<a class="deleteSource" href="javascript:;"><i class="fa fa-trash-o"> </i>Delete Source</a>
<a href="javascript:;" class="toggleDetails hidden-xs"><i class="fa fa-eye"> </i>Show Details</a>
</div>
</div>
<div class="panel-body">
<div class="detailsWell">
<div class="row">
<div class="col-md-12">
<div class="detailActions pull-right">
<a href="" class="btn btn-xs btn-link editDetail non-form"><i class="fa fa-edit"> </i>Edit</a> <a href="" class="deleteDetail btn btn-link btn-xs non-form"><i
class="fa fa-trash-o"> </i>Delete</a> <a href="" class="btn btn-xs btn-link detailsItem closeDetail"><i
class="fa fa-times-circle"> </i>Close</a>
</div>
<div class="non-form">
<span class="eventLabel">Source Title (Required)</span><br/>
<a href="#" class="openEventDetails">
<span class="eventDate">Rita Carewe (1909 - 1955) - Find A Grave Memorial</span><br/>
</a>
</div>
</div>
</div>
<div class="form-group">
<label>Source Title (Required)</label> <input class="form-control" name="sourceTitle" placeholder="Source Title (Required)" type="text" required="required">
</div>
<div class="form-group">
<label>Reason for My Change</label>
<textarea class="form-control" name="justification" placeholder="Explain why you changed this source's title."></textarea>
</div>
<div class="detailsItem editingItem detailModified">
Modified<span class="detailsModifiedHistory"> | <a href="#" class="changeHistory">History</a></span><br>
<span class="modifiedDate">April 2, 2014</span> by <a href="http://" class="contributor">Dovy</a>
</div>
<div class="actionRow">
<button class="btn btn-primary saveButton" type="submit">Save</button>
<button class="btn btn-link cancelButton" type="submit">Cancel</button>
</div>
</div>
<div class="detailsWell">
<div class="row">
<div class="col-md-12">
<div class="detailActions pull-right">
<a href="" class="btn btn-xs btn-link editDetail non-form"><i class="fa fa-edit"> </i>Edit</a> <a href="" class="deleteDetail btn btn-link btn-xs non-form"><i
class="fa fa-trash-o"> </i>Delete</a> <a href="" class="btn btn-xs btn-link detailsItem closeDetail"><i
class="fa fa-times-circle"> </i>Close</a>
</div>
<div class="non-form">
<span class="eventLabel">Web Page (Link to the Record)</span><a href="{{url}}" class="url"><small>Go to the web page</small></a><br/>
<a href="#" class="openEventDetails">
<span class="eventDate">http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&GRid=7901265</span><br/>
</a>
</div>
</div>
</div>
<div class="form-group">
<label>Web Page (Link to the Record)</label> <input class="form-control" name="sourceURL" placeholder="Web Page (Link to the Record)" type="text">
</div>
<div class="form-group">
<label>Reason for My Change</label>
<textarea class="form-control" name="justification" placeholder="Explain why you changed this source's URL."></textarea>
</div>
<div class="detailsItem editingItem detailModified">
Modified<span class="detailsModifiedHistory"> | <a href="#" class="changeHistory">History</a></span><br>
<span class="modifiedDate">April 2, 2014</span> by <a href="http://" class="contributor">Dovy</a>
</div>
<div class="actionRow">
<button class="btn btn-primary saveButton" type="submit">Save</button>
<button class="btn btn-link cancelButton" type="submit">Cancel</button>
</div>
</div>
<div class="detailsWell">
<div class="row">
<div class="col-md-12">
<div class="detailActions pull-right">
<a href="" class="btn btn-xs btn-link editDetail non-form"><i class="fa fa-edit"> </i>Edit</a> <a href="" class="deleteDetail btn btn-link btn-xs non-form"><i
class="fa fa-trash-o"> </i>Delete</a> <a href="" class="btn btn-xs btn-link detailsItem closeDetail"><i
class="fa fa-times-circle"> </i>Close</a>
</div>
<div class="non-form">
<span class="eventLabel">Where the Record Is Found (Citation)</span><br/>
<a href="#" class="openEventDetails">
<span class="eventDate">"Rita Carewe (1909 - 1955) - Find A Grave Memorial." Rita Carewe (1909 - 1955) - Find A Grave Memorial. N.p., n.d. Web. 07 Feb. 2014.</span><br/>
</a>
</div>
</div>
</div>
<div class="form-group">
<label>Where the Record Is Found (Citation)</label> <textarea class="form-control" name="sourceCitation" placeholder="Where the Record Is Found (Citation)"></textarea>
</div>
<div class="form-group">
<label>Reason for My Change</label>
<textarea class="form-control" name="justification" placeholder="Explain why you changed this source's citation."></textarea>
</div>
<div class="detailsItem editingItem detailModified">
Modified<span class="detailsModifiedHistory"> | <a href="#" class="changeHistory">History</a></span><br>
<span class="modifiedDate">April 2, 2014</span> by <a href="http://" class="contributor">Dovy</a>
</div>
<div class="actionRow">
<button class="btn btn-primary saveButton" type="submit">Save</button>
<button class="btn btn-link cancelButton" type="submit">Cancel</button>
</div>
</div>
<div class="detailsWell">
<div class="row">
<div class="col-md-12">
<div class="detailActions pull-right">
<a href="" class="btn btn-xs btn-link editDetail non-form"><i class="fa fa-edit"> </i>Edit</a> <a href="" class="deleteDetail btn btn-link btn-xs non-form"><i
class="fa fa-trash-o"> </i>Delete</a> <a href="" class="btn btn-xs btn-link detailsItem closeDetail"><i
class="fa fa-times-circle"> </i>Close</a>
</div>
<div class="non-form">
<span class="eventLabel">Notes</span><br/>
<a href="#" class="openEventDetails">
<span class="eventDate">Actress. Daughter of actor/director Edwin Carewe and wife of actor Leroy Mason, Rita appeared in 7 films. (bio by: TLS)</span><br/>
</a>
</div>
</div>
</div>
<div class="form-group">
<label>Notes</label> <textarea class="form-control" name="sourceNotes" placeholder="Notes"></textarea>
</div>
<div class="form-group">
<label>Reason for My Change</label>
<textarea class="form-control" name="justification" placeholder="Explain why you changed this source's notes."></textarea>
</div>
<div class="detailsItem editingItem detailModified">
Modified<span class="detailsModifiedHistory"> | <a href="#" class="changeHistory">History</a></span><br>
<span class="modifiedDate">April 2, 2014</span> by <a href="http://" class="contributor">Dovy</a>
</div>
<div class="actionRow">
<button class="btn btn-primary saveButton" type="submit">Save</button>
<button class="btn btn-link cancelButton" type="submit">Cancel</button>
</div>
</div>
</div>
</div>
</div>
<!-- Discussion Delete Modal -->
<div class="modal fade" id="deleteSource" tabindex="-1" role="dialog" aria-labelledby="deleteSourceLabel" aria-hidden="true">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="deleteSourceLabel">Delete Source</h4>
</div>
<div class="modal-body">
Are you sure that you want to delete this source and all of its comments?
</div>
<div class="modal-footer" style="text-align: left;">
<button type="button" class="btn btn-primary">Yes</button>
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 sidebar">
<div class="panel panel-info changes-panel">
<div class="panel-heading">
<h4 class="panel-title">Latest Changes</h4>
</div>
<div class="panel-body change-objects">
<h5>Life Sketch Added
<small>
<abbr class="timeago" title="2014-04-02T21:13:23.516Z">7 days ago</abbr> by
<a class="contributorCard" data-cid="https://familysearch.org/platform/users/agents/MMNV-HVH.json?access_token=USYS2B6C12FBA12DA6C78E42DF1C22C06AF8_idses-prod03.a.fsglobal.net" data-pid="6H69-6G2" data-placement="bottom" href="#">Dovy</a>
</small>
</h5>
<h5>Person Source Reference Added
<small>
<abbr class="timeago" title="2014-02-07T23:24:03.336Z">2 months ago</abbr> by
<a class="contributorCard" data-cid="https://familysearch.org/platform/users/agents/MMNV-HVH.json?access_token=USYS2B6C12FBA12DA6C78E42DF1C22C06AF8_idses-prod03.a.fsglobal.net" data-pid="6SSK-5YM" data-placement="bottom" href="#">Dovy</a>
</small>
</h5>
</div>
</div>
<div class="panel panel-info changes-panel">
<div class="panel-heading">
<h4 class="panel-title">Attached To</h4>
</div>
<div class="panel-body change-objects">
<div class="person-info-container">
<i class="fs-gender-icon fs-icon-small-male pull-left"> </i>
<span class="person-info">
<span class="name"><a class="male personCard name" data-original-title="" data-pid="277H-SWR" href="#" title="">Pranas Paukstys</a></span>
<span class="lifespan">1919 - 1971</span> - <span class="pid">277H-SWR</span>
</span>
</div>
<div class="person-info-container">
<i class="fs-gender-icon fs-icon-small-female icon-rounded pull-left"> </i>
<span class="person-info">
<span class="name"><a class="male personCard name" data-original-title="" data-pid="277H-SWR" href="#" title="">Kazimeras Paukstys</a></span>
<span class="lifespan">1919 - 1971</span> - <span class="pid">277H-FEW</span>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Button trigger modal -->
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#sourceAttachToDialog">
Attach Source To
</button>
<!-- Attach a Source -->
<div class="modal fade sourceDialog attachToSource" id="sourceAttachToDialog" tabindex="-1" role="dialog" aria-labelledby="sourceAttachToDialogLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="sourceAttachToDialogLabel">Rita Carewe (1909 - 1955) - Find A Grave Memorial</h4>
<h5><a href="http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&GRid=7901265">http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&GRid=7901265</a></h5>
</div>
<div class="modal-body">
<table class="table table-hover">
<thead>
<th class="attached">Attached to</th>
<th class="details">Details</th>
<th class="justification"></th>
<th class="action">1 of 1 result</th>
</thead>
<tbody>
<tr>
<td class="attached"><span>Person</span><br>7 February 2014<br><a href="">Dovy</a></td>
<td class="details"><span>person</span><br><a href="">Unknown</a><br>277H-SWR</td>
<td class="justification"><span>Reason This Source Is Attached</span><br>Hello</td>
<td class="action"><button type="button" class="btn btn-warning">Detach</button></td>
</tr>
<tr>
<td class="attached"><span>Person</span><br>7 February 2014<br><a href="">Dovy</a></td>
<td class="details"><span>person</span><br><a href="">Unknown</a><br>277H-SWR</td>
<td class="justification"><span>Reason This Source Is Attached</span><br>Hello</td>
<td class="action">Restored</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary"><i class="fa fa-arrow-left"></i> Go Back</button>
</div>
</div>
</div>
</div>
<!-- Button trigger modal -->
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#deleteRelationship">
Delete a Relationship
</button>
<!-- Delete Person Dialog -->
<div class="modal fade sourceDialog deleteDialog" id="deleteDialog" tabindex="-1" role="dialog" aria-labelledby="deleteDialogLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<div class="profileHeaderContainer editCoupleContainer">
<div class="editCoupleJumbotron">
<div class="panel-heading">
<div class="navigation">
Go to: <a class="husbandLink" href="">Pranas Paukstys</a> | <a class="wifeLink" href="">Kazimiera Gurinskaite</a>
</div>
<!-- Still working on the CSS here. Just populate it as is -->
<div class="row">
<div class="col-lg-12">
<table style="width: 100%;">
<tr>
<td class="individualColumn">
<div class="person-info-container"><div class="person-gender-container medium"><div class="person-gender-icon fs-icon-medium-female"></div></div><div class="person-info"><small>Person</small><br /><div class="person-name"><a href="javascript:void(0);" data-cmd="openPersonCard">Wilma Mae McKenzie/Mason</a></div><span class="person-id">KWDQ-D75</span></div></div>
</td>
<td class="eventsColumn">
<small>Events</small>
<div class="events"><div class="birth"><label class="eventLabel">birth</label><span class="eventData">13 May 1917, Saskatchewan, Canada</span>
</div><div class="death"><label class="eventLabel">death</label><span class="eventData">19 February 2004</span>
</div></div>
</td>
<td class="parentsColumn">
<small>Parents</small>
<div class="parents-container"><div class="person-info-container couple-husband"><div class="person-gender-container small"><div class="person-gender-icon fs-icon-small-male"></div></div><div class="person-info"><div class="person-name">William Frederick Carl Sawusch</div></div></div><div class="person-info-container couple-wife"><div class="person-gender-container small"><div class="person-gender-icon fs-icon-small-female"></div></div><div class="person-info"><div class="person-name">Minnie Etta Bliven</div></div></div></div>
</td>
<td class="spouseColumn">
<small>Spouse</small>
<div class="spouse-container"><div class="person-info-container"><div class="person-gender-container small"><div class="person-gender-icon fs-icon-small-male"></div></div><div class="person-info"><div class="person-name">Justus Jenkins Mason</div></div></div></div>
</td>
</tr>
</table>
</div>
</div>
<div class="clearboth">
</div>
</div>
<div class="clearboth"></div>
</div>
</div>
</div>
<div class="modal-body">
<div class="panel panel-primary family-panel">
<div class="panel-heading">
<h4>Delete {{Person}}</h4>
<p>It is recommended that you delete people only if you added a person by mistake or if the person never existed. You should consider using Merge if this person is a duplicate or Delete Relationship if this person is in the wrong family.</p>
</div>
<div class="panel-body ">
<div class="alert alert-warning">
<i class="fa fa-exclamation-triangle pull-left"></i>Review this person's couple and parent-child relationships to determine if the relationships need to be deleted instead of the person.
</div>
<ul>
<li class="none"><span class="badge">0</span> Couple Relationships</li>
<li><span class="badge">1</span> Parent-Child Relationships</li>
</ul>
<div class="alert alert-warning">
<i class="fa fa-exclamation-triangle pull-left"></i>By deleting this person, you will possibly delete attached sources, active discussions, and notes.
</div>
<ul>
<li><span class="badge">1</span> Attached Sources</li>
<li><span class="badge">0</span> Active Discussions</li>
<li><span class="badge">0</span> Possible Matches</li>
</ul>
<div class="alert alert-warning">
<i class="fa fa-exclamation-triangle pull-left"></i>Before deleting this person, provide a reason statement, and check the boxes below.<br />
<form role="form">
<div class="form-group">
<textarea class="form-control" rows="3" name="justification" id="deleteJustification" placeholder="Explain how you know this person should be deleted." required="required"></textarea>
</div>
<div class="checkbox">
<label>
<input type="checkbox" name="deleteReviewed"> I have reviewed the couple and parent-child relationships for this person.Check me out
</label>
</div>
<!-- DISABLED UNTIL A JUSTIFICATION IS PROVIDED -->
<button type="button" class="btn btn-warning">Delete {{Person}}</button><button type="button" class="btn btn-link">Cancel</button>
</form>
</div>
</div>
</div>
</div>
<div class="hide">
<div id="personCardTemplate">
<div class="popover-content">
<div class="cardFrame">
<div class="content">
<div class="profile-image"></div>
<div class="person clearfix">
<div class="nameWrapper">
<i class="fs-icon-male icon-rounded"> </i> <a class="male personcard name widgetAction" data-pid="KW6F-2DN" data-type="person" href="#">Pranas Bronius Paukstys</a><br>
<span class="pid">277H-SWR</span>
</div>
<div class="clearfix">
</div>
<div class="engageWatch gadget watchGadget">
<a class="watch notwatching" href="" title="Be notified of updates to this person and add to my watch list."><span class="watchLabel fs-icon-watch-off" title="Be notified of updates to this person and add to my watch list.">Watch</span> <span class="unwatchLabel fs-icon-watch-on" title="Stop being notified of updates to this person and remove from my watch list.">Unwatch</span> <span class="unavailableLabel fs-icon-watch-disabled" title="Service is temporarily unavailable.">Watch</span></a>
</div>
</div>
<table class="eventTable">
<tbody>
<tr class="event birth">
<th>Birth</th>
<td>
<div class="date ellipses-text" title="Standard: June 3, 1982">
16 August 1919
</div>
<div class="ellipses-text">
<div class="place" title="Standard: Anchorage, Alaskas">
Lithuania
</div>
</div>
</td>
</tr>
<tr class="event death">
<th>Death</th>
<td>
<div class="date ellipses-text" title="Standard: 17 March 1971">
17 March 1971
</div>
<div class="ellipses-text">
<div class="place" title="">
Chicago, Cook, Illinois, United States
</div>
</div>
</td>
</tr>
</tbody>
<tbody class="engageStatus">
<tr>
<th></th>
<td class="sections" colspan="2">
<ul class="clearfix">
<li class="sources-label"><a href="#"><span class="badge">10</span>Sources</a></li>
<li class="discussions-label"><a href=""><span class="badge">2</span>Discussions</a></li>
<li class="memories-label"><a href="#"><span class="badge">2</span>Memories</a></li>
<li class="photos-label hide"><a href="#"><span class="badge">0</span>Photos</a></li>
<li class="stories-label hide"><a href="#"><span class="badge">0</span>Stories</a></li>
</ul>
</td>
</tr>
<tr class="ordRow" style="display: table-row;">
<th>Temple</th>
<td class="engageOrds"><!--spans below are put on a single line to avoid extra white in some browers-->
<span class="ordIcons"><span class="ordIcon NeedsPermission" title="">B</span><span class="ordIcon Completed" title="">C</span><span class="ordIcon InProgressPrinted" title="">I</span><span class="ordIcon InProgressWaiting" title="">E</span><span class="ordIcon InProgressNotPrinted" title="">SP</span><span class="ordIcon Invalid" title="">SS</span></span></td>
</tr>
</tbody>
</table>
<table class="statusTable">
<tbody>
<tr class="status ordRow" style="display: table-row;">
<th><span>Ordinances</span></th>
<td><!--spans below are put on a single line to avoid extra white in some browers-->
<span class="ordIcons"><span class="ordIcon Invalid" title="">B</span><span class="ordIcon Invalid" title="">C</span><span class="ordIcon Invalid" title="">I</span><span class="ordIcon Invalid" title="">E</span><span class="ordIcon Invalid" title="">SP</span><span class="ordIcon Invalid" title="">SS</span></span></td>
</tr>
</tbody>
</table>
<div class="deleted-baner hide">
PERSON DELETED
</div>
</div>
<div class="buttonBarBG"></div>
<div class="actionBar">
<a class="fs-icon-pedigree tree widgetAction" data-pid="KW6F-2DN" data-type="pedigree" href="#"><i class="fs-icon-male fs-icon-pedigree"> </i>Tree</a> <a class="details widgetAction" data-pid="KW6F-2DN" data-type="person" href="#"><i class="fs-icon-male"> </i>Person</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>