I use Bible software called Bible SuperSearch. The following link is for a church who also uses the software.
[url=http://www.bordentownchurch.org/bible_search/index.php?interface=advanced[/url]
The page above does not come standard with the software. The page above was altered from the regular software package.
The alterations made were made in both CSS and in PHP.
After installation, the software package shows the following page without any alterations.
http://www.findthepower.net/CP/BibleSuperS...erface=advancedI want to alter the software package to make the page just above look like the page from Bordentown church.
The directory for the Bible software where the CSS is stored is labeled "interfaces" and in this directory there are both css files and php files.
http://www.findthepower.net/CP/BibleSuperS...erface=advancedI want the buttons on the page
http://www.findthepower.net/CP/BibleSuperS...erface=advanced to have a blue outline. I changed the css code but I see no changes on the actual php page.
CODE
/*>>>>>>>>>>>>>>>>I changed the following code so the buttons would have a blue outline, but on this Advanced page, the buttons do not show any blue outline.*/
.button_small{width:50px; padding:0;border-style:solid;border-color:#007FFF;}
.button_med{width:80px;border-style:solid;border-color:#007FFF;}
CODE
/* FORMATTING BUTTONS */
a.forma{}
a.f-style{}
a:hover.f-style{}
a.visited.f-style{}
a.f-large{font-size:14pt;}
a:hover.f-large{}
a:visited.f-large{}
a.f-medium{font-size:12pt;}
a:hover.f-medium{}
a:visited.f-medium{}
a.f-small{font-size:10pt;}
a:hover.f-small{}
a:visited.f-small{}
a.f-serif{font-family:serif;}
a:hover.f-serif{}
a:visited.f-serif{}
a.f-sans{font-family:sans-serif;}
a:hover.f-sans{}
a:visited.f-sans{}
a.f-mono{font-family:monospace; font-size:13pt;}
a:hover.f-mono{}
a:visited.f-mono{}
/* FORMS */
/* General forms /*
/* Text boxes */
.text_box{}
/* Passage and search queries*/
.query{width:300px; }
/* Drop-down menus */
.drop_down{}
/* NEW MATERIAL */
/* Advanced general div */
div.adv_form{margin-left:auto;margin-right:auto;background-color:;position:relative;width:600;text-align:left;padding:10px;}
/* Advanced "Restrict Search" */
div.adv_restrict{position:absolute; left:330px;top:104px;text-fact:2px;}
/* Advanced Header */
div.adv_header{text-align:center; font-size:15pt; color:navy;}
/* Proximity Range */
.prox_range{width:100px}
/* Proximity keywords */
.prox_keywords{width:200px;}
/* Search type drop down */
.searchtype{width:107px;}
/* Book list drop down */
.book_list{width:130px;}
/* Labels for radio buttons and check boxes */
/* (Text for search type, Whole words only */
.label{font-size:80%; font-family:Arial; color:white;}
/* Bible version (drop-down menu) */
.bible_version{width:250px}
/* Buttons */
.button{font-family:Arial, sans-serif;font-size:9pt;padding:0;margin:0;vertical-align:center;}
/* this controls various aspects of different sized buttons,
so they all look identical */
/*>>>>>>>>>>>>>>>>I changed the following code so the buttons would have a blue outline, but on this Advanced page, the buttons do not show any blue outline.*/
.button_small{width:50px; padding:0;border-style:solid;border-color:#007FFF;}
.button_med{width:80px;border-style:solid;border-color:#007FFF;}
Here is the php/html code for the Advanced page.
CODE
<?php
// Parallel interface
require_once("bible_init.php");
// Interface Name
$interface_name="Advanced";
$interface="advanced";
$interface_description="Advanced Search Page.";
$interface_text="
<span class=title>Bible SuperSearch Advanced Search</span>
<div class=adv_form>
<form name=me action=$url method=get>
<div class=adv_header>Word Search</div>
<p class=center>
".advancedsearchbible()."
</p>
Find verses containing:
<table style='background-color:transparent;padding:0' border=0>
<tr><td><b>All</b> of the words: </td><td> <input type=text name=all> </td>
<td rowspan=5 style='padding:5px'>
<nobr>Restrict search to:<input type=hidden name=searchtype value='Boolean Search'></nobr>
<select name='lookup2'>".limitSearch("Reference(s) Below").otdropdown().ntdropdown()."</select></nobr><br>
<input type=checkbox name=\"wholeword\" checked id=\"ww\" value=\"Whole words only.\"> <label for=\"ww\"><nobr>Whole Words</nobr></label><br>
<input type=checkbox name='within' id='within' value='true'> <label for='within'>Search within results</label><br>
<br>
<div style='text-align:right'><input type='submit' value='Word Search'></div>
</td></tr>
<tr><td><b>Any</b> of the words: </td><td> <input type=text name=any> </td></tr>
<tr><td style='width:170px'><b>Only one</b> of the words: </td><td> <input type=text name=one> </td></tr>
<tr><td><b>None</b> of the words: </td><td> <input type=text name=none> </td></tr>
<tr><td>The <b>exact phrase</b>: </td><td> <input type=text name=phrase> </td></tr>
</table>
<br>
<div class=adv_restrict>
<!--<select name='chap2chap'><option value=''> Book </option><option> Old Testament </option>".otdropdown()."<option> New Testament </option>".ntdropdown()."</select> <input type=text class=chapter2chapter name=chapter1 maxlength=3> <b>:</b> <input type=text class=chapter2chapter name=verse1 maxlength=3> <b>-</b> <input type=text class=chapter2chapter name=chapter2 maxlength=3> <b>:</b> <input type=text maxlength=3 class=chapter2chapter name=verse2><br><BR>-->
</div>
<b>Power Search</b><br>
<table style='background-color:transparent;margin-right:auto;padding:0;width:100%' border=0>
<tr><td>Passage<br>limitation </td><td><textarea name=lookup cols=60 rows=1 class=power></textarea></td><td rowspan=2>
<input type='submit' value='Power\nSearch'> </td></tr>
<tr><td>Boolean<br>Search</td><td><textarea name=search cols=60 rows=1 class=power></textarea><br></td></tr>
</table>
<br>
<div class=adv_prox>
<b>Proximity Search</b><br>
<table style='width:100%' border=0><tr><td>
Find words within <select name='proxrange' class='prox_range'><option value='1'>± 1 verse</option>
<option value='2'>± 2 verses</option><option value='3'>± 3 verses</option><option value='4'>± 4 verses</option>
<option value='5' selected>± 5 verses</option><option value='10'>± 10 verses</option><option value='20'>± 20 verses</option><option value='200'>a Chapter</option></select>
<input type=text name='prox' class='prox_keywords'> </td><td style='text-align:right'><input type='submit' value='Proximity Search'></td></tr></table>
</div>
".formMemory()."
</form>
</div><br>
<div class=adv_form>
<form name=look action=$url method=get>
<div class=adv_header>Passage Retrieval</div>
<p class=center>
".advancedsearchbible()."
</p>
<table style='width:100%' border=0><tr><td style='width:90px'>
Passage(s) </td><td style='width:350px'><input type=text name=lookup style='width:100%'> </td><td style='text-align:right'><input type=submit value='Passage Retrieval'></td></tr>
<tr><td colspan=3><span style='font-size:80%'>Example: Rom 5:1-3; Jn 15:5</span></td></tr></table><br>
<!--<select name='chap2chap'><option value=''> Book </option><option> Old Testament </option>".otdropdown()."<option> New Testament </option>".ntdropdown()."</select> <input type=text class=chapter2chapter name=chapter1 maxlength=3> <b>:</b> <input type=text class=chapter2chapter name=verse1 maxlength=3> <b>-</b> <input type=text class=chapter2chapter name=chapter2 maxlength=3> <b>:</b> <input type=text maxlength=3 class=chapter2chapter name=verse2> <input type=submit value='Go'> -->
<!--<input type=submit name='lookup2' value='Random Verse' style='width:120px'>
<input type=submit name='lookup2' value='Random Chapter' style='width:120px'>
<BR><br>-->
Browse by Book: ".bookdropdown("ot")." <input type=submit value='Go';border-style=solid;border-color:#007FFF;> ".bookdropdown("nt")."
<input type=submit value='Go'>
".formMemory()."
</form>
</div>
<input type=hidden name=submit value=true>
<br>
".youRequested()."
</center><br>
".formMemory()."
</form>
";
require_once("bible_interfaces.php");