You need to sign in or sign up before continuing.
Newer
Older

Olav Kvittem
committed
<head>
<?php include 'head-bs.html'?>

Olav Kvittem
committed
<style type="text/css" title="currentStyle">
@import "/mp-web/js/jquery-ui-1.10.3/themes/base/jquery-ui.css";

Olav Kvittem
committed
</style>
<script type="text/javascript" src="/mp-web/js/jquery-ui-1.10.3/ui/jquery-ui.js"></script>
<link href="/mp-web/js/select2/select2.css" rel="stylesheet"/>
<script type="text/javascript" src="/mp-web/js/select2/select2.js"></script>
<script type="text/javascript" src="/mp-web/js/mp-select.js"></script>

Olav Kvittem
committed
</head>
<body>
<?php include 'body-bs.html'?>
<script>
$("#title-bs").html('<a href="https://www.uninett.no/malepale-detaljer">Målepåle</a>'); // title
$('#top-menu-bs').load("/mp-web/top-menu-bs.html");

Olav Kvittem
committed
$('#body-bs').load("mp-web-bs.html"); // main body content
</script>
</body></html>