First steps in integration of IVIS.
This commit is contained in:
parent
bf626993f4
commit
dce5ba7464
35 changed files with 10098 additions and 91 deletions
10
mvis/test-embed/views/layout.hbs
Normal file
10
mvis/test-embed/views/layout.hbs
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Test EVIF embed</title>
|
||||
</head>
|
||||
<body>
|
||||
{{{ body }}}
|
||||
</body>
|
||||
</html>
|
8
mvis/test-embed/views/panel.hbs
Normal file
8
mvis/test-embed/views/panel.hbs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div id="evif-panel" />
|
||||
|
||||
<script type="text/javascript" src="/ivis.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
IVIS.embedPanel('evif-panel', '{{ivisSandboxUrlBase}}', {{panelId}}, '{{token}}');
|
||||
</script>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue