jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
27 lines (20 loc) • 683 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="/{{{TILE_NAME}}}/stylesheets/main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="/{{{TILE_NAME}}}/javascripts/configuration.js"></script>
<!-- NOTE: main.js SHOULD RUN LAST -->
<script src="/{{{TILE_NAME}}}/javascripts/main.js"></script>
</head>
<body>
<div class="j-card">
<h2>Configuration</h2>
<p>
Enter configuration string:
<br />
<input class="j-text" type="text" id="config_string" style="margin-top: 3px"/>
</p>
<button class="j-btn" id="btn_submit">Submit</button>
</div>
</body>
</html>