graphdb-workbench
Version:
The web application for GraphDB APIs
2 lines • 2.21 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[132],{185:function(module,exports){module.exports=function(obj){obj||(obj={});var __t,__p="";with(obj)__p+='<div class="modal-header">\n <button type="button" class="close" ng-click="cancel()"></button>\n <h4 class="modal-title">Import RDF data from a text snippet</h4>\n</div>\n\n<div class="modal-body">\n <div class="form-group">\n <textarea id="wb-import-textarea" class="form-control" rows="10" ng-model="rdfText"\n placeholder="# Example: rdf:predicate a rdf:Property ."\n uib-popover="Put your RDF data here and select its format."\n popover-placement="bottom"\n popover-trigger="focus"></textarea>\n </div>\n</div>\n\n<div class="modal-footer">\n <div class="mb-1">\n <span\n uib-popover="Enable this option to start the import when you click the Import button. If it is disabled the import will be added to the list but not started automatically."\n popover-trigger="mouseenter"\n popover-placement="top">\n <input id="import-now-checkbox" type="checkbox" ng-model="startImport"/>\n <label for="import-now-checkbox">Start import automatically</label>\n </span>\n </div>\n <div>\n <button type="button" ng-click="cancel()" class="btn btn-secondary">Cancel</button>\n <div class="btn-group import-format-dropdown" uib-dropdown>\n <button type="button" class="btn btn-secondary dropdown-toggle import-format-dropdown-btn" uib-dropdown-toggle>\n Format: {{importFormat.name}}\n </button>\n <ul class="dropdown-menu" role="menu">\n <li ng-repeat="format in importFormats">\n <a ng-click="setFormat(format)" class="dropdown-item">{{format.name}}</a>\n </li>\n </ul>\n </div>\n <button id="wb-import-importText" class="btn btn-primary" type="button"\n ng-click="ok()">\n <em class="icon-import"></em>Import\n </button>\n </div>\n</div>\n';return __p}}}]);
//# sourceMappingURL=132.b98cc245bf2c668b2ffd.bundle.js.map