961f544a4e
In order to be fully functional to be consumable from an external project ( ie docthemes) - removed from external deprecation badge references to boostrap css and font awesome css - removed relative references to js and css and made it absolutes Change-Id: I07809ba90a4a7cae996994a856d9d6be9d7a1195
13 lines
756 B
HTML
13 lines
756 B
HTML
<!-- Custom CSS -->
|
|
<link href="https://docs.openstack.org/common/css/deprecated-badge.css" rel="stylesheet">
|
|
<script src="https://docs.openstack.org/common/js/deprecated-badge.js"></script>
|
|
|
|
<div class="deprecated-badge fixed deprecated-badge-development" id="deprecated-badge">
|
|
<span class="deprecated-badge-close-button" id="deprecated-badge-close-button" title="close">x</span>
|
|
<div class="container">
|
|
<p class="deprecated-badge-left">
|
|
This release is under development. The current supported release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
|
|
</p>
|
|
<a class="deprecated-badge-right" href="#top"><i aria-hidden="true" class="fa fa-chevron-up"></i>Back to Top</a>
|
|
</div>
|
|
</div> |