1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-19 09:45:57 +00:00
Munin-Contrib/templates/munstrap/templates/partial/footer.tmpl
2015-02-25 22:13:25 +00:00

28 lines
1 KiB
Cheetah

</div>
<div style="margin-top: 20px;" class="container">
<div class="well well-sm">
<small>This page was generated by <a href="http://www.munin-monitoring.org/">Munin</a> version <TMPL_VAR NAME="MUNIN_VERSION"> at <TMPL_VAR NAME="TIMESTAMP"> with <a href="https://github.com/jonnymccullagh/munstrap">MunStrap</a> template.</small>
</div>
</div>
<script src="<TMPL_VAR NAME="R_PATH">/static/js/bootstrap.min.js"></script>
<script type="text/javascript">
//Bootstrap tab anchor fix
var url = document.location.toString();
if (url.match('#')) {
var taget = url.split('#')[1];
$('.nav-tabs a[href=#' + taget + ']').tab('show');
$('.tab-pane.active').removeClass('active');
$('.tab-pane.in').removeClass('in');
$('#' + taget).addClass('active');
$('#' + taget).addClass('in');
$('#' + taget).addClass('fade');
}
$('.nav-tabs a').on('shown', function (e) {
window.location.hash = e.target.hash;
});
</script>
</body>
</html>