#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
#    You can use Quran Analysis code, framework or corpora in your website
#	 or application (commercial/non-commercial) provided that you link
#    back to www.qurananalysis.com and sufficient credits are given.
#
#  ====================================================================
require_once "../global.settings.php";
require_once "../libs/search.lib.php";
require_once "../libs/graph.lib.php";
require_once "query.handling.common.php";
?>

<?php 
require_once 'search.result.statement.inc.php';
?>

<?php 
//// PRINT RESULT VERSES
printResultVerses($scoringTable, $lang, $direction, $query, $isPhraseSearch, $isQuestion, $script);
?>




Example #2
0
		<span id='question-answering-area-noanswer-msg'>
			Didn't find clear answer for your Question, but you may find clues in labels and graphs
		</span> 	
	<?php 
    }
    ?>
	</span>
</div>
<?php 
}
?>


<?php 
require_once 'search.result.statement.inc.php';
$searchResultsTextArr = printResultVerses($scoringTable, $lang, $direction, $query, $isPhraseSearch, $isQuestion, $script, $significantCollocationWords, $isTransliterationSearch);
?>


</div>
<div id="visualization-area" >

<table id='visualization-table'>
<tr>
	<td>
		<!-- ONTOLOGY GRAPH AREA -->
		<div id="result-graph-area">
		
		<img id='graph-help-icon' src='/images/help-icon-2.png' class='help-icon'  onclick="hideGraphTootip();showHelpMessage('help-message-graph','SEARCH','GRAPH')"/>
		</div>