← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 273: fix clickable_link problem with '

 

------------------------------------------------------------
revno: 273
git commit: 3557c739fd3513f1e8ca7a10357ea51efd53ced1
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-06-23 18:03:24 +0100
message:
  fix clickable_link problem with '
modified:
  interfaces/web/wui/index.html


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'interfaces/web/wui/index.html'
--- interfaces/web/wui/index.html	2012-06-23 16:25:40 +0000
+++ interfaces/web/wui/index.html	2012-06-23 17:03:24 +0000
@@ -1,8 +1,12 @@
 <!DOCTYPE html>
 <html>
 <head>
-	<!-- TODO FIXME fix click-able bugs, eliminate the last vocalization of aya words and activate partial vocalization search  , eliminate Kasheeda in Godnames , fix g_a=0 clickable bug , fix sura_name phrase search possiblity -->
-	<!-- TODO clickable-floating-panel with options and user feedback!  -->
+	<!-- 	TODO FIXME fix click-able bugs, eliminate the last vocalization of aya words and activate partial vocalization search  , eliminate Kasheeda in Godnames , fix g_a=0 clickable bug , fix sura_name phrase search possiblity -->
+	<!-- 	TODO clickable-floating-panel with options and user feedback! 
+			TODO: show prev_aya and next_aya [WUI]
+			TODO: replace suggested word in the  previous query [WUI] 
+			TODO: show only 9 pages with previous page button and next page button [WUI]
+			-->
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
 	<title>الفانوس | محرك بحث قرآني متقدم</title>
@@ -101,7 +105,7 @@
 					new_param.sorted_by = "mushaf";
 					if (filter) new_param.search = "(" + $("#search_box").val() + ") + " + query;
 					else new_param.search = query;
-					return "<a class='no_decoration' href='"+ get_url_without_params()+ "?"+ build_params( new_param )+ "'>" 
+					return "<a class='no_decoration' href=\""+ get_url_without_params()+ "?"+ build_params( new_param )+ "\">" 
 				}
 		
 		function get_results (param) {
@@ -253,7 +257,7 @@
 								}
 							else 
 								{
-								results += build_search_link(param,"آية_:" + aya_words[j] ,false ) + aya_words[j] + "<a />" + " " ;
+								results += build_search_link(param,"آية_:" + aya_words[j] +"" ,false ) + aya_words[j] + "<a />" + " " ;
 								
 								}
 						}