bootstrap-help-manager
Version:
Plugin and management console to create and manage help icons and content across an entire site.
47 lines (32 loc) • 1.27 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Console :: Bootstrap-Help-Manager</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<div class='container' id="helpsManager">
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="../external/ckeditor/ckeditor.js"></script>
<script src="../external/vertebratejs/vertebrate.min.js"></script>
<script src="../build/bhm.console.js"></script>
<script>
$(function() {
$('#helpsManager').BHMConsole({
templateurl: "../templates/bhm.console.html",
helpersurl: "../src/bhm.helpers.php",
pagesurl: "../src/bhm.pages.php"
});
})
</script>
</body>
</html>