-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update footer to latest base + Boston Children's
- Loading branch information
Showing
1 changed file
with
69 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,73 @@ | ||
</div> <!-- /inner-wrapper --> | ||
</div> <!-- /row --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-content --> | ||
</div> <!-- /inner-wrapper --> | ||
</div> <!-- /row --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-content --> | ||
|
||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails --> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/jquery-ui.min.js"> </script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/jquery.js"> </script> <!-- note keep space here, otherwise it will be transformed to empty tag -> fails --> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/jquery-ui.min.js"> </script> | ||
{% if includetabscripts %} | ||
<script type="text/javascript"> | ||
try { | ||
var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index'); | ||
} catch(exception) { | ||
} | ||
|
||
if (!currentTabIndex) | ||
currentTabIndex = '0'; | ||
|
||
$( '#tabs' ).tabs({ | ||
active: currentTabIndex, | ||
activate: function( event, ui ) { | ||
var active = $('.selector').tabs('option', 'active'); | ||
currentTabIndex = ui.newTab.index(); | ||
document.activeElement.blur(); | ||
try { | ||
sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex); | ||
} catch(exception) { | ||
} | ||
} | ||
}); | ||
</script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/tabs.js"> </script> | ||
{% endif %} | ||
<script type="text/javascript"> | ||
$(document).ready(function(){ | ||
if(window.location.hash != "") { | ||
$('a[href="' + window.location.hash + '"]').click() | ||
} | ||
}); | ||
</script> | ||
<div id="segment-footer" igtool="footer" class="segment"> <!-- segment-footer --> | ||
<div class="container"> <!-- container --> | ||
<div class="inner-wrapper"> | ||
<p> | ||
IG © {{site.data.info.copyrightyear}} <a style="color: #81BEF7" href="{{site.data.fhir.ig.contact[0].telecom[0]}}">{{site.data.fhir.ig.publisher | escape}}</a> and <a style="color: #81BEF7" href="https://smarthealthit.org">Boston Children's Hospital</a> Package {{site.data.fhir.packageId}}#{{site.data.fhir.igVer}} based on <a style="color: #81BEF7" href="{{site.data.fhir.path}}">FHIR {{site.data.fhir.version}}</a>. Generated <span title="{{site.data.fhir.genDate}}">{{site.data.fhir.genDate | date: "%Y-%m-%d"}}</span> | ||
<br/> | ||
<span style="color: #FFFF77"> | ||
{% include fragment-footer.html %} | ||
</span> | ||
</p> | ||
</div> <!-- /inner-wrapper --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-footer --> | ||
|
||
<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer --> | ||
<div class="container"> <!-- container --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-post-footer --> | ||
|
||
<!-- JS and analytics only. --> | ||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/bootstrap.min.js"> </script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/respond.min.js"> </script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/anchor.min.js"> </script> | ||
<script>anchors.options.visible = 'hover' | ||
anchors.add()</script> | ||
|
||
<!-- Analytics Below | ||
================================================== --> | ||
</body> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/window-hash.js"> </script> | ||
<a name="bottom"> </a> | ||
<div id="segment-footer" igtool="footer" class="segment"> <!-- segment-footer --> | ||
<div class="container"> <!-- container --> | ||
{% if shownav == 'y' %} | ||
<div style="background-color:var(--footer-nav-bg-color)"> | ||
<table style="width:100%"> | ||
<tbody> | ||
<tr> | ||
<td style="text-align:left">  | ||
{% if site.data.pages[page.path].previous %} | ||
<a href="{{site.data.pages[page.path].previous}}"><prev</a> | ||
{% else %} | ||
<span style="visibility:hidden"><prev</span> | ||
{% endif %} | ||
</td> | ||
<td style="text-align:center"> | ||
<a href="#top">top</a> | ||
</td> | ||
<td style="text-align:right">  | ||
{% if site.data.pages[page.path].next %} | ||
<a href="{{site.data.pages[page.path].next}}">next></a> | ||
{% else %} | ||
<span style="visibility:hidden">next></span> | ||
{% endif %} | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
{% endif %} | ||
<div class="inner-wrapper"> | ||
<p> | ||
IG © {{site.data.info.copyrightyear}} <a style="color:var(--footer-hyperlink-text-color)" href="{{site.data.fhir.ig.contact[0].telecom[0]}}">{{site.data.fhir.ig.publisher | escape}}</a> and <a style="color:var(--footer-hyperlink-text-color)" href="https://smarthealthit.org">Boston Children's Hospital</a>. Package {{site.data.fhir.packageId}}#{{site.data.fhir.igVer}} based on <a style="color: var(--footer-hyperlink-text-color)" href="{{site.data.fhir.path}}">FHIR {{site.data.fhir.version}}</a>. Generated <span title="{{site.data.fhir.genDate}}">{{site.data.fhir.genDate | date: "%Y-%m-%d"}}</span> | ||
<br/> | ||
<span style="color: var(--footer-highlight-text-color)"> | ||
{% include fragment-footer.html %} | ||
</span> | ||
</p> | ||
</div> <!-- /inner-wrapper --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-footer --> | ||
|
||
<div id="segment-post-footer" class="segment hidden"> <!-- segment-post-footer --> | ||
<div class="container"> <!-- container --> | ||
</div> <!-- /container --> | ||
</div> <!-- /segment-post-footer --> | ||
|
||
<!-- JS and analytics only. --> | ||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/bootstrap.min.js"> </script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/respond.min.js"> </script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/anchor.min.js"> </script> | ||
<script type="text/javascript" src="assets/js/clipboard.min.js"> </script> | ||
<script type="text/javascript" src="assets/js/clipboard-btn.js"> </script> | ||
<script type="text/javascript" src="{{site.data.info.assets}}assets/js/anchor-hover.js"> </script> | ||
|
||
<!-- Analytics Below | ||
================================================== --> | ||
</body> | ||
</html> |