Skip to content
mp-web-main-js.php 841 B
Newer Older
Olav Kvittem's avatar
Olav Kvittem committed
<!DOCTYPE html> <html lang="no">
  <?php include 'head-bs.html'?>
  <style type="text/css" title="currentStyle">
    @import "/mp-web/js/jquery-ui-1.10.3/themes/base/jquery-ui.css";
Olav Kvittem's avatar
Olav Kvittem committed
    #mp_opt { width:40em; }
  <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's avatar
Olav Kvittem committed
  $("#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");
  $('#body-bs').load("mp-web-bs.html");    // main body content
</script>

</body></html>