UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

33 lines (27 loc) 785 B
<html> <head> <link rel="stylesheet" type="text/css" href="{{{host}}}/stylesheets/style.css"> <script src="{{{host}}}/javascripts/jquery-1.8.3.js"></script> <script src="{{{host}}}/{{{TILE_PREFIX}}}todoConfig/javascripts/main.js"></script> <script> setHost( '{{{host}}}'); </script> </head> <body> <div class="j-card"> <h2>Configuration</h2> <div id="message"></div> <p> License Key: <b><span id="licenseKey"></span></b> (paste this in below) <br> <input type="text" id="licenseKeyField" style="width:300px"> </p> <p> ClientId to map this addon to <br> <input type="text" id="clientid" style="width:300px"> </p> <button id="btn_submit">Submit</button> </div> </body> </html>