jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
21 lines (17 loc) • 569 B
HTML
<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}}}/performance-tile/javascripts/action.js"></script>
</head>
<body>
<div class="j-card">
<h2>Discuss this performance level</h2>
<p id="template_content"></p>
<label>Additional information:<br />
<textarea id="custom_message" cols="35" rows="4"></textarea></label>
<button id="btn_submit">Submit</button>
<button id="btn_cancel">Cancel</button>
</div>
</body>
</html>