Changeset 478

Show
Ignore:
Timestamp:
11/26/08 22:21:09 (1 month ago)
Author:
nicolas
Message:

Nettoyage libs inutiles
Amélioration localisation
Ajout upload swf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/apps/intranet/modules/maps/templates/showSuccess.php

    r466 r478  
    2424  $map->showMap(true); 
    2525?> 
     26 
     27<h3>Google street</h3> 
     28<div name="pano" id="pano" style="width: 679px; height: 400px"></div> 
     29 
     30<script type="text/javascript"> 
     31  function initialize() { 
     32    var myPano = new GStreetviewPanorama(document.getElementById("pano")); 
     33    fenwayPark = new GLatLng(42.345573,-71.098326); 
     34    myPOV = {yaw:370.64659986187695,pitch:-20}; 
     35    myPano.setLocationAndPOV(fenwayPark, myPOV); 
     36    GEvent.addListener(myPano, "error", handleNoFlash); 
     37  } 
     38     
     39  function handleNoFlash(errorCode) { 
     40    if (errorCode == 603) { 
     41      alert("Error: Flash doesn't appear to be supported by your browser"); 
     42      return; 
     43    } 
     44  } 
     45 
     46  initialize(); 
     47</script> 
  • trunk/web/js/apimo.js

    r463 r478  
    1 var myApigallery; 
    2  
    31/* ESTATE */ 
    42function estate_country_change(country) {