NIHVIVO-2343 Rough out the markup for the top "create" panel, and the search box.
This commit is contained in:
parent
b87c811831
commit
120c5d7f8e
2 changed files with 98 additions and 0 deletions
|
@ -160,6 +160,7 @@ public class ManageProxiesListPage extends AbstractPageHandler {
|
|||
|
||||
map.put("list", UrlBuilder.getUrl("/manageProxies/list"));
|
||||
map.put("edit", UrlBuilder.getUrl("/manageProxies/edit"));
|
||||
map.put("create", UrlBuilder.getUrl("/manageProxies/create"));
|
||||
map.put("sparqlQueryAjax", UrlBuilder.getUrl("/ajax/sparqlQuery"));
|
||||
map.put("defaultImageUrl", DEFAULT_IMAGE_URL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue