UNPKG

jive-sdk

Version:

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

33 lines (26 loc) 772 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_NAME}}}/javascripts/main.js"></script> </head> <body> <div class="j-card"> <h2>Configuration</h2> <p> <label> Level: <br> <select id="set_level"> <option value="0">Poor</option> <option value="1">Fair</option> <option value="2">Good</option> <option value="3">Excellent</option> <option value="4">Outstanding</option> </select> </label> </p> <button id="btn_submit">Submit</button> </div> </body> </html>