Subversion Repositories SmartDukaan

Rev

Rev 1183 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1183 Rev 1184
Line 35... Line 35...
35
 
35
 
36
    public String index() throws SecurityException, IOException {
36
    public String index() throws SecurityException, IOException {
37
    	if(userinfo.isLoggedIn()){
37
    	if(userinfo.isLoggedIn()){
38
    		return "success";
38
    		return "success";
39
    	}
39
    	}
40
    	htmlSnippets.put("REGISTRATION_HEADER",pageLoader.getRegistrationHeaderHtml());
40
    	htmlSnippets.put("REGISTRATION_HEADER",pageLoader.getSigninSignupHeaderHtml());
41
    	htmlSnippets.put("REGISTRATION_FORM",pageLoader.getRegistrationFormHtml());
41
    	htmlSnippets.put("REGISTRATION_FORM",pageLoader.getRegistrationFormHtml());
42
    	return "index";
42
    	return "index";
43
    }
43
    }
44
 
44
 
45
	public String getRegistrationHeaderSnippet(){
45
	public String getRegistrationHeaderSnippet(){