-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.htm
103 lines (103 loc) · 4.75 KB
/
default.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
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
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
<html xmlns="http://www/w3/org/TR/xhtml1">
<head>
<title>LDS Seminary Scripture Mastery</title>
<meta name="Author" content="Ben Holladay" />
<meta name="AuthorEmail" content="bwholladay@gmail.com" />
<meta name="Date" content="31-May-2018" />
<meta name="Language" content="en" />
<meta name="Subject" content="LDS Seminary Scripture Mastery" />
<meta name="KeyWords" content="scripture mastery; seminary; scripture; study help; lds; latter-day saint" />
<meta name="Description" content="Feeling up to a little scripture mastery challenge?" />
<link rel='stylesheet' type='text/css' href='css/main.css' />
<script type="text/javascript">
<!--
if (self != top) top.location = self.location;
//-->
</script>
<script type="text/javascript" src="js/navigate.js"></script>
<script type="text/javascript" src="js/initmain.js"></script>
</head>
<body>
<form name="frmChoice" method="post" >
<div width="100%" align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td colspan="3" valign="top">
<h1>Seminary Scripture Mastery</h1>
</td>
<td align="center" valign="top"><a href="http://www.churchofjesuschrist.org/" title="Click to visit the official site for the Church of Jesus Christ of Latter-day Saints" target="_new"><img src="img/christ.gif" border="0" /></a></td>
</tr>
<tr>
<td colspan="4" valign="top">
Welcome! Feeling up to a little scripture mastery challenge? Select the book of scripture and the kind of hints you'd like.
<br /><hr width="90%" />
</td>
</tr>
<!--<tr>
<td colspan="4" valign="top">
<span class="scripture"><script type="text/javascript">showScripture();</script></span>
<br />
</td>
</tr>-->
<tr>
<th width="25%"><h2>Old Testament</h2></th>
<th width="25%"><h2>New Testament</h2></th>
<th width="25%"><h2>Book of Mormon</h2></th>
<th width="25%"><h2>Church History</h2></th>
</tr>
<tr>
<th><input type="button" onClick="NavigateTo('OTS')" value="Scripture"></th>
<th><input type="button" onClick="NavigateTo('NTS')" value="Scripture"></th>
<th><input type="button" onClick="NavigateTo('BMS')" value="Scripture"></th>
<th><input type="button" onClick="NavigateTo('CHS')" value="Scripture"></th>
</tr>
<tr>
<th><input type="button" onClick="NavigateTo('OTH')" value="Hist. Setting"></th>
<th><input type="button" onClick="NavigateTo('NTH')" value="Hist. Setting"></th>
<th><input type="button" onClick="NavigateTo('BMH')" value="Hist. Setting"></th>
<th><input type="button" onClick="NavigateTo('CHH')" value="Hist. Setting"></th>
</tr>
<tr>
<th><input type="button" onClick="NavigateTo('OTD')" value="Doct. Teach"></th>
<th><input type="button" onClick="NavigateTo('NTD')" value="Doct. Teach"></th>
<th><input type="button" onClick="NavigateTo('BMD')" value="Doct. Teach"></th>
<th><input type="button" onClick="NavigateTo('CHD')" value="Doct. Teach"></th>
</tr>
<tr>
<th><input type="button" onClick="NavigateTo('OTM')" value="Mission App"></th>
<th><input type="button" onClick="NavigateTo('NTM')" value="Mission App"></th>
<th><input type="button" onClick="NavigateTo('BMM')" value="Mission App"></th>
<th><input type="button" onClick="NavigateTo('CHM')" value="Mission App"></th>
</tr>
<tr>
<th><input type="button" onClick="NavigateTo('OTP')" value="Personal App"></th>
<th><input type="button" onClick="NavigateTo('NTP')" value="Personal App"></th>
<th><input type="button" onClick="NavigateTo('BMP')" value="Personal App"></th>
<th><input type="button" onClick="NavigateTo('CHP')" value="Personal App"></th>
</tr>
<tr>
<th><input type="button" onClick="NavigateTo('OTK')" value="Keywords"></th>
<th><input type="button" onClick="NavigateTo('NTK')" value="Keywords"></th>
<th><input type="button" onClick="NavigateTo('BMK')" value="Keywords"></th>
<th><input type="button" onClick="NavigateTo('CHK')" value="Keywords"></th>
</tr>
<tr>
<th width="25%"><img src="img/spacer.gif" width="145" height="3" border="0" /></th>
<th width="25%"><img src="img/spacer.gif" width="145" height="3" border="0" /></th>
<th width="25%"><img src="img/spacer.gif" width="145" height="3" border="0" /></th>
<th width="25%"><img src="img/spacer.gif" width="145" height="3" border="0" /></th>
</tr>
<tr><td colspan="4"> <br /> <br /></td></tr>
<tr>
<td colspan="4" align="left">
<a href="Mailto:bwholladay@gmail.com"><img align="center" border=0 src="./img/working.gif" /></a>
<span class="copy">© 2000 <a href="Mailto:bwholladay@gmail.com">Ben Holladay</a> - Pragmatic Web Creations for the Soul</span>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>