diff --git a/common/popup.html b/common/popup.html new file mode 100644 index 000000000..adcbea23c --- /dev/null +++ b/common/popup.html @@ -0,0 +1,24 @@ + + + + Select your Identity Provider + + + + + +
+ + diff --git a/static/databrowser.html b/static/databrowser.html index 018a58072..02d725f6c 100644 --- a/static/databrowser.html +++ b/static/databrowser.html @@ -2,23 +2,27 @@ + - + UI.authn.checkUser() + .then(function () { + var uri = window.location.href + var dataUri = window.document.title = uri.slice(0, uri.lastIndexOf('/')+1) + '' + var subject = UI.rdf.sym(dataUri) + UI.outline.GotoSubject(subject, true, undefined, true, undefined) + }) + }) +