1. Made changes to freemarker temnplate paths in the servlets.
2. Removed redundant templates.
This commit is contained in:
parent
4fdaafb8f7
commit
2404668a0d
4 changed files with 2 additions and 214 deletions
|
@ -259,8 +259,7 @@ VisualizationRequestHandler {
|
|||
|
||||
Portal portal = vreq.getPortal();
|
||||
|
||||
// String standaloneTemplate = "/visualization/publication/personPublicationCountStandaloneActivator.ftl";
|
||||
String standaloneTemplate = "/visualization/personPublicationCountStandaloneActivator.ftl";
|
||||
String standaloneTemplate = "personPublicationCountStandaloneActivator.ftl";
|
||||
|
||||
Map<String, Object> body = new HashMap<String, Object>();
|
||||
body.put("portalBean", portal);
|
||||
|
@ -286,7 +285,7 @@ VisualizationRequestHandler {
|
|||
Portal portal = vreq.getPortal();
|
||||
|
||||
// String dynamicTemplate = "/visualization/publication/personPublicationCountDynamicActivator.ftl";
|
||||
String dynamicTemplate = "/visualization/personPublicationCountDynamicActivator.ftl";
|
||||
String dynamicTemplate = "personPublicationCountDynamicActivator.ftl";
|
||||
|
||||
Map<String, Object> body = new HashMap<String, Object>();
|
||||
body.put("portalBean", portal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue