NIHVIVO-2343 First shot at the Manage Proxies page.

This commit is contained in:
j2blake 2011-11-03 23:20:22 +00:00
parent 23329bd5fc
commit d1ecaccc5b
12 changed files with 604 additions and 5 deletions

View file

@ -60,4 +60,5 @@ var proxyMechanism = {
${scripts.add('<script type="text/javascript" src="${urls.base}/js/account/proxyUtils.js"></script>',
'<script type="text/javascript" src="${urls.base}/js/sparqlUtils.js"></script>',
'<script type="text/javascript" src="${urls.base}/js/account/accountProxyCommon.js"></script>',
'<script type="text/javascript" src="${urls.base}/js/account/accountProxyProxiesPanel.js"></script>')}
'<script type="text/javascript" src="${urls.base}/js/account/accountProxyProxiesPanel.js"></script>',
'<script type="text/javascript" src="${urls.base}/js/jquery-ui/js/jquery-ui-1.8.9.custom.min.js"></script>')}