mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 15:30:14 -04:00
64 lines
3.1 KiB
HTML
64 lines
3.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<link rel="shortcut icon" type="image/ico" href="http://walljm.com/favicon.ico" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<meta name="author" content="Jason Wall" />
|
|
<meta name="PBO.auth" content="8bff0c5d7a8f61d1e5dfa6c58da67c2b" />
|
|
<meta name="geo.country" content="US" />
|
|
<meta name="dc.language" content="en" />
|
|
<meta name="dc.title" content="walljm.com || AJAX Bible || King James Version with Strong's Dictionary and Cross References" />
|
|
<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" />
|
|
<meta name="blogchalk" content="United States, Missouri, Saint Louis, English, Jason, Male, 21-25, photography, poetry" />
|
|
<meta name="copyright" content="All content copyrighted to Jason Wall, and available by permission of the owner." />
|
|
<title>The Bible with Strong's Numbers and Cross References Walljm.com</title>
|
|
<script type="text/javascript" src="js/jquery.min.js"></script>
|
|
<script type="text/javascript" src="js/bible_ref_parsing.js"></script>
|
|
<script type="text/javascript" src="js/common.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function()
|
|
{
|
|
$(".search").submit(function()
|
|
{
|
|
Search($("#searchvalue").val());
|
|
return false;
|
|
});
|
|
});
|
|
</script>
|
|
<style>@import "css/bible.css";</style>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div class="post">
|
|
<h1>King James Bible <span>with Strong's Numbers and Cross References</span></h1>
|
|
<form class="search">
|
|
<div id="query" align="center" class="biggerrounded">
|
|
<table style="width: 100%">
|
|
<tr>
|
|
<td>
|
|
<input id="searchvalue" type="search" results="10" onfocus="if (this.value=='Reference or search words') {this.value='';this.style.color='black';}" xonblur="if(this.value=='') {this.value='Reference or search words';this.style.color='darkgray';}" value="Reference or search words" />
|
|
</td>
|
|
<td style="width: 100px;">
|
|
<input value="Search" type="submit" style="height: 52px; width: 90px;" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</form>
|
|
<div id="searchresultswrap" class="rounded">
|
|
<h3>Search Results <span id="searchTotal"></span></h3>
|
|
<div id="searchresults"></div>
|
|
</div>
|
|
<div id="resultwrap">
|
|
<div id="result"></div>
|
|
<br />
|
|
<br />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|