Ignore:
Timestamp:
May 11, 2011, 12:39:48 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/Affiche_script.js

    r10845 r10846  
    295295         //============================================================
    296296         jQuery("#the_page").css({ top: "0px" });
     297
    297298         Info_the_page = jQuery("#the_page").infos();
    298299         info_HeaderBar = jQuery("#imageHeaderBar").infos();
     
    303304         //
    304305         var old_window = { width: 0, height: 0 };
     306
    305307         Bandeau_bas = Info_Description_f(Parent);
    306308         if (typeof Bandeau_bas != "undefined") Bandeau = Bandeau_bas.top;
     
    392394           //===========================================================================
    393395
    394 
    395396           jQuery(Parent).width(winwidth);
    396397           jQuery(Parent).height(winheight);
     
    453454           jQuery(Parent).width(winwidth);
    454455           jQuery(Parent).css({ height: "auto" });
    455 
    456456
    457457           //  jQuery(Parent).height(Zone_Affichage.height);
     
    10431043                iph= jQuery("#imageHeaderBar").infos();
    10441044                jQuery("#imageToolBar").css({ top: iph.bottom + "px", position: "absolute" });
    1045 
     1045                jQuery("#theImage").width(winwidth);
    10461046               }
    10471047               //===========================================================================
    1048 
     1048               /*   
    10491049               if (jQuery("#navThumbPrev").length > 0) {
    10501050               jQuery("#navThumbPrev").css({ left: 20 + "px",
     
    11001100
    11011101
     1102           /*
    11021103           if (!theme.match(RegExp("luciano", "gi"))) {
    11031104           jQuery("#linkNext").css({ height: "80px", width: "200px", overflow: "hidden" });
     
    11051106           jQuery(".navThumb img").css({ height: "80px", width: "", overflow: "hidden" });
    11061107           }
     1108           */
    11071109           info_frame = jQuery(Cadre).infos();
    11081110           if (theme.match(RegExp("stripped", "gi"))) {
     
    11241126           info_theImageBox.left = l1;
    11251127           //  info_theImageBox.position = "absolute";
     1128
    11261129           Window_Affichage = info_theImageBox;
    11271130           if (DEBUG_autosize == "true") {
     
    14001403    }
    14011404
    1402 
    14031405    if (llgboframe.height > 0) info_img = llgboframe; // format de l'image+largeur du cadre
    14041406
     
    15281530
    15291531}
     1532
     1533
    15301534
    15311535
     
    15791583            .appendTo('#debugsContainer');
    15801584    });
    1581 
     1585     
    15821586    // Add 10 testing debugs to start with
    15831587      jQuery(window).load(function () {
     
    15891593            jQuery(jQuery('.debug').get(8)).click();
    15901594
     1595         
     1596
    15911597        }
    15921598    }); //on load
Note: See TracChangeset for help on using the changeset viewer.