Subversion Repositories eFlore/Applications.cel

Rev

Rev 1293 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1293 Rev 1672
Line 33... Line 33...
33
					requete += criteres[i][0]+"="+URL.encodeComponent(criteres[i][1]) ;
33
					requete += criteres[i][0]+"="+URL.encodeComponent(criteres[i][1]) ;
34
				}
34
				}
35
			}
35
			}
36
		}
36
		}
Line -... Line 37...
-
 
37
		
-
 
38
		if(requete != "") {
-
 
39
			requete += "&";
-
 
40
		}
37
		
41
		requete += "id_utilisateur="+identifiant+"&format=xls";
Line 38... Line 42...
38
		Window.open(Configuration.getServiceBaseUrl()+"/InventoryExport/"+identifiant+"/?"+requete,"Export",null) ;
42
		Window.open(Configuration.getServiceBaseUrl()+"/CelWidgetExport/export/?"+requete,"Export",null) ;