1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Added warning for 4.3

This commit is contained in:
Vikram Goyal
2019-11-05 17:41:32 +10:00
committed by GitHub
parent 3b544804ec
commit 3ffbdea3f9

View File

@@ -44,6 +44,7 @@
</a>
<% end %>
<select id="version-selector" onchange="versionSelector(this);">
<option value="4.3">4.3</option>
<option value="4.2">4.2</option>
<option value="4.1">4.1</option>
<option value="3.11">3.11</option>
@@ -109,6 +110,13 @@
<div class="page-header">
<h1><%= article_title %></h1>
</div>
<% if (version == "4.3") %>
<font size="+1" color="red">This documentation is work in progress and might not be complete or fully tested.</font>
<div id="annoying-box"
style="position: fixed; top: 100px; left: 10px; width: 100px; height: 100px; color: red">
This documentation is work in progress and might not be complete or fully tested.
</div>
<% end %>
<%= content %>
</div>
</div>