($imgSizeWH[1]==0)?$_COOKIE['theMainImageHeight']:$imgSizeWH[1], 'src_img_w' => ($imgSizeWH[0]==0)?$_COOKIE['theMainImageWidth']:$imgSizeWH[0], 'window_height' =>($windowHeight==0)?$_COOKIE['windowHeight']:$windowHeight, 'window_width' => ($windowWidth==0)?$_COOKIE['windowWidth']:$windowWidth ); $ratio=$size['src_img_w']/$size['src_img_h']; $my_path = AUTOSIZE_PATH_ABS; $theme=$user['theme']; $user_status = $user['status'] ; $template->assign( array( 'AUTOSIZE_PATH_ABS' => AUTOSIZE_PATH_ABS, 'ROOT_URL' => ROOT_URL, 'AUTOSIZE_PATH' => AUTOSIZE_PATH ) ); if (!isset($conf['prefix_thumbnail'])) $conf['prefix_thumbnail']="TN_"; //====================================================== //=== type possible === $defined_types = array_keys(ImageStdParams::get_defined_type_map()); if(isset($defined_types)) foreach ($defined_types as $type_size){ $value = $type_size; if($type_size != "square" && $type_size != "thumb" ) $options[$value] = $type_size; } $autosize_parametres = cl_autosize_Get_Options(); $user_type= get_user_status($user_status)."_type"; $user_type= $autosize_parametres->$user_type ; $select_type=ImageStdParams::get_by_type($user_type); $ideal_size = $select_type->sizing->ideal_size ; if($user_type=="Autosize" || $user_type=="SelMaxi"){ $ideal_size[0]=$imgSizeWH[0]; $ideal_size[1]=$imgSizeWH[1]; } //=========================================== $COOKIE_PATH = cookie_path() ; $slide_show = isset($page['slideshow'])?$page['slideshow']:false; $template->assign( array( 'ideal_size_width' => $ideal_size[0] , 'ideal_size_height' => $ideal_size[1] , 'has_pamoorama' => $has_pamoorama, 'pictureMap' => $pictureDeriv , 'pictureDeriv' => $pictureDeriv , 'pictureSelType' => $pictureSelType, 'SRC_IMG' => $SRC_IMG, 'liste_type' => $liste_type , 'COOKIE_PATH' => $COOKIE_PATH , 'slide_show' => $slide_show, 'ratio' =>$ratio , 'webmaster_type' => array( 'OPTIONS' => $options, 'SELECTED' => $autosize_parametres->webmaster_type ), 'admin_type' => array( 'OPTIONS' => $options, 'SELECTED' => $autosize_parametres->admin_type ), 'generic_type' => array( 'OPTIONS' => $options, 'SELECTED' => $autosize_parametres->generic_type ), 'guest_type' => array( 'OPTIONS' => $options, 'SELECTED' => $autosize_parametres->guest_type ), 'normal_type' => array( 'OPTIONS' => $options, 'SELECTED' => $autosize_parametres->normal_type ), 'DEBUG_autosize' => $DEBUG_autosize , 'cl_visible' => $cl_visible, 'cl_version' => $cl_version , 'Version_pwg' => PHPWG_VERSION , 'cl_plugin' => $cl_plugin, 'fade_in' => $autosize_parametres->fade_in, 'thumbnail' => $conf['prefix_thumbnail'], 'visible' => $visible, 'theme' => $theme, 'windowHeight' => $windowHeight, 'windowWidth' => $windowWidth, 'SCALED_WIDTH' => $imgSizeWH[0], 'SCALED_HEIGHT' => $imgSizeWH[1], 'theImageWidth' => isset($_COOKIE['theMainImageWidth'])?$_COOKIE['theMainImageWidth']: $imgSizeWH[0], 'theImageHeight' => isset($_COOKIE['theMainImageHeight'])?$_COOKIE['theMainImageHeight']:$imgSizeWH[1], 'MINI_HEIGHT' => $autosize_parametres->mini_height, 'MINI_WIDTH' => $autosize_parametres->mini_width, 'MINI_HEIGHT2' => $autosize_parametres->mini_height2, 'MINI_WIDTH2' => $autosize_parametres->mini_width2, 'MARGE_BASSE' => $autosize_parametres->marge_basse, 'ECHELLE_MAX' => $autosize_parametres->echelle_max, 'check_icon_v' => ($autosize_parametres->check_icon_v == 'on') ? 'checked="checked"' : '' , 'check_desc_v' => ($autosize_parametres->check_desc_v == 'on') ? 'checked="checked"' : '' , 'defaut_type' => ($autosize_parametres->defaut_type == 'on') ? 'checked="defaut_type"' : '' , 'webmaster_enabled' => ($autosize_parametres->webmaster_enabled == 'on') ? 'checked="checked"' : '' , 'admin_enabled' => ($autosize_parametres->admin_enabled == 'on') ? 'checked="checked"' : '' , 'generic_enabled' => ($autosize_parametres->generic_enabled == 'on') ? 'checked="checked"' : '' , 'guest_enabled' => ($autosize_parametres->guest_enabled == 'on') ? 'checked="checked"' : '' , 'normal_enabled' => ($autosize_parametres->normal_enabled == 'on') ? 'checked="checked"' : '' , 'user_status' => get_user_status($user_status) , 'Size' => $size ) ); if(preg_match("|fin_affiche|", $DEBUG_autosize, $val)){ echo "
";
      echo $DEBUG_autosize."
"; echo "autosize_parametres; ";print_r($autosize_parametres); echo "infos_message; ";print_r(explode(",","$infos_message")); echo "events; ";print_r($events); echo $pictureDeriv . " " . $pictureDeriv . " " . $pictureSelType; echo "WH: " . $windowHeight . "x " .$windowWidth; echo "Size : ".print_r($size); echo "COOKIE:".print_r($_COOKIE); die(); } //unset($_POST); ?>