jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
73 lines (64 loc) • 2.57 kB
HTML
<!--/*-->
<!--* Copyright 2013 Jive Software-->
<!--*-->
<!--* Licensed under the Apache License, Version 2.0 (the "License");-->
<!--* you may not use this file except in compliance with the License.-->
<!--* You may obtain a copy of the License at-->
<!--*-->
<!--* http://www.apache.org/licenses/LICENSE-2.0-->
<!--*-->
<!--* Unless required by applicable law or agreed to in writing, software-->
<!--* distributed under the License is distributed on an "AS IS" BASIS,-->
<!--* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.-->
<!--* See the License for the specific language governing permissions and-->
<!--* limitations under the License.-->
<!--*/-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{{host}}}/stylesheets/bootstrap.min.css">
<meta http-equiv="Content-Type" value="text/html; charset=utf-8" />
<title>Configure Jenkins tile</title>
<script>
host = "{{{host}}}";
</script>
</head>
<body style="padding-bottom: 40px">
<div class="container-fluid" id="loading-panel">
<div class="row row-fluid" style="text-align: center">
<div class="span4" style="margin-top: 50px">
</div>
<div class="span4" style="margin-top: 50px">
<div><strong>Loading...</strong></div>
<div class="progress progress-striped active">
<div class="bar" style="width: 100%;"></div>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="jobs-panel" style="display:none">
<div class="row-fluid">
<div class="span6">
<label for="typeahead-jobs">Jobs You're Interested In</label><br>
<input class="span12" style="width: 400px" type="text" data-provide="typeahead" id="typeahead-jobs">
</div>
<div class="span6">
<label for="typeahead-views">Views You're Interested In (collections of jobs)</label><br>
<input class="span12" style="width: 400px" type="text" data-provide="typeahead" id="typeahead-views">
</div>
</div>
<hr style="margin:5px">
<div id="added-jobs">
<!--Added Jobs and Views-->
</div>
<div>
<form>
<button id="submit-button" type="submit" class="btn">Submit</button>
</form>
</div>
</div>
<script src="{{{host}}}/javascripts/jQuery-1.10.2.js"></script>
<script src="{{{host}}}/javascripts/bootstrap.min.js"></script>
<script src="{{{host}}}/{{{TILE_NAME}}}/configuration.js"></script>
</body>
</html>