Merge pull request #191 from ASzc/KEYCLOAK-5387

Convert frames.html into non-frame global navigation bar
This commit is contained in:
Stian Thorgersen 2017-09-06 05:36:38 +02:00 committed by GitHub
commit c843927c75
20 changed files with 105 additions and 75 deletions

View file

@ -0,0 +1,81 @@
<style>
/* Global Navbar */
ul#globalnav {
background-color: #ededed;
font-family: "Open Sans","DejaVu Sans",sans-serif;
list-style: none;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
left: 0px;
top: 0px;
font-size: 0.6em;
height: 30px;
}
ul#globalnav::after {
content: "";
display: block;
clear: both;
}
ul#globalnav li {
float: left;
}
ul#globalnav li a {
display: inline-block;
color: #004670;
text-align: center;
padding: 0.75em;
text-decoration: none;
}
ul#globalnav li a:hover {
color: #428bca;
}
#toc.toc2 {
top: 30px;
}
body.toc2 {
padding-top: 30px;
}
@media only screen and (min-width:768px) {
ul#globalnav {
font-size: 0.75em;
height: 40px;
}
#toc.toc2 {
top: 40px;
}
body.toc2 {
padding-top: 40px;
}
}
@media only screen and (min-width:1280px) {
ul#globalnav {
font-size: 1em;
height: 48px;
}
#toc.toc2 {
top: 48px;
}
body.toc2 {
padding-top: 48px;
}
}
</style>

9
aggregation/navbar.html Normal file
View file

@ -0,0 +1,9 @@
<ul id="globalnav">
<li><a href="../getting_started/{masterFile}.html">Getting Started</a></li>
<li><a href="../server_installation/{masterFile}.html">Server Installation</a></li>
<li><a href="../securing_apps/{masterFile}.html">Securing Apps</a></li>
<li><a href="../server_admin/{masterFile}.html">Server Admin</a></li>
<li><a href="../server_development/{masterFile}.html">Server Development</a></li>
<li><a href="../authorization_services/{masterFile}.html">Authorization Services</a></li>
<li><a href="../upgrading/{masterFile}.html">Upgrading</a></li>
</ul>

View file

@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Documentation Index</title>
</head>
<style>
img {
position: absolute;
top: 0; bottom:0; left: 0; right:0;
margin: auto;
}
</style>
<body>
<img src="keycloak_logo.png"/>
</body>
</html>

View file

@ -1,47 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Documentation Index</title>
</head>
<style>
body {
background-color: #ededed;
font-family: sans-serif;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
li a {
display: inline-block;
color: #004670;
text-align: center;
padding: 5px 16px;
text-decoration: none;
}
li a:hover {
color: #428bca;
}
</style>
<body>
<ul>
<li><a href="getting_started/${masterFile}.html" target="main">Getting Started</a></li>
<li><a href="server_installation/${masterFile}.html" target="main">Server Installation</a></li>
<li><a href="securing_apps/${masterFile}.html" target="main">Securing Apps</a></li>
<li><a href="server_admin/${masterFile}.html" target="main">Server Admin</a></li>
<li><a href="server_development/${masterFile}.html" target="main">Server Development</a></li>
<li><a href="authorization_services/${masterFile}.html" target="main">Authorization Services</a></li>
<li><a href="upgrading/${masterFile}.html" target="main">Upgrading</a></li>
</ul>
</body>
</html>

View file

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Keycloak Documentation</title>
</head>
<frameset rows="45px,90%">
<frame name="top" src="frames-links.html" frameborder="0"/>
<frame name="main" src="frames-index.html" frameborder="0"/>
</frameset>
</html>

View file

@ -0,0 +1 @@
../aggregation/navbar.html

View file

@ -0,0 +1 @@
../aggregation/navbar-head.html

View file

@ -0,0 +1 @@
../aggregation/navbar.html

View file

@ -0,0 +1 @@
../aggregation/navbar-head.html

View file

@ -99,6 +99,7 @@
<idprefix/> <idprefix/>
<idseparator>-</idseparator> <idseparator>-</idseparator>
<docinfo1>true</docinfo1> <docinfo1>true</docinfo1>
<masterFile>${masterFile}</masterFile>
</attributes> </attributes>
<resources> <resources>
<resource> <resource>

View file

@ -0,0 +1 @@
../aggregation/navbar.html

1
securing_apps/docinfo.html Symbolic link
View file

@ -0,0 +1 @@
../aggregation/navbar-head.html

View file

@ -0,0 +1 @@
../aggregation/navbar.html

1
server_admin/docinfo.html Symbolic link
View file

@ -0,0 +1 @@
../aggregation/navbar-head.html

View file

@ -0,0 +1 @@
../aggregation/navbar.html

View file

@ -0,0 +1 @@
../aggregation/navbar-head.html

View file

@ -0,0 +1 @@
../aggregation/navbar.html

View file

@ -0,0 +1 @@
../aggregation/navbar-head.html

View file

@ -0,0 +1 @@
../aggregation/navbar.html

1
upgrading/docinfo.html Symbolic link
View file

@ -0,0 +1 @@
../aggregation/navbar-head.html