2016-04-20 17:15:14 -04:00
<!doctype html>
< html >
2016-04-25 14:47:08 -04:00
< head >
< meta name = "author" content = "Jason Wall" / >
< meta name = "geo.country" content = "US" / >
< meta name = "dc.language" content = "en" / >
< meta name = "description" content = "An AJAX implimentation of The King James Version Bible with Strong's Dictionary integrated." / >
< meta name = "keywords" content = "AJAX, KJV, King James Version, Strong's Dictionary, Strongs" / >
< title > The Bible with Strong's Numbers and Cross References< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "css/jquery.mobile-1.4.5.min.css" / >
< link rel = "stylesheet" href = "css/themes/db.css" / >
< link rel = "stylesheet" href = "css/bible.css" / >
2016-04-25 15:02:15 -04:00
< script src = "js/libs/jquery.min.js" > < / script >
< script src = "js/libs/jquery.ui.js" > < / script >
< script src = "js/libs/jquery.slidePanel.js" > < / script >
< script src = "js/libs/jquery.mobile-1.4.5.js" > < / script >
2016-04-25 14:47:08 -04:00
< script src = "js/Reference.js" > < / script >
< script src = "js/Bible.js" > < / script >
< script src = "js/Globals.js" > < / script >
< script src = "js/Settings.js" > < / script >
< script src = "js/Strongs.js" > < / script >
< script src = "js/Words.js" > < / script >
< script src = "js/Util.js" > < / script >
< script src = "js/main.js" > < / script >
< style >
.panel-content {
padding: 3px;
}
2016-04-20 17:15:14 -04:00
2016-04-25 14:47:08 -04:00
.ui-btn-text {
font-size: .75em;
}
2016-04-20 17:15:14 -04:00
2016-04-25 14:47:08 -04:00
h3 {
font-size: 1em;
}
p {
font-size: .8em;
}
.ui-submit .ui-btn-inner .ui-btn-text {
font-size: 1.2em;
}
.ui-submit {
height: 35px;
}
.ui-block-c div {
margin-top: 9px;
}
< / style >
< / head >
< body >
< div data-role = "page" id = "mainpage" >
< div data-role = "header" data-theme = "a" >
< div class = "ui-grid-c my-breakpoint" >
< div class = "ui-block-a" > < a id = "menuicon" href = "#defaultpanel" > < / a > < / div >
< div class = "ui-block-b" > < input id = "searchvalue" type = "search" / > < / div >
< div class = "ui-block-c" > < input value = "Search" type = "submit" id = "searchbtn" / > < / div >
< div class = "ui-block-d" > < a id = "searchicon" href = "#searchpanel" > < / a > < / div >
2016-04-20 17:15:14 -04:00
< / div >
2016-04-25 14:47:08 -04:00
< / div >
2016-04-20 17:15:14 -04:00
2016-04-25 14:47:08 -04:00
< div data-role = "content" >
< div id = "resultwrap" >
< ul id = "result" > < / ul >
< / div >
< / div >
<!--
< div data-role = "content" >
< div data-role = "tabs" >
< div data-role = "navbar" >
< ul >
< li > < a href = "#fragment-1" class = "ui-btn-active" > Display #1< / a > < / li >
< li > < a href = "#fragment-2" > Display #2< / a > < / li >
< / ul >
< / div >
< div id = "fragment-1" >
< div id = "resultwrap" >
< ul id = "result" > < / ul >
< / div >
< / div >
< div id = "fragment-2" >
< div id = "resultwrap" >
< ul id = "result" > < / ul >
< / div >
< / div >
< / div >
2016-04-20 17:15:14 -04:00
< / div >
2016-04-25 14:47:08 -04:00
-->
< div data-role = "panel" id = "searchpanel" data-theme = "a" data-position = "right" data-display = "overlay" >
< div class = "panel-content" >
< h3 > Search Results: < span id = "searchTotal" > < / span > < / h3 >
< div id = "searchresults" > < / div >
2016-04-20 17:15:14 -04:00
< / div >
2016-04-25 14:47:08 -04:00
< / div >
2016-04-20 17:15:14 -04:00
2016-04-25 15:28:42 -04:00
< div data-role = "panel" id = "defaultpanel" data-theme = "a" data-display = "overlay" >
2016-04-25 14:47:08 -04:00
< div class = "panel-content" >
< h3 > Settings< / h3 >
< ul data-role = "listview" >
< li > < label > < input type = "checkbox" name = "break-on-verses" id = "break-on-verses" / > Break on Verses< / label > < / li >
< li >
< label >
Select Font:
< select id = "changefont" >
< option value = "georgia" selected = "selected" > Georgia< / option >
< option value = "verdana" > Verdana< / option >
< option value = "courier" > Courier< / option >
< option value = "serif" > Serif< / option >
< option value = "sans-serif" > Sans Serif< / option >
< / select >
< / label >
< / li >
< li > < span style = "letter-spacing:2px;" > < a href = "javascript:void();" id = "shrinkfont" > A< span style = "font-size:12px;" > A< / span > < / a > | < a href = "javascript:void();" id = "growfont" > < span style = "font-size:12px;" > A< / span > A< / a > < / span > < / li >
< / ul >
< h3 > Acceptable Search Items:< / h3 >
< p >
< b > John 1< / b > (displays whole chapter)< br / >
< b > John 1-2< / b > (displays both chapters< br / >
< b > John 1 - John 2< / b > (same as above)< br / >
< b > John 1:3 - 2:4< / b > (displays verses starting with chapter 1 verse 3 and ending with chapter 2 verse 4)< br / >
< b > John 1:3 - John 2:4< / b > (same as above)< br / >
< b > John 1:3-5< / b > (displays verses starting with chapter 1 verse 3 through chapter 1 vs 5)< br / >
< b > H1234< / b > (displays the Strong's definition for the Hebrew # 1234)< br / >
< b > G1234< / b > (displays the Strong's definition for the Greek # 1234)< br / >
< b > Jesus< / b > (searches for "Jesus". all search terms assume boolean AND, i.e. "Jesus Christ" assumes "Jesus AND Christ". an word without a number is interpreted as search).< br / >
< / p >
< h3 > Terms Excluded from Search Index< / h3 >
< p > "us", "these", "her", "saith", "shalt", "let", "do", "your", "we", "no", "go", "if", "at", "an", "so", "before", "also", "on", "had", "you", "there", "then", "up", "by", "upon", "were", "are", "this", "when", "thee", "their", "ye", "will", "as", "thy", "my", "me", "have", "from", "was", "but", "which", "thou", "all", "it", "with", "them", "him", "they", "is", "be", "not", "his", "i", "shall", "a", "for", "unto", "he", "in", "to", "that", "of", "and", "the"< / p >
< h3 > Notes:< / h3 >
< p >
multiple lookups can be made using a semicolon as a separator, i.e. "Ruth 1; g1234; Jesus"). < br / >
< br / > The list of results in the main window are sortable, just click and drag to reorder them.< br / > < br / >
< br / > All Greek/Hebrew cross references translations are taken from the 1933 Webster's version and often are not the same as the KJV translation. < br / >
< br / > All source materials were taken from the < a href = "http://sourceforge.net/projects/zefania-sharp/" > Zefania XML Bible Project< / a > on SourceForge. < br / >
< br / > Any Errors and Omission you find would be appreciated. Please contact me via < a href = 'http://www.jasonwall.org/' > www.jasonwall.org< / a > .< br / >
< / p >
2016-04-20 17:15:14 -04:00
< / div >
2016-04-25 14:47:08 -04:00
< / div >
< / div > <!-- /page -->
< / body >
2016-04-20 17:15:14 -04:00
< / html >