Subversion Repositories SmartDukaan

Rev

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

Rev 2578 Rev 2652
Line 60... Line 60...
60
        String templateFile = "templates/myresearch.vm";
60
        String templateFile = "templates/myresearch.vm";
61
        htmlString = getHtmlFromVelocity(templateFile, context);
61
        htmlString = getHtmlFromVelocity(templateFile, context);
62
        return htmlString;
62
        return htmlString;
63
	}
63
	}
64
 
64
 
-
 
65
	public String getAccessoriesHtml() {
-
 
66
	    String htmlString = "";
-
 
67
        VelocityContext context = new VelocityContext();
-
 
68
        String templateFile = "templates/accessories.vm";
-
 
69
        htmlString = getHtmlFromVelocity(templateFile, context);
-
 
70
        return htmlString;
-
 
71
	}
-
 
72
	
65
	public String getBrowseHistoryHtml() {
73
	public String getBrowseHistoryHtml() {
66
	    String htmlString = "";
74
	    String htmlString = "";
67
        VelocityContext context = new VelocityContext();
75
        VelocityContext context = new VelocityContext();
68
        String templateFile = "templates/browsehistory.vm";
76
        String templateFile = "templates/browsehistory.vm";
69
        htmlString = getHtmlFromVelocity(templateFile, context);
77
        htmlString = getHtmlFromVelocity(templateFile, context);