Sample Header
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> If you do not include this meta tag in the page it will be injected automatically.
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> The meta tags described above should appear immediately below<title></title>
<link href="/lib/tpl/css/preventFullHeaderJump.css" rel="stylesheet" type="text/css">
<link href="/lib/tpl/css/bootstrap.css" rel="stylesheet" type="text/css"> - JQuery Include
<script src="/lib/js/jquery-1.11.0.min.js"></script>- Bootstrap JS Include
<script src="/lib/tpl/js/bootstrap.min.js"></script>
This include script is responsible to inject the Header and footer in the page. There are two options:
Standard or Normal header (below)<script data-main="/lib/hf/js/nocache/App" src="/lib/hf/js/require.js"></script> <script data-main="/lib/hf/js/nocache/App" src="/lib/hf/js/require.js" data-template-name="slim"></script> <script data-main="/lib/hf/js/nocache/App" src="/lib/hf/js/require.js"></script> If you are using this template on interdev the above relative paths are sufficient. If you use the template on a different server (other than interdev) please replace relative paths with absolute paths. make sure to replace all the relative paths with absolute paths. Append//dpw.lacounty.gov to all the paths.
- Relative Path
- /lib/hf/js/nocache/App
- Absolute Path
- //dpw.lacounty.gov/lib/hf/js/nocache/App
<script data-main="//dpw.lacounty.gov/lib/hf/js/nocache/App" src="//dpw.lacounty.gov/lib/hf/js/require.js"></script>