From: vincent@cubedesigners.com Date: Fri, 13 Jul 2012 11:11:21 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=74a31e3457553a27e371ab878e1e531787b875c1;p=cubeextranet.git --- diff --git a/inc/commons/class.common.tools.php b/inc/commons/class.common.tools.php index b04ed0286..80889d622 100644 --- a/inc/commons/class.common.tools.php +++ b/inc/commons/class.common.tools.php @@ -157,18 +157,19 @@ class commonTools { #op{display:none;} } '; $res.=''; - $res.=''; - $res.=''; - $res.=''; - $res.=''; - $res.=''; - $res.=''; - $res.=''; - $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; + $res.=''; $res.='
' . __('Informations concernant votre navigateur') . '
' . __('Navigateur') . '' . $_SERVER['HTTP_USER_AGENT'] . '
' . __('Adresse IP') . '' . $_SERVER['REMOTE_ADDR'] . '
' . __('Adobe Flash Player') . '
' . __('Support de la video') . '
'; - $res.='OGV :
'; - $res.='H264 :
'; - $res.='WEBM :
'; - $res.='
' . __("Orientation de l'écran") . '' . __('Portrait') . '' . __('Paysage') . '
' . __("Largeur de l'écran") . '
' . __("Hauteur de l'écran") . '
' . __('Informations concernant votre navigateur') . '
' . __('Navigateur') . '' . $_SERVER['HTTP_USER_AGENT'] . '
' . __('Version') . '
' . __('Plateforme') . '
' . __('Adresse IP') . '' . $_SERVER['REMOTE_ADDR'] . '
' . __('Adobe Flash Player') . '
' . __('Support de la video') . '
OGV
H264
WEBM
' . __('Ecran') . '' . __('Orientation') . '' . __('Portrait') . '' . __('Paysage') . '
' . __("Largeur") . '
' . __("Hauteur") . '
'; $res .= ''; $res .= commonPage::bf(); diff --git a/js/browserInfos.js b/js/browserInfos.js index 9f7f1883a..199c317c8 100644 --- a/js/browserInfos.js +++ b/js/browserInfos.js @@ -12,6 +12,10 @@ function load_browser_infos(){ $(this).html(getModernizrValue($(this).attr('data-feature'))); }); + $('[data-navigator]').each(function(){ + $(this).html(navigator[$(this).attr('data-navigator')]); + }); + $(window).resize(infosResize); infosResize(); }