graphdb-workbench
Version:
The web application for GraphDB APIs
14 lines (10 loc) • 457 B
HTML
<link href="css/sparql-editor.css?v=3.1.0-RC3" rel="stylesheet"/>
<div class="sparql-editor-view">
<h1 id="title-container">
<span id="sparql-query-update-title-label">{{title}}</span>
<page-info-tooltip></page-info-tooltip>
</h1>
<div core-errors></div>
<yasgui-component id="query-editor" yasgui-config="yasguiConfig"
ng-if="yasguiConfig && getActiveRepositoryNoError()"></yasgui-component>
</div>