Here is task i need to do:
Create a template that requires the user to enter the full name of the author and to print all books written by the author for the given author. If there is no required author, display the corresponding message. Search results are displayed using a template to display results.
Here is local JSON file:
{ "knjige": [ { "naslov" : "Ruka brža od oka", "autor": "Agata Kristi", "brojstrana": "248", "slika" : "http://www.laguna.rs/_img/korice/3718/ruka_brza_od_oka_v.jpg", "cena" : 699.00 }, { "naslov" : "Ubistvo u Orijent ekspresu", "autor": "Agata Kristi", "brojstrana": "254", "slika" : "http://www.laguna.rs/_img/korice/3608/ubistvo_u_orijent_ekspresu-agata_kristi_v.jpg", "cena" : 699.00 }, { "naslov" : "Iskričavi cijanid", "autor": "Agata Kristi", "brojstrana": "248", "slika" : "http://www.laguna.rs/_img/korice/3461/iskricavi_cijanid-agata_kristi_v.jpg", "cena" : 699.00 }, { "naslov" : "Priče o gradovima", "autor": "Ivo Andric", "brojstrana": "232", "slika" : "http://www.laguna.rs/_img/korice/3032/price_o_gradovima-ivo_andric_v.jpg", "cena" : 799.00 }, { "naslov" : "Novele o ženi", "autor": "Ivo Andric", "brojstrana": "296", "slika" : "http://www.laguna.rs/_img/korice/1891/novele_o_zeni-ivo_andric_v.jpg", "cena" : 949.00 } ] }
Aucun commentaire:
Enregistrer un commentaire