All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.as.console.App.gwt.xml Maven / Gradle / Ivy

Go to download

Bundles the core AS7 console as a GWT module. Includes minor customizations to support extensions.

There is a newer version: 0.7.0.Final
Show newest version




    
    


    

    
    

    
    
    
	
	   
    

    
    

    
    
    

    
    
    
    
    

    
        


    
        
    

	
        var locale_value = "";
        var cookieName = "as7_ui_locale";

        var theCookie=" "+document.cookie;
        var ind=theCookie.indexOf(" "+cookieName+"=");
        if (ind==-1) ind=theCookie.indexOf(";"+cookieName+"=");

        if (ind==-1 || cookieName=="") {
            locale_value = "en";
        }
        else {
            var ind1=theCookie.indexOf(";",ind+1);
            if (ind1==-1) ind1=theCookie.length;
            locale_value = unescape(theCookie.substring(ind+cookieName.length+2,ind1));
        }

        return locale_value;
	

    
    

    
    

    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy