UNPKG

jive-sdk

Version:

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

38 lines (32 loc) 1.1 kB
<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}}}/javascripts/oauth2client.js"></script> <script src="{{{host}}}/{{{TILE_NAME}}}/javascripts/main_oauth2.js"></script> <script> $(document).ready( function() { doIt( '{{{host}}}'); }); </script> </head> <body> <div id="j-card-authentication" class="j-card" style='display: none'> <p>The remote system (GitHub) requires you to grant access before proceeding.</p> <button id="oauth">Grant Access</button> </div> <div id="j-card-configuration" class="j-card" style='display: none'> <h2>Configuration</h2> <p> <p id="the_data"></p> <p> Organization: <input type="text" id="organization"> <br> Repository: <select id="repoList"></select> </p> <button id="btn_done">Close</button> </p> </div> </body> </html>