corporate-frontend-mithril
Version:
Corporate frontend MithrilJS modules
26 lines (25 loc) • 1.1 kB
HTML
<html>
<head>
<title>Corporate</title>
<link rel="shortcut icon" href="../src/assets/images/favicon.png">
</head>
<body >
<div class="b-jumbotron-page b-js-anchor-scroll-hack b-unlearn-page b-unlearn-page--article">
<section class="bodyContentContainer" id="skip-to-content">
<div class="container">
<div class="grid">
<div class="grid__cell">
<h1 class="b-title b-title--first b-title--h2">APO Advanced search</h1>
<!--
1. data-page-type is defined in 'advanced-search-form-constant.js' and will determine the visibility of the dropdowns in 'advanced-search-service.js'
2. data-domain-id and data-org-unit-code will need to match the faculties' code and will be query the dropdown values from webservices
-->
<div id="b-js-apo-advanced-search" data-page-type="advanced-search" data-domain-id="2" data-org-unit-code="5000053010M3000Q0000"></div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>