Videodrome2 - Film - The Florida Project (2024)


Oui Non

S'inscrire Mot de passe oublié ? Mail d'inscription non reçu ? Annuler Valider

* information
obligatoire



Ok
' ); $('#div_liste_utilisateurs').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_utilisateurs').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('#titre_liste').css( 'display','none' ); //inline $('#saisie_recherche_utilisateurs').focus(); }/* if ( (varglob_sav == 4) || (varglob_sav == 6) || (varglob_sav == 7) || (varglob_sav == 2) || (varglob_sav == 3) || (varglob_sav == 5) ){ //affiche_liste_films_a_voir_borne(); //affiche_liste_films_a_voir("web"); affiche_modal('msgbox_inputbox'); $('#texte_msgbox_inputbox').html("Identifiez-vous avec votre email"); $('#input_msgbox_inputbox').val( '' ); //raz email du visiteur $('#input_msgbox_inputbox').addClass( 'validate[required,custom[email]]' ); $('#variable1_retour_msgbox_inputbox').val( 'borne' ); $('#bouton_msgbox_inputbox_valider').attr('rel', 'affiche_liste_films_a_voir'); //nom de la fonction à executer si la réponse = oui centrer_modal_jg("msgbox_inputbox"); } else { affiche_liste_films_a_voir("web"); }*/ }) $(document).on("click", ".bouton_ferme_liste_utilisateurs", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' // on redemarre la fonction infiniteScroll avec ajaxready à true $(window).data('ajaxready', true); //liste_utilisateurs_voir = true; //$('#bouton_liste_utilisateurs').click(); ferme_liste_utilisateurs(); }) $(document).on("mouseover", ".fiche_liste_utilisateurs", function(event) { $(this).addClass('fiche_liste_utilisateurs_on'); //$(this).css('cursor', 'pointer') }); $(document).on("mouseout", ".fiche_liste_utilisateurs", function(event) { $(this).removeClass('fiche_liste_utilisateurs_on'); //$(this).css('cursor', 'normal') }); $(document).on("click", ".fiche_liste_utilisateurs", function(event) { $('*').addClass( 'cursor_wait' ); $.ajax({ async: false, //ici il FAUT être synchro !!! url: "/sub_locations/test_fin_abonnement_utilisateur.php", type: "POST", data: { utilisateur_id:$(this).attr("rel") }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); } }); $('#div_entete_haut').css({'height':'595px'}); positionElementInPage = $('#div_entete_milieu').offset().top; $('#div_utilisateur_catalogue').css({'display':''}); affiche_utilisateur_catalogue($(this).attr("rel")); varglob_gestion_utilisateur_id = $(this).attr("rel"); affiche_liste_films('debut'); }); $(document).on("keyup", "#saisie_recherche_utilisateurs", function(event) { //$(this).css('cursor', 'normal') if ( trim($(this).val()).length >= 0 ){ //alert( trim($(this).val()) ); $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_utilisateur/lire_liste_utilisateurs.php", type: "POST", data: { saisie_recherche_utilisateurs: trim($(this).val()) }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#div_liste_utilisateurs').html( data_json.div_liste_utilisateurs_html ); $('*').removeClass( 'cursor_wait' ); } }); } else { $('#div_liste_utilisateurs').html( 'Videodrome2 - Film - The Florida Project (2)

Liste des utilisat.eurs.rices

' ); } }); $(document).on("click", ".liste_utilisateur_voir_pw", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' affiche_liste_films_a_voir("web", $(this).attr("rel")); }); //-------------------------------------------------------------------- $(document).on("click", "#bouton_liste_reservation2", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' $('#bouton_liste_reservation').click(); }); $(document).on("click", "#bouton_liste_reservation", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //alert('liste_reservation_voir = ' + liste_reservation_voir); //console.info('liste_films_a_voir_voir = ' + liste_films_a_voir_voir); //console.info('liste_reservation_voir = ' + liste_films_a_voir_voir); ferme_liste_utilisateurs(); ferme_liste_films_a_voir(); if (liste_reservation_voir == true){ ferme_liste_reservation(); } else { // on arrete la fonction infiniteScroll avec ajaxready à false $(window).data('ajaxready', false); liste_reservation_voir = true; $("#select_statut_liste_boites").val('1'); $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_reservations.php", type: "POST", data: { }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_reservation').removeClass('liste_reservation_on'); $('#bouton_liste_reservation').addClass('liste_reservation_off'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_on'); $('#bouton_liste_reservation2').addClass('liste_reservation2_off'); $('#div_liste_reservation').html( data_json.div_liste_reservation_html ); $('#div_liste_reservation').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('#titre_liste').css( 'display','none' ); //inline $('*').removeClass( 'cursor_wait' ); } }); } }) $(document).on("click", ".bouton_ferme_liste_reservation", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' // on redemarre la fonction infiniteScroll avec ajaxready à true $(window).data('ajaxready', true); //liste_reservation_voir = true; //$('#bouton_liste_reservation').click(); ferme_liste_reservation(); }) $(document).on("change", "#select_statut_liste_boites", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); if ( $(this).val()== 1 ) { liste_reservation_voir = false; $('#bouton_liste_reservation').click(); } else { $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_statut_boites.php", type: "POST", data: { statut_liste_boites:$(this).val() }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_reservation').removeClass('liste_reservation_on'); $('#bouton_liste_reservation').addClass('liste_reservation_off'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_on'); $('#bouton_liste_reservation2').addClass('liste_reservation2_off'); $('#div_liste_reservation').html( data_json.div_liste_reservation_html ); $('#div_liste_reservation').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('*').removeClass( 'cursor_wait' ); } }); } }); $(document).on("click", ".reload_statut_liste", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); statut_actuel = $('#select_statut_liste_boites').val(); if ( statut_actuel == 1 ) { liste_reservation_voir = false; $('#bouton_liste_reservation').click(); } else { $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_reservations.php", type: "POST", data: { statut_liste_boites: statut_actuel }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_reservation').removeClass('liste_reservation_on'); $('#bouton_liste_reservation').addClass('liste_reservation_off'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_on'); $('#bouton_liste_reservation2').addClass('liste_reservation2_off'); $('#div_liste_reservation').html( data_json.div_liste_reservation_html ); $('#div_liste_reservation').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('*').removeClass( 'cursor_wait' ); } }); } }); $(document).on("mouseover", ".fiche_liste_reservation", function(event) { $(this).addClass('fiche_liste_reservation_on'); //$(this).css('cursor', 'pointer') }); $(document).on("mouseout", ".fiche_liste_reservation", function(event) { $(this).removeClass('fiche_liste_reservation_on'); //$(this).css('cursor', 'normal') }); $(document).on("change", "#select_slider_min", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); info_saisie_recherche=$('#saisie_recherche').val(); rechercher_films(); }); $(document).on("change", "#select_slider_max", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); info_saisie_recherche=$('#saisie_recherche').val(); rechercher_films(); }); $(document).on("change", "#slider", function(event) { event.preventDefault(); // empeche le lien href de fonctionner pour donner la priorité à l'événement 'click' //console.info('change'); info_saisie_recherche=$('#saisie_recherche').val(); rechercher_films(); }); $(document).on("mouseover", "#label_dispo, #voir_dispo, #label_reload_hasard", function() { $(this).css('cursor', 'pointer'); }) $(document).on("mouseout", "#label_dispo, #voir_dispo, #label_reload_hasard", function() { $(this).css('cursor', 'default'); }) //........................................................................ $('#entete_nom').css( 'display', 'block' ); //-------------------------------- recherche stockée dans les cookies ---------------------------- //if (varglob_jeviensde != ""){ //mis en rem pour voir lire_cookies_recherche('liste'); varglob_jeviensde = ""; //} if (force_hasard == "oui" ){ varglobale_recherche_tri_liste = '0'; $("#select_tri_liste").val(varglobale_recherche_tri_liste); } if (force_pays != "" ){ $("#select_pays").val(force_pays); force_pays = ""; } if (force_catalogue != "" ){ $("#select_genres").val(force_catalogue); force_catalogue = ""; } if (varglob_page_mode != "film"){ //console.info('varglob_page_mode = ' + varglob_page_mode); affiche_liste_films('debut'); } //-------------------------------------------------------------- var positionElementInPage = $('#div_entete_milieu').offset().top; $(window).scroll( function() { if ( (varglob_film_mode != "creer") && (varglob_film_mode != "modif") ){ if ($(window).scrollTop() >= positionElementInPage) { // fixe $('#div_entete_milieu').addClass("floatable"); $('#comble_menu_fixe').show(); $('#bouton_top').css("display","inline"); } else { // relative $('#div_entete_milieu').removeClass("floatable"); $('#comble_menu_fixe').hide(); $('#bouton_top').css("display","none"); } } } ); $('#comble_menu_fixe').css('height', $('#div_entete_milieu').height()) //-------------------------------------------------------------- //------------------------ fin partie dédiés à la page ET dans le DOM ------------------------------ //==================================================================================================});//========================================== DOM ? ================================================= $(window).load(function() { //s'execute APRES le(s) $(document).ready(function() {});});//==================================================================================================//==================================================================================================//---------------------------- début partie dédiés à la page ET PAS dans le DOM --------------------function ecrire_jcookies_videodrome2_recherche(){ //console.info( 'voir_dispo = '+$("#voir_dispo").prop('checked') ); //enregistrement jCookies videodrome2_recherche //console.info( 'varglob_sav = '+varglob_sav ); if (varglob_sav == 6) { $("#select_genres").val('Enfants / Jeunesse'); } $.jCookies({ name : 'videodrome2_recherche', days:0, value : { recherche_texte:$("#saisie_recherche").val(), recherche_pays:$("#select_pays").val(), recherche_categorie:$("#select_genres").val(), recherche_slider_min:$("#select_slider_min").val(), recherche_slider_max:$("#select_slider_max").val(), recherche_tri_liste:$("#select_tri_liste").val(), recherche_mode_liste:varglobale_recherche_mode_liste, recherche_dispo:$("#voir_dispo").prop('checked') } });}function rechercher_films(){ //if (info_saisie_recherche != info_saisie_recherche_defaut ){ //console.info('ici'); if (left($("#saisie_recherche").val(),1) == '.'){ recherche_film_boite(); //ecrire_jcookies_videodrome2_recherche(); } else { ecrire_jcookies_videodrome2_recherche(); if (varglob_page_mode == "film"){ window.location.href='catalogue.php?jeviensde=film'; } else { affiche_liste_films('debut'); } } //}} message_pas_de_reponse = "

Aucun film ne correspond à la recherche spécifiée.

Quelques suggestions :

Rechercher dans tous les pays et/ou dans tous les catalogues.
Élargir la période de réalisation.
Vérifier l’orthographe des termes de recherche.
Essayer d'autres mots et/ou un moins grand nombre de mots.

Cliquer sur pour remettre à zéro la recherche.

";function affiche_liste_films(partir_du){ $('*').addClass( 'cursor_wait' ); /* if ( $("#select_tri_liste").val() == 0 ){ $("#reload_hasard").css('display','inline-block'); } else { $("#reload_hasard").css('display','none'); } */ if ( $("#select_pays").val() == "tous_pays" ){ pays_liste = "Tous"; } else { pays_liste = $("#select_pays").val(); } if ( $("#select_genres").val() == "tous_genres" ){ genre_liste = "Tous"; } else { genre_liste = $("#select_genres").val(); } $('#titre_liste').html("Pays : " + pays_liste + " . Catalogue : " + genre_liste + " . Films réalisés entre " + $("#select_slider_min").val() + " et " + $("#select_slider_max").val() ); if (liste_reservation_voir == true){ ferme_liste_reservation(); } if (liste_films_a_voir_voir == true){ liste_films_a_voir_voir = false; $('#bouton_liste_films_a_voir').removeClass('liste_films_a_voir_off'); $('#bouton_liste_films_a_voir').addClass('liste_films_a_voir_on'); $('#div_liste_films_a_voir').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','none' ); $('#div_film_menu_haut').css( 'display','block' ); $('#div_scroll').css( 'display','table' ); //table $('#div_film').css( 'display','table' ); //table } var depart_ligne = $('#depart_ligne').val(); if (partir_du == 'debut' ){ $('#depart_ligne').val('0'); depart_ligne = 0; } /* if ($("#saisie_recherche").val() == info_saisie_recherche_defaut){ test_saisie_recherche = ""; } else { test_saisie_recherche = $("#saisie_recherche").val(); } */ test_saisie_recherche = $("#saisie_recherche").val(); $.ajax({ //async: false, url: "/sub_films/lire_recherche_liste_films.php", type: "POST", data: { depart_ligne:depart_ligne, nb_ligne_sroll:varglobale_nb_ligne_sroll, recherche_texte:test_saisie_recherche, recherche_pays:$("#select_pays").val(), recherche_categorie:$("#select_genres").val(), recherche_slider_min:$("#select_slider_min").val(), recherche_slider_max:$("#select_slider_max").val(), slider_min:varglob_range_min, slider_max:varglob_range_max, recherche_tri_liste:$("#select_tri_liste").val(), recherche_mode_liste:varglobale_recherche_mode_liste, recherche_dispo:$("#voir_dispo").prop('checked'), gestion_utilisateur_id:varglob_gestion_utilisateur_id }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); if (partir_du == 'debut' ){ switch_mode_list(); $('#div_liste1').html(data_json.div_liste1_html); $('#div_liste2').html(data_json.div_liste2_html); $('#div_liste3').html(data_json.div_liste3_html); if (data_json.div_liste2_html=='
'){ $('#div_liste1').html(message_pas_de_reponse); $('#div_liste2').html(message_pas_de_reponse); $('#div_liste3').html(message_pas_de_reponse); } $("html, body").animate({ scrollTop: $("#div_entete_haut").offset().top }, 0); //self.location.hash = "#contenu_haut"; // le hash finalement pas retenu car ignoré de l'urlrewriting du htaccess! //window.history.pushState({path:"#contenu_haut"},'',"#contenu_haut");//pour remplacer le hash # qui est abandonné } else { // partir_du == 'suivant' $('#div_liste1').append(data_json.div_liste1_html); $('#div_liste2').append(data_json.div_liste2_html); $('#div_liste3').append(data_json.div_liste3_html); if (data_json.avec_reponse == 'oui'){ //$('#div_scroll #loader_scroll').before(data_json.div_liste3_html); $('#div_scroll .hidden').fadeIn(400); // une fois tous les traitements effectués, on remet ajaxready à true afin de pouvoir rappeler la fonction } } $(window).data('ajaxready', true); $('#div_scroll #loader_scroll').fadeOut(400); $('#depart_ligne').val(data_json.depart_ligne); //console.info('varglob_sav (affiche_liste_films) = '+varglob_sav); if ((varglob_sav == 2) || (varglob_sav == 3) || (varglob_sav == 5)){ $('#saisie_recherche').focus(); } $('*').removeClass( 'cursor_wait' ); //scrollLoad = true; } }); }function recherche_film_boite(){ $('*').addClass( 'cursor_wait' ); test_saisie_recherche = $("#saisie_recherche").val(); test_saisie_recherche = right( test_saisie_recherche, test_saisie_recherche.length-1 ); $.ajax({ //async: false, url: "/sub_films/lire_boite_numero.php", type: "POST", data: { boite_numero:test_saisie_recherche }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); if (data_json.reponse == 'pasok'){ $.prompt ('Ce n° de DVD n\'existe pas !'); setTimeout(function(){$.prompt.close(true); $(".jqibox").remove();$('#saisie_recherche').focus();},2000); } else { window.location.href='film.php?id=' + data_json.boite_film_id + '&boite_numero=' + data_json.boite_numero; } $("#saisie_recherche").val(""); $('#saisie_recherche').focus(); $('*').removeClass( 'cursor_wait' ); } }); }//==================================================================================================//------------------- début de la partie dédié à la 'modal_msgbox_oui_non.php' ---------------------// ici obligatoirement pas dans le DOM sinon marche pas ! function action_oui_retour_msgbox_oui_non(variable1_retour_msgbox, variable2_retour_msgbox, variable3_retour_msgbox, rel_retour_msgbox ){ //console.info("rel_retour_msgbox = " + rel_retour_msgbox); switch (rel_retour_msgbox) { case ("supprimer_film"): $('*').addClass( 'cursor_wait' ); ferme_modal('msgbox_oui_non'); supprimer_film(variable1_retour_msgbox); break; case ("supprimer_dvd"): $('*').addClass( 'cursor_wait' ); ferme_modal('msgbox_oui_non'); supprimer_dvd(variable1_retour_msgbox); break; case ("supprimer_toutes_locations"): ferme_modal('msgbox_oui_non'); supprimer_toutes_locations(); break; case ("annuler_utilisateur_reserver_films"): $('*').addClass( 'cursor_wait' ); annuler_boite_utilisateur_id = variable1_retour_msgbox; $.ajax({ //async: false, url: "/sub_films/annuler_utilisateur_reserver_films.php", type: "POST", data: { annuler_boite_utilisateur_id:annuler_boite_utilisateur_id }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); //console.info('liste_reservation_voir = ' + liste_reservation_voir); liste_reservation_voir = false; $('#bouton_liste_reservation').click(); //$.prompt ('Le film a été retiré de la liste de réservation.'); //setTimeout(function(){$.prompt.close(true); $(".jqibox").remove();},3000); ferme_modal('msgbox_oui_non'); $('*').removeClass( 'cursor_wait' ); } }); break; case ("raz_boites_statut_reserver"): $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/cron_raz_boites_statut_reserver.php", type: "POST", data: { mode_cron:false }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); //console.info('liste_reservation_voir = ' + liste_reservation_voir); liste_reservation_voir = false; $('#bouton_liste_reservation').click(); //$.prompt ('Le film a été retiré de la liste de réservation.'); //setTimeout(function(){$.prompt.close(true); $(".jqibox").remove();},3000); ferme_modal('msgbox_oui_non'); $('*').removeClass( 'cursor_wait' ); } }); break; default: alert('bug'); }} //----------------------- fin de la partie dédié à la 'modal_msgbox_oui_non.php' -------------------//==================================================================================================function ferme_liste_reservation(){ liste_reservation_voir = false; $('#bouton_liste_reservation').removeClass('liste_reservation_off'); $('#bouton_liste_reservation').addClass('liste_reservation_on'); $('#bouton_liste_reservation2').removeClass('liste_reservation2_off'); $('#bouton_liste_reservation2').addClass('liste_reservation2_on'); $('#div_liste_reservation').css( 'display','none' ); $('#div_film_menu_haut_liste_reservation').css( 'display','none' ); $('#div_film_menu_haut').css( 'display','block' ); $('#div_scroll').css( 'display','table' ); //table $('#div_film').css( 'display','table' ); //table $('#titre_liste').css( 'display','inline' ); //inline // on redemarre la fonction infiniteScroll avec ajaxready à true $(window).data('ajaxready', true);}function ferme_liste_films_a_voir(){ liste_films_a_voir_voir = false; $('#bouton_liste_films_a_voir').removeClass('liste_films_a_voir_off'); $('#bouton_liste_films_a_voir').addClass('liste_films_a_voir_on'); $('#div_liste_films_a_voir').css( 'display','none' ); $('#div_film_menu_haut_liste_films_a_voir').css( 'display','none' ); $('#div_film_menu_haut').css( 'display','block' ); $('#div_scroll').css( 'display','table' ); //table $('#div_film').css( 'display','table' ); //table $('#titre_liste').css( 'display','inline' ); //inline // on redemarre la fonction infiniteScroll avec ajaxready à true $(window).data('ajaxready', true);}function ferme_liste_utilisateurs(){ liste_utilisateurs_voir = false; $('#bouton_liste_utilisateurs').removeClass('liste_utilisateurs_off'); $('#bouton_liste_utilisateurs').addClass('liste_utilisateurs_on'); $('#div_liste_utilisateurs').css( 'display','none' ); $('#div_film_menu_haut_liste_utilisateurs').css( 'display','none' ); $('#div_film_menu_haut').css( 'display','block' ); $('#div_scroll').css( 'display','table' ); //table $('#div_film').css( 'display','table' ); //table $('#titre_liste').css( 'display','inline' ); //inline // on redemarre la fonction infiniteScroll avec ajaxready à true $(window).data('ajaxready', true);}//==================================================================================================//------------------- début de la partie dédié à la 'modal_msgbox_inputbox.php' ---------------------// ici obligatoirement pas dans le DOM sinon marche pas ! function action_ok_retour_msgbox_inputbox(input_msgbox_inputbox,variable1_retour_msgbox, variable2_retour_msgbox, variable3_retour_msgbox, rel_retour_msgbox ){ //console.info("rel_retour_msgbox = " + rel_retour_msgbox); switch (rel_retour_msgbox) { case ("affiche_liste_films_a_voir"): $('*').addClass( 'cursor_wait' ); ferme_modal('msgbox_inputbox'); affiche_liste_films_a_voir("borne",""); break; default: alert('bug'); }}function affiche_liste_films_a_voir(type_utilisateur, email_utilisateur){ //console.info('liste_films_a_voir_voir = ' + liste_films_a_voir_voir); //console.info('liste_reservation_voir = ' + liste_films_a_voir_voir); ferme_liste_reservation(); ferme_liste_utilisateurs(); if (email_utilisateur==""){ email_utilisateur = $('#input_msgbox_inputbox').val(); } if (liste_films_a_voir_voir == true){ ferme_liste_films_a_voir(); } else { // on arrete la fonction infiniteScroll avec ajaxready à false $(window).data('ajaxready', false); liste_films_a_voir_voir = true; $("#select_statut_liste_boites").val('1'); $('*').addClass( 'cursor_wait' ); $.ajax({ //async: false, url: "/sub_films/lire_liste_films_a_voir.php", type: "POST", data: { type_utilisateur: type_utilisateur, email_utilisateur: email_utilisateur }, dataType: 'json', success: function(data_json) { if (data_json.reponse == 'inconnu'){ $.prompt("le compte " + $('#input_msgbox_inputbox').val() + " n'existe pas !"); //setTimeout(function(){$.prompt.close(true); $(".jqibox").remove();},5000); } else { //console.info(data_json.xxxxxxxxxx); $('#bouton_liste_films_a_voir').removeClass('liste_films_a_voir_on'); $('#bouton_liste_films_a_voir').addClass('liste_films_a_voir_off'); $('#div_liste_films_a_voir').html( data_json.div_liste_films_a_voir_html ); $('#div_liste_films_a_voir').css( 'display','table' ); $('#div_film_menu_haut').css( 'display','none' ); $('#div_film_menu_haut_liste_films_a_voir').css( 'display','block' ); $('#div_scroll').css( 'display','none' ); //table $('#div_film').css( 'display','none' ); //table $('#titre_liste').css( 'display','none' ); //inline //Ajout de la liste des réservation du client /* $.ajax({ //async: false, url: "/sub_films/lire_liste_reservations.php", type: "POST", data: { mode_client: "client", id_client: data_json.id_client }, dataType: 'json', success: function(data_json) { //console.info(data_json.xxxxxxxxxx); $('#div_liste_films_a_voir').html( $('#div_liste_films_a_voir').html() + data_json.div_liste_reservation_html ); } }); */ } $('*').removeClass( 'cursor_wait' ); } }); }} //----------------------- fin de la partie dédié à la 'modal_msgbox_inputbox.php' -------------------//==================================================================================================//---------------------------- fin partie dédiés à la page ET PAS dans le DOM ----------------------//==================================================================================================

Les catalogues du videoclub

Mes films à voir

Connexion

Accueil > Le catalogue du videoclub

Gestion des pénalités


Retour

Modification du film / Ajout d'un film

Videodrome2 - Film - The Florida Project (6)

Supprimer / Changer Sélectionner une image

AjouterunDVD

Afficher l'historique des locations

* information obligatoire

Modification du film / Création d'un film

Annuler Valider

Videodrome2 - Film - The Florida Project (2024)

FAQs

How much of The Florida Project is scripted? ›

Much of the script was improvised, and many of the actors were performing onscreen for the first time. DID YOU KNOW? According to Sean Baker, the production was almost shut down midway through principal photography because his crew – unfamiliar with his directing style – believed he was “rogue and crazy.”

Did Ashley call DCF on Halley? ›

Bobby Called DCF About Moonee

When DCF appears at the Magic Castle motel in The Florida Project's ending, it's never explicitly stated who made the final call. Audiences are led to believe that it was Ashley, the neighbor Halley beats up towards the end. However, the most likely culprit is Bobby.

Did Moonee actually go to Disney World? ›

Filming took place at various locations in Osceola County, Florida, including at the real Magic Castle Inn & Suites, which is six miles from Disney World. And yes, whether or not Moonee actually made it to Disney, a skeleton cast and crew did: Those final scenes were (secretly) filmed at the park.

Did The Florida Project have permission to film in Disney? ›

Unlike Baker's previous film, which was shot with an iPhone, The Florida Project was filmed on 35mm film, except for the final scene, which was shot without authorization in Disney World's Magic Kingdom park using an iPhone 6S Plus.

How much of The Florida Project is improvised? ›

DaFoe's sensitive portrayal is exceptional. The rest of the cast were first time actors Baker wanted to use to make it more documentary like, and so much of the script was improvised.

Why did Halley beat up Ashley? ›

Ashley accuses Halley of being a whor*—showing her a picture of her own online ad—and Halley responds by violently beating up Ashley in front of Scooty. The next day, the Florida Department of Children and Families (DCF), show up at Halley's door. Clearly, Ashley called them.

Why did Halley throw up in Florida Project? ›

After her former friend Ashley warns Halley that everyone in the motel knows how she is earning rent money, Halley explodes and savagely beats her. This act of revenge is anything but sweet, as Halley has to vomit after her violent outburst.

Is the motel in the Florida Project real? ›

The real-life location of this scene is Paradise Inn, situated at 4501 W Irlo Bronson Memorial Highway, Kissimmee. This location was transformed into the fictional Future Land motel for the movie.

How old is Haley in Florida Project? ›

Moonee's 20-something mother, Halley, is played by newcomer Bria Vinaite (who director Sean Baker discovered on Instagram) and Willem Dafoe plays the harried motel manager.

What do the helicopters mean in The Florida Project? ›

The more “obvious” reason is to demonstrate how mundane life is around the Magic Castle. How the helicopter tours don't care that they're disturbing the residents of the hotel by constantly giving more fortunate people an expensive sight seeing ride. A contrast between wealth and poverty.

Why did Disney World get rid of Toontown? ›

Mickey's Toontown Fair was closed on February 11, 2011 in order to build the "New Fantasyland" expansion. Some elements of Mickey's Toontown Fair have been demolished and others have been re-themed to a new Storybook Circus area.

Why did Halley take swimsuit selfies? ›

In a scene, she asks her daughter to take provocative photos of her in a swimsuit, which she then posts online to publicize herself. She is selling an image of herself in order to receive financial satisfaction. It is seen that then, a series of men come to her motel room to receive this work in exchange for money.

What did Walt Disney call The Florida Project? ›

There's enough land here to hold all the ideas and plans we could possibly imagine." The plans for "The Florida Project," officially dubbed Disney World, called for a Disneyland-style theme park and resort area, E.P.C.O.T., an industrial park, an airport, and an entrance complex.

Who was the old man in The Florida Project? ›

Halley then makes Ashley pack the uneaten food to go, but Halley just tosses it on the walk back to the motel. One day, while painting outside the motel, Bobby notices an old man, named Charlie (Carl Bradfield), wandering where the kids are playing.

Were the kids in The Florida Project acting? ›

[Brooklynn Prince] is just so incredible and she worked very closely with Sam [acting coach Samantha Quan], but to tell you the truth with her in particular she is a born thespian. I mean she is really acting. There is a true performance there, a true character that she found. She is wise beyond her years.

Are there any inappropriate scenes in The Florida Project? ›

There are occasional references to "dancing for tips" and "getting laid" by adults around children. After a man threatens to evict her from the motel, a woman grudgingly pulls her menstrual pad out from her shorts and slaps it onto the man's office window. Has a humorous if crude context.

Is The Florida Project Realism? ›

The Florida Project works in the lineage of social realism, with its use of locations, non-professional actors, long shots, and its rejection of non-diegetic sound.

How much did it cost to make The Florida Project? ›

Despite casting Willem Dafoe and working with a $2 million budget — the biggest in Sean Baker's career — the director knew that his sixth feature, “The Florida Project,” couldn't abandon what's become his personal trademark: populating his films with untapped talent.

Top Articles
Latest Posts
Article information

Author: Nicola Considine CPA

Last Updated:

Views: 6443

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Nicola Considine CPA

Birthday: 1993-02-26

Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

Phone: +2681424145499

Job: Government Technician

Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.