Ignore:
Timestamp:
08/25/11 11:01:17 (13 years ago)
Author:
vmipsl
Message:

[Visualization] plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/visualization/visu_parameter_by_pf-script.jsp

    r133 r134  
    210210//        this.plotWindow.getContent().innerHTML = '<div class="loadingPlot"><img src="/Megapoli/resources/icons/loading_datas.gif"/></div>'; 
    211211 
    212         var url = "visualization/plotEther?plateformId=" + this.selectedPlateform.getId() 
    213                 + "&parameterId=" + this.selectedParameter.getId() 
     212//        var url = "visualization/plotEther?plateformId=" + this.selectedPlateform.getId() 
     213//                + "&parameterId=" + this.selectedParameter.getId() 
     214//                + "&dateBegin=" + this.beginDate 
     215//                + "&dateEnd=" + this.endDate 
     216//                + "&title=" + encodeURIComponent( $( "textareaTitle" ).value ) 
     217//                + "&axeType=" + this.selectAxes.getValue(); 
     218 
     219        var url = "visualization/plotEther?plateformId=14" 
     220                + "&parameterId=125" 
    214221                + "&dateBegin=" + this.beginDate 
    215222                + "&dateEnd=" + this.endDate 
    216223                + "&title=" + encodeURIComponent( $( "textareaTitle" ).value ) 
    217224                + "&axeType=" + this.selectAxes.getValue(); 
    218  
    219 //        var url = "visualization/plotEther?plateformId=14" 
    220 //                + "&parameterId=125" 
    221 //                + "&dateBegin=" + this.beginDate 
    222 //                + "&dateEnd=" + this.endDate 
    223 //                + "&title=" + encodeURIComponent( $( "textareaTitle" ).value ) 
    224 //                + "&axeType=" + this.selectAxes.getValue(); 
    225225 
    226226        this.plotWindow.getContent().innerHTML = '<img src=' + url + ' />'; 
Note: See TracChangeset for help on using the changeset viewer.