110
modifications
Ligne 748 : | Ligne 748 : | ||
var newheight= Math.max(window.innerHeight - 80,440) ; | var newheight= Math.max(window.innerHeight - 80,440) ; | ||
document.getElementById('map').setAttribute("style","float:left;width:"+newwidth+"px"+";height :"+newheight+"px;"); | document.getElementById('map').setAttribute("style","float:left;width:"+newwidth+"px"+";height :"+newheight+"px;"); | ||
<!--Affiche le sablier | <!--Affiche le sablier---> | ||
document.getElementById('info').innerHTML= "<h4><br><br>Un peu de patience<br><br><br> <img src='../convert/images/ajax-loader.gif'></h4>"; | document.getElementById('info').innerHTML= "<h4><br><br>Un peu de patience<br><br><br> <img src='../convert/images/ajax-loader.gif'></h4>"; | ||
Ligne 1 101 : | Ligne 1 101 : | ||
</body> | </body> | ||
</html> | </html> | ||
modifications