Subversion Repositories SmartDukaan

Rev

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

Rev 5192 Rev 5196
Line 54... Line 54...
54
		}
54
		}
55
		return "show";
55
		return "show";
56
    }
56
    }
57
 
57
 
58
	public String index() {
58
	public String index() {
-
 
59
		definition = "<h1>Glossary</h1>";
59
		return "show";
60
		return "show";
60
    }
61
    }
61
	
62
	
62
	public String getId(){
63
	public String getId(){
63
		return this.id;
64
		return this.id;