UNPKG

cluedin-widget

Version:

This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.

42 lines (40 loc) 1.92 kB
<!DOCTYPE html> <html lang="en" style="height:100%"> <head> <link rel="stylesheet" href="/dist/cluedin_widget.css"> <meta charset="UTF-8"> <title>Testing Frame</title> <script src="/dev_config.js"></script> <script src="/dev_layout.js"></script> <script src='//use.fontawesome.com/916136f8de.js'></script> </head> <body class="fullApp" style="height:100%;overflow-x: hidden;"> <div id="app"> </div> <script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script> <script src="/deps/jquery.signalr.js"></script> <script src="https://platform.twitter.com/widgets.js"></script> <script src="/cluedin_widget.js"></script> <script> __cluedIn.injectWithFrame(document.getElementById('app')); </script> <script> window.zEmbed || function (e, t) { var n, o, d, i, s, a = [], r = document.createElement("iframe"); window.zEmbed = function () { a.push(arguments) }, window.zE = window.zE || window.zEmbed, r.src = "javascript:false", r.title = "", r.role = "presentation", (r.frameElement || r).style.cssText = "display: none", d = document.getElementsByTagName("script"), d = d[d.length - 1], d.parentNode.insertBefore(r, d), i = r.contentWindow, s = i.document; try { o = s } catch (c) { n = document.domain, r.src = 'javascript:var d=document.open();d.domain="' + n + '";void(0);', o = s } o.open()._l = function () { var o = this.createElement("script"); n && (this.domain = n), o.id = "js-iframe-async", o.src = e, this.t = +new Date, this.zendeskHost = t, this.zEQueue = a, this.body.appendChild(o) }, o.write('<body onload="document._l();">'), o.close() }("https://assets.zendesk.com/embeddable_framework/main.js", "cluedin.zendesk.com"); </script> </body> </html>