graphdb-workbench
Version:
The web application for GraphDB APIs
19 lines (15 loc) • 823 B
HTML
<div style="min-height: 30px">
<h1 id="main_title" style="margin: 0;">
{{title}}
<span class="btn btn-link"
uib-popover-template="'js/angular/templates/titlePopoverTemplate.html'"
popover-trigger="mouseenter"
popover-placement="bottom-right"
popover-append-to-body="true"><span class="icon-info"></span></span>
</h1>
</div>
<div core-errors ontop></div>
<iframe ng-show="!refineDisabled && !isActiveRepoOntopType()" id="ontorefine-iframe" title="Ontorefine module" ng-src="{{page}}" onload="if (window.loadFunction) { window.loadFunction(this) }" style="width: 100%; height: calc(100vh - 75px); border: none;"></iframe>
<div ng-show="refineDisabled">
<div class="top-offset alert alert-warning">OntoRefine is not available</div>
</div>