<?php /** * File containing the data for processing templates */ $template['HeaderText']=""; $template['HeaderBodyText']=""; $template['readBible']['ShowBooks']['StartHTML']=" <P><CENTER><h1>Index of Bible Books & Chapters</h1></CENTER> "; $template['readBible']['ShowBooks']['EndHTML']=""; $template['readBible']['ShowBooks']['Book']['StartHTML']=" <FONT face=Verdana size=3></FONT></U><FONT face=Verdana size=3> <BLOCKQUOTE> <P align=left><FONT face=\"Verdana size=\" 3> "; $template['readBible']['ShowBooks']['Book']['ProcessHTML']=" <b><a href='readbible.php?version=\$version&book=\$bookName'>\$bookName</a></b><br> "; $template['readBible']['ShowBooks']['Book']['EndHTML']="</FONT> <P align=center><FONT face=\"Verdana size=\" 3><BR><BR></FONT></FONT> "; $template['readBible']['ShowBooks']['ChapterLinks']['StartHTML']=""; $template['readBible']['ShowBooks']['ChapterLinks']['ProcessHTML']=" <a href='readbible.php?version=\$version&book=\$bookName&chapter=\$chapterNo'>Chapter \$chapterNo</a> :"; $template['readBible']['ShowBooks']['ChapterLinks']['EndHTML']="<br><br>"; $template['readBible']['ShowVerses']['ShowChapterLinks']=true; $template['readBible']['ShowVerses']['StartHTML']=" "; $template['readBible']['ShowVerses']['EndHTML']=""; $template['readBible']['ShowVerses']['BookIndex']['StartHTML']=""; $template['readBible']['ShowVerses']['BookIndex']['ProcessHTML']="<FONT face=Verdana size=3> <FONT face=Verdana size=3><A href='readbible.php?version=\$version'><BR> <P align=center><A href='readbible.php?version=\$version'><FONT face=Verdana size=5>Bible Books Index</FONT></A></P></A></FONT> "; $template['readBible']['ShowVerses']['BookIndex']['EndHTML']=""; $template['readBible']['ShowVerses']['Book']['StartHTML']=""; $template['readBible']['ShowVerses']['Book']['ProcessHTML']="<FONT size=5><b>\$bookName</b> Chapter \$ChapterNo</FONT><br>"; $template['readBible']['ShowVerses']['Book']['EndHTML']=""; $template['readBible']['ShowVerses']['ChapterLinks']['StartHTML']=""; $template['readBible']['ShowVerses']['ChapterLinks']['ProcessHTML']=" <a href='readbible.php?version=\$version&book=\$bookName&chapter=\$chapterNoLink'>\$chapterNoLink</a> :"; $template['readBible']['ShowVerses']['ChapterLinks']['EndHTML']="<BR><BR>"; $template['readBible']['ShowVerses']['Chapter']['StartHTML']=""; $template['readBible']['ShowVerses']['Chapter']['ProcessHTML']=""; $template['readBible']['ShowVerses']['Chapter']['EndHTML']=""; $template['readBible']['ShowVerses']['Verse']['StartHTML']=" <BLOCKQUOTE> <P align=justify><FONT face=Verdana size=3>"; $template['readBible']['ShowVerses']['Verse']['ProcessHTML']="\$ChapterNo:\$verseNo \$verseText<BR><BR> "; $template['readBible']['ShowVerses']['Verse']['EndHTML']=""; $template['readBible']['ShowBibleVersions']['StartHTML']=" <BR> <h1>The Complete Online King James Bible</h1> <a href=\"search.php\">Bible Search</a> | <a href=\"advancedsearch.php\">Advanced Search</a> | <strong>Read the Bible</strong> <BR> <P><P></P>"; $template['readBible']['ShowBibleVersions']['EndHTML']=""; $template['readBible']['ShowBibleVersions']['Version']['StartHTML']=" <P><FONT face=Verdana size=3>Select Version:<BR><ol>"; $template['readBible']['ShowBibleVersions']['Version']['ProcessHTML']="<a href='readbible.php?version=\$versionShortName'>\$versionName</a><BR><BR>"; $template['readBible']['ShowBibleVersions']['Version']['EndHTML']="</ol></FONT></P>"; $template['thesaurus']['StartHTML']=" <BR> <h1>Thesaurus Search</h1>"; $template['thesaurus']['Word']['StartHTML']=""; $template['thesaurus']['Word']['ProcessHTML']=" The Word '\$word' has the following synonyms<br> <i>Please click on the synonyms to search the Bible.</i><br><br> "; $template['thesaurus']['Word']['EndHTML']=""; $template['thesaurus']['EndHTML']="<br><br>Courtesy http://wordnet.princeton.edu/ Please see license <a href='http://wordnet.princeton.edu/license'>details here</a>"; $template['thesaurus']['SynonymsArray']['StartHTML']=" <P><FONT face=Verdana size=3>Synonyms :"; $template['thesaurus']['SynonymsArray']['EndHTML']="<BR><BR>"; $template['thesaurus']['Synonyms']['StartHTML']=""; $template['thesaurus']['Synonyms']['ProcessHTML']=" [<a href='result.php?bibleVersion=\$version&search=\".trim(\$synonymsentry).\"' target='_blank' >\$synonymsentry</a> ] "; $template['thesaurus']['Synonyms']['EndHTML']=""; $template['searchResult']['StartHTML']=" <BR> <P><P></P> <a href=\"search.php\">Bible Search</a> | <a href=\"advancedsearch.php\">Advanced Search</a> | <a href=\"readbible.php?version=kjv\">Read the Bible</a><br>"; $template['searchResult']['EndHTML']=""; $template['searchResult']['KeywordList']['StartHTML']="<HR> The Search Keyword '"; $template['searchResult']['KeywordList']['ProcessHTML']="<a href='thesaurus.php?word=\$keyword&version=\$version'>\$keyword</a>"; $template['searchResult']['KeywordList']['EndHTML']="<superscript>*</superscript>' was found in following verse(s): <BR> <superscript>*</superscript> <small>Click on the keywords to search the thesaurus for synonyms</small>"; $template['searchResult']['Book']['StartHTML']=" <P><FONT face=Verdana size=3>"; $template['searchResult']['Book']['ProcessHTML']="<FONT COLOR='blue'>\$bookName </FONT><br>"; $template['searchResult']['Book']['EndHTML']=""; $template['searchResult']['Chapter']['StartHTML']=""; $template['searchResult']['Chapter']['ProcessHTML']="<i><a href='readbible.php?version=\$version&book=\$bookName&chapter=\$ChapterNo'>Chapter \$ChapterNo </a></i> "; $template['searchResult']['Chapter']['EndHTML']=""; $template['searchResult']['Verse']['StartHTML']=" <BLOCKQUOTE> <P align=justify><FONT face=Verdana size=3>"; $template['searchResult']['Verse']['ProcessHTML']=" v\$verseNo \$verseText <BR> "; $template['searchResult']['Verse']['EndHTML']="</P></FONT></BLOCKQUOTE>"; $template['searchResult']['Verse']['SearchKeyStartTag']="<font style=\"BACKGROUND-COLOR: yellow\">"; $template['searchResult']['Verse']['SearchKeyEndTag']="</font>"; $template['searchForm1']['StartHTML']="<h1>Online Study Bible</h1> <strong>Bible Search</strong> | <a href=\"advancedsearch.php\">Advanced Search</a> | <a href=\"readbible.php?version=kjv\">Read the Bible</a>"; $template['searchForm1']['EndHTML']=""; $template['searchForm2']['StartHTML']="<h1>Advanced Search of King James Book's in the Bible</h1> <a href=\"search.php\">Bible Search</a> | <strong>Advanced Search</strong> | <a href=\"readbible.php?version=kjv\">Read the Bible</a>"; $template['searchForm2']['EndHTML']=""; ; ?>