diff --git a/img/help/help1.png b/img/help/help1.png new file mode 100644 index 0000000..a592119 --- /dev/null +++ b/img/help/help1.png Binary files differ diff --git a/img/help/help2.png b/img/help/help2.png new file mode 100644 index 0000000..a325b33 --- /dev/null +++ b/img/help/help2.png Binary files differ diff --git a/index.html b/index.html index 8a5815b..2e38629 100755 --- a/index.html +++ b/index.html @@ -35,65 +35,148 @@
+ -
-
-
-
- - - - +
+
+ + + + + - -
- - -
-
-
-
-
- - -
-
- - -
-
- - -
-
- - +
+
+ +
+
+ + + + +
+ + + +
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
-
+
+
+
-
+
+ +
+ Requête + + + + +
+ + + +
@@ -196,7 +279,9 @@ *
-
+
+
+
diff --git a/js/controllers/searchPageController.js b/js/controllers/searchPageController.js index f7a5baf..12cd7d8 100644 --- a/js/controllers/searchPageController.js +++ b/js/controllers/searchPageController.js @@ -16,6 +16,9 @@ }); searchPageController.displayResults = function(data) { + + $("#jsonFromApi").text(JSON.stringify(data, undefined, 2)); + if (data.total > 0) { $('#accordeon').show(); @@ -225,6 +228,7 @@ $("#searchButton").button('loading'); $("#result").css("opacity", 0.4); + $("#reqForApi").val(conf.apiUrl + query); var request = { url: conf.apiUrl + query,