mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
112 lines
6.0 KiB
Plaintext
112 lines
6.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<!--[if IE 8]> <html class="ie8"> <![endif]-->
|
|
<!--[if IE 9]> <html class="ie9"> <![endif]-->
|
|
<!--[if gt IE 9]><!-->
|
|
<html>
|
|
<!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
|
|
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css">
|
|
<link href="<%= File.join(css_path, 'docs.css') %>" rel="stylesheet" />
|
|
<link href="<%= File.join(css_path, 'search.css') %>" rel="stylesheet" />
|
|
<link href="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" rel="apple-touch-icon-precomposed" type="image/png">
|
|
<link href="https://assets.openshift.net/content/subdomain/favicon32x32.png" rel="shortcut icon" type="text/css">
|
|
<link href="https://assets.openshift.net/content/osh-nav-footer.css" rel="stylesheet" type="text/css" media="screen, print" />
|
|
<!--[if IE]><link rel="shortcut icon" href="https://assets.openshift.net/content/subdomain/favicon.ico"><![endif]-->
|
|
<!-- or, set /favicon.ico for IE10 win -->
|
|
<meta content="OpenShift" name="application-name">
|
|
<meta content="#000000" name="msapplication-TileColor">
|
|
<meta content="https://assets.openshift.net/content/subdomain/touch-icon-precomposed.png" name="msapplication-TileImage">
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://assets.openshift.net/content/html5shiv.js" type="text/javascript"></script>
|
|
<script src="https://assets.openshift.net/content/respond.js" type="text/javascript"></script>
|
|
<link href="https://assets.openshift.net/content/vendor/respond-js/respond-proxy.html" id="respond-proxy" rel="respond-proxy">
|
|
<link href="<%= File.join(images_path, "respond.proxy.gif") %>" id="respond-redirect" rel="respond-redirect">
|
|
<script src="<%= File.join(javascripts_path, "respond.proxy.js") %>" type="text/javascript"></script>
|
|
<![endif]-->
|
|
<script src="https://assets.openshift.net/content/modernizr.js" type="text/javascript"></script>
|
|
<script src="https://assets.openshift.net/content/subdomain.js" type="text/javascript"></script>
|
|
<script src="https://assets.openshift.net/content/nav-tertiary.js" type="text/javascript"></script>
|
|
<script src="<%= File.join(javascripts_path, "bootstrap-offcanvas.js") %>" type="text/javascript"></script>
|
|
<script src="<%= File.join(javascripts_path, "reformat-html.js") %>" type="text/javascript"></script>
|
|
<script src="<%= File.join(javascripts_path, "hc-search.js") %>" type="text/javascript"></script>
|
|
<%= render("_templates/_analytics.html.erb", :distro_key => distro_key) %>
|
|
</head>
|
|
<body>
|
|
<%= render("_templates/_topnav.html.erb", :distro_key => distro_key) %>
|
|
<div class="container">
|
|
<p class="toggle-nav visible-xs pull-left">
|
|
<button class="btn btn-default btn-sm" type="button" data-toggle="offcanvas">Toggle nav</button>
|
|
</p>
|
|
<ol class="breadcrumb">
|
|
<li class="sitename">
|
|
<a href="<%= site_home_path %>"><%= site_name %></a>
|
|
</li>
|
|
<li class="hidden-xs active">
|
|
<%= breadcrumb_root %>
|
|
</li>
|
|
<li class="hidden-xs active">
|
|
<%= breadcrumb_group %>
|
|
</li>
|
|
<%= breadcrumb_subgroup_block %>
|
|
<li class="hidden-xs active">
|
|
<%= breadcrumb_topic %>
|
|
</li>
|
|
<% if (distro_key != "openshift-origin") %>
|
|
<span text-align="right" style="float: right !important">
|
|
<a href="https://github.com/openshift/openshift-docs/commits/enterprise-<%= (distro_key == "openshift-enterprise") ? version : ((distro_key == "openshift-dedicated") ? "3.7" : "3.7") %>/<%= repo_path %>">
|
|
Page history
|
|
</a>
|
|
/
|
|
<a href="https://github.com/openshift/openshift-docs/issues/new?title=<%= (distro_key == "openshift-enterprise") ? "[enterprise-#{version}] Edit suggested in file #{repo_path}" :
|
|
((distro_key == "openshift-dedicated") ? "[dedicated] Edit suggested in file #{repo_path}" : "[online] Edit suggested in file #{repo_path}") %>">
|
|
Suggest an edit
|
|
</a>
|
|
</span>
|
|
<% end %>
|
|
</ol>
|
|
<div class="row row-offcanvas row-offcanvas-left">
|
|
<div class="col-xs-8 col-sm-3 col-md-3 sidebar sidebar-offcanvas">
|
|
<div class="row-fluid">
|
|
<%= render("_templates/_search.html.erb", :distro_key => distro_key, :version => version) %>
|
|
</div>
|
|
<%= render("_templates/_nav_openshift.html.erb", :navigation => navigation, :group_id => group_id, :topic_id => topic_id, :subgroup_id => subgroup_id, :subtopic_shim => subtopic_shim) %>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-9 col-md-9 main">
|
|
<div class="page-header">
|
|
<h1><%= article_title %></h1>
|
|
</div>
|
|
<%= content %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/*<![CDATA[*/
|
|
$(document).ready(function() {
|
|
$("[id^='topicGroup']").on('show.bs.collapse', function (event) {
|
|
if (!($(event.target).attr('id').match(/^topicSubGroup/))) {
|
|
$(this).parent().find("[id^='tgSpan']").toggleClass("fa-angle-right fa-angle-down");
|
|
}
|
|
});
|
|
$("[id^='topicGroup']").on('hide.bs.collapse', function (event) {
|
|
if (!($(event.target).attr('id').match(/^topicSubGroup/))) {
|
|
$(this).parent().find("[id^='tgSpan']").toggleClass("fa-angle-right fa-angle-down");
|
|
}
|
|
});
|
|
$("[id^='topicSubGroup']").on('show.bs.collapse', function () {
|
|
$(this).parent().find("[id^='sgSpan']").toggleClass("fa-caret-right fa-caret-down");
|
|
});
|
|
$("[id^='topicSubGroup']").on('hide.bs.collapse', function () {
|
|
$(this).parent().find("[id^='sgSpan']").toggleClass("fa-caret-right fa-caret-down");
|
|
});
|
|
});
|
|
/*]]>*/
|
|
</script>
|
|
<%= render("_templates/_footer.html.erb", :distro_key => distro_key, :images_path => images_path) %>
|
|
</body>
|
|
</html>
|