admin-dashboard/index.html
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/_api/_plugins/_assets/styles/admin-dashboard-uikit.css">
<style>
h2 {
display: inline-block;
vertical-align: middle;
}
fieldset {
margin-bottom: 30px;
}
</style>
</head>
<body>
<div class="container">
<img src="assets/images/logo_text.png" />
<div>
<h2>OAuth.io</h2>
<form id="" class="form-horizontal" action="">
<fieldset>
<label for="oauthioEnabledSelect">Enabled</label>
<select id="oauthioEnabledSelect" name="oauthioEnabledSelect">
<option value="true">True</option>
<option value="false">False</option>
</select>
<label for="oauthioUrl">Url</label>
<input id="oauthioUrl" name="oauthioUrl" class="" placeholder="Enter your oauthio Url" type="text">
<label for="oauthioPublicKey">Public Key</label>
<input id="oauthioPublicKey" name="oauthioPublicKey" class="" placeholder="Enter your oauthio Public Key" type="text">
<label for="oauthioSecretKey">Secret Key</label>
<input id="oauthioSecretKey" name="oauthioSecretKey" class="" placeholder="Enter your oauthio Secret Key" type="text">
</fieldset>
</form>
<h2 style="border-bottom: 1px solid #333;"></h2>
<button id="submitBtn" class="btn">Save Config</button>
</div>
</div>
<script src="/_api/_plugins/_assets/scripts/admin-dashboard-uikit.js"></script>
<script src="assets/vendor/lodash/dist/lodash.js"></script>
<script src="assets/vendor/couchr.js"></script>
<script src="assets/js/main.js"></script>
</body>
<!--
Some portions adapted from https://github.com/hoodiehq/hoodie-plugin-appconfig
Other remaining work Copyright (C) 2013 Xiatron LLC
-->
</html>