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.

25 lines (24 loc) 1.28 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> window.__cluedIn = window.__cluedIn || {}; __cluedIn.token = "lXTVYAg7zteDcn-ahg1ZOF6uQyvRWirDIvKCv0h7RqqIfjvHE5sft9j7VjCR9hfBZtYhdvi37qmzxD53bUgHxG_XUbMm-xyFcyI0zCr89PINRcrkfGIT1imcnDiXuHtQQB4hkP6lTS8nM88kRCZAc8V8YSrVZQXww_OUIMX9MkIuc4REbTE4VYapMm6M_woAC46MW2RktmupvWFQAbNstfb-6sLmnKXSTE76e-_-VA55CTTB_hvMVCaED9-OIYVrMiah8LwAnAJFaeCDxzgiRpXi4_eQRIpa4Pv7DM-_bvQi-CzD5hb4zgfsMUcAsfvtdgy_hgx3SzfMMFhHjniWU3YOQwHk9UB8Xy4xRUPFg430kxtNUMW1enhvFCOvO4a6beQjfVLhnrVaVVByY86hxHaTqOnRL1bZtgNa4qj-f7yMC8N0qBocvN9w1hxdUTDNTG_jqbs750ZLGY_VVOEh9TMy0A3mIDZVs_3qBTJJc7xnuE5alIuJtgPx6yjlKycWm5YA5UM_7iz45doOWDi43DVZzfGi9SHLxWzPyW8OncCbuaTm"; __cluedIn.org = "dervalp03052016"; __cluedIn.env = "test"; </script> </head> <body class="fullApp" style="height:100%"> <div id="app"> </div> <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="/static/cluedin_widget.js"></script> <script> __cluedIn.injectWithFrame( document.getElementById( 'app' ) ); </script> </body> </html>