Compare commits
4 Commits
main
...
transcaffe
Author | SHA1 | Date | |
---|---|---|---|
c84b445972 | |||
da515cfeb6 | |||
45dfda6c80 | |||
a09c4edc9f |
3
da47/account/theme.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parent=keycloak.v3
|
||||||
|
import=common/da47
|
||||||
|
logo=/img/antifa_coffee_cups.png
|
3
da47/admin/theme.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parent=keycloak.v2
|
||||||
|
import=common/da47
|
||||||
|
logo=/img/antifa_trans_pride.png
|
BIN
da47/common/resources/img/antifa_coffee_cups.png
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
da47/common/resources/img/antifa_lesbian_pride.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
da47/common/resources/img/antifa_trans_pride.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
da47/common/resources/img/background.jpg
Normal file
After Width: | Height: | Size: 434 KiB |
BIN
da47/common/resources/img/background_christmas.jpg
Normal file
After Width: | Height: | Size: 176 KiB |
BIN
da47/common/resources/img/favicon-196x196.png
Normal file
After Width: | Height: | Size: 61 KiB |
28
da47/login/resources/css/custom.css
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
div.kc-logo-text {
|
||||||
|
background-image: url('../img/antifa_lesbian_pride.png');
|
||||||
|
background-size: 256px 256px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 256px;
|
||||||
|
width: 256px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
div.kc-logo-text span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-pf body {
|
||||||
|
background: url('../img/background.jpg') no-repeat center center fixed !important;
|
||||||
|
background-size: cover !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
#kc-header-wrapper {
|
||||||
|
padding: 20px 0 60px 0 !important;
|
||||||
|
color: #ededed !important;
|
||||||
|
font-size: 29px !important;
|
||||||
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
||||||
|
letter-spacing: 3px !important;
|
||||||
|
line-height: 1.2em !important;
|
||||||
|
text-align: center !important;
|
||||||
|
}
|
||||||
|
}
|
5
da47/login/theme.properties
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
parent=keycloak
|
||||||
|
import=common/da47
|
||||||
|
|
||||||
|
styles=styles=web_modules/@fontawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/login.css css/custom.css
|
||||||
|
logo=img/antifa_lesbian_pride.png
|
130
da47/welcome/index.ftl
Executable file
@ -0,0 +1,130 @@
|
|||||||
|
<!--
|
||||||
|
~ JBoss, Home of Professional Open Source.
|
||||||
|
~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
|
||||||
|
~ as indicated by the @author tags. See the copyright.txt file in the
|
||||||
|
~ distribution for a full listing of individual contributors.
|
||||||
|
~
|
||||||
|
~ This is free software; you can redistribute it and/or modify it
|
||||||
|
~ under the terms of the GNU Lesser General Public License as
|
||||||
|
~ published by the Free Software Foundation; either version 2.1 of
|
||||||
|
~ the License, or (at your option) any later version.
|
||||||
|
~
|
||||||
|
~ This software is distributed in the hope that it will be useful,
|
||||||
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
~ Lesser General Public License for more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU Lesser General Public
|
||||||
|
~ License along with this software; if not, write to the Free
|
||||||
|
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
||||||
|
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Welcome to ${productName}</title>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
|
||||||
|
|
||||||
|
<#if properties.stylesCommon?has_content>
|
||||||
|
<#list properties.stylesCommon?split(' ') as style>
|
||||||
|
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
|
||||||
|
</#list>
|
||||||
|
</#if>
|
||||||
|
<#if properties.styles?has_content>
|
||||||
|
<#list properties.styles?split(' ') as style>
|
||||||
|
<link href="${resourcesPath}/${style}" rel="stylesheet" />
|
||||||
|
</#list>
|
||||||
|
</#if>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="container-fluid">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
|
||||||
|
<div class="welcome-header">
|
||||||
|
<img src="${resourcesPath}/logo.png" alt="${productName}" border="0" />
|
||||||
|
<h1>Welcome to <strong>auth.da47.net</strong></h1>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://auth.da47.net/realms/durlacher-allee-47/account"><i class="fa fa-users link" aria-hidden="true"></i> Account Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
<#if adminConsoleEnabled>
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<#if successMessage?has_content>
|
||||||
|
<p class="alert success">${successMessage}</p>
|
||||||
|
<#elseif errorMessage?has_content>
|
||||||
|
<p class="alert error">${errorMessage}</p>
|
||||||
|
<h3><img src="welcome-content/user.png">Administration Console</h3>
|
||||||
|
<#elseif bootstrap>
|
||||||
|
<#if localUser>
|
||||||
|
<h3><img src="welcome-content/user.png">Administration Console</h3>
|
||||||
|
<p>Please create an initial admin user to get started.</p>
|
||||||
|
<#else>
|
||||||
|
<p class="welcome-message">
|
||||||
|
<img src="welcome-content/alert.png">You need local access to create the initial admin user. <br><br>Open <a href="${localAdminUrl}">${localAdminUrl}</a>
|
||||||
|
<br>${adminUserCreationMessage}.
|
||||||
|
</p>
|
||||||
|
</#if>
|
||||||
|
</#if>
|
||||||
|
|
||||||
|
<#if bootstrap && localUser>
|
||||||
|
<form method="post" class="welcome-form">
|
||||||
|
<p>
|
||||||
|
<label for="username">Username</label>
|
||||||
|
<input id="username" name="username" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<label for="password">Password</label>
|
||||||
|
<input id="password" name="password" type="password" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<label for="passwordConfirmation">Password confirmation</label>
|
||||||
|
<input id="passwordConfirmation" name="passwordConfirmation" type="password" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<input id="stateChecker" name="stateChecker" type="hidden" value="${stateChecker}" />
|
||||||
|
|
||||||
|
<button id="create-button" type="submit" class="btn btn-primary">Create</button>
|
||||||
|
</form>
|
||||||
|
</#if>
|
||||||
|
|
||||||
|
<div class="welcome-primary-link">
|
||||||
|
<h3><a href="https://auth.da47.net/admin/durlacher-allee-47/console"><i class="fa fa-wrench link" aria-hidden="true"></i> Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</#if> <#-- adminConsoleEnabled -->
|
||||||
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://hass.home.da47.net"><i class="fa fa-home link" aria-hidden="true"></i> HomeAssistent <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
<#if properties.displayCommunityLinks = "true">
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://dcim.infra.da47.net"><i class="fa fa-database link" aria-hidden="true"></i> Netbox <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://groups.google.com/forum/#!forum/keycloak-user"><img src="welcome-content/mail.png">Mailing List <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://github.com/keycloak/keycloak/issues"><img src="welcome-content/bug.png">Report an issue <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
</#if>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
da47/welcome/resources/admin-console.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
da47/welcome/resources/alert.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
da47/welcome/resources/bg.jpg
Normal file
After Width: | Height: | Size: 434 KiB |
BIN
da47/welcome/resources/bug.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
149
da47/welcome/resources/css/welcome.css
Normal file
@ -0,0 +1,149 @@
|
|||||||
|
body {
|
||||||
|
background: #111 url(../bg.jpg) no-repeat center bottom fixed;
|
||||||
|
background-size: cover;
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
.welcome-header {
|
||||||
|
margin-top: 30px;
|
||||||
|
margin-bottom: 60px;
|
||||||
|
margin-left: -10px;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
.welcome-header img {
|
||||||
|
width: 150px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.welcome-header h1 {
|
||||||
|
font-weight: 500 !important;
|
||||||
|
}
|
||||||
|
.welcome-header h1 strong {
|
||||||
|
font-weight: 800 !important;
|
||||||
|
}
|
||||||
|
.welcome-message {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.h-l {
|
||||||
|
min-height: 370px;
|
||||||
|
padding: 10px 20px 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.h-l h3 {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.h-m {
|
||||||
|
height: 110px;
|
||||||
|
padding-top: 23px;
|
||||||
|
}
|
||||||
|
.card-pf img {
|
||||||
|
width: 22px;
|
||||||
|
margin-right: 10px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
img.doc-img {
|
||||||
|
width: auto;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
.link {
|
||||||
|
font-size: 16px;
|
||||||
|
vertical-align: baseline;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-weight: 550;
|
||||||
|
}
|
||||||
|
h3 a:link,
|
||||||
|
h3 a:visited {
|
||||||
|
color: #ddd;
|
||||||
|
font-weight: 550;
|
||||||
|
}
|
||||||
|
h3 a:hover,
|
||||||
|
h3 a:hover .link {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #00659c;
|
||||||
|
}
|
||||||
|
.h-l h3 a img {
|
||||||
|
height: 30px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-pf {
|
||||||
|
border-top: 1px solid rgba(3, 3, 3, 0.1);
|
||||||
|
box-shadow: 0 1px 1px rgba(3, 3, 3, 0.275);
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-form label,
|
||||||
|
.welcome-form input {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-form label {
|
||||||
|
color: #828486;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
||||||
|
.welcome-form input {
|
||||||
|
border: 0;
|
||||||
|
border-bottom: solid 1px #cbcbcb;
|
||||||
|
}
|
||||||
|
.welcome-form input:focus {
|
||||||
|
border-bottom: solid 1px #5e99c6;
|
||||||
|
outline-width: 0;
|
||||||
|
}
|
||||||
|
.welcome-form button {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.error {
|
||||||
|
color: #c00;
|
||||||
|
border-color: #c00;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.success {
|
||||||
|
color: #3f9c35;
|
||||||
|
border-color: #3f9c35;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.welcome-form + .welcome-primary-link,
|
||||||
|
.welcome-message + .welcome-primary-link {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer img {
|
||||||
|
float: right;
|
||||||
|
width: 150px;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.welcome-header {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.welcome-header img {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.h-l,
|
||||||
|
.h-m {
|
||||||
|
height: auto;
|
||||||
|
min-height: auto;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.h-l img {
|
||||||
|
display: inline;
|
||||||
|
margin-bottom: auto;
|
||||||
|
}
|
||||||
|
.description {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.footer img {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
BIN
da47/welcome/resources/keycloak-project.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
da47/welcome/resources/keycloak_log.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
da47/welcome/resources/logo.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
da47/welcome/resources/mail.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
da47/welcome/resources/user.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
8
da47/welcome/theme.properties
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
styles=css/welcome.css
|
||||||
|
import=common/keycloak
|
||||||
|
|
||||||
|
stylesCommon=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css
|
||||||
|
|
||||||
|
productName=auth.da47.net
|
||||||
|
documentationUrl=https://www.keycloak.org/documentation.html
|
||||||
|
displayCommunityLinks=true
|
3
finallycoffee/account/theme.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parent=keycloak.v3
|
||||||
|
import=common/finallycoffee
|
||||||
|
logo=/img/antifa_coffee_cups.png
|
3
finallycoffee/admin/theme.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parent=keycloak.v2
|
||||||
|
import=common/finallycoffee
|
||||||
|
logo=/img/antifa_trans_pride.png
|
BIN
finallycoffee/common/resources/img/antifa_coffee_cups.png
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
finallycoffee/common/resources/img/antifa_lesbian_pride.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
finallycoffee/common/resources/img/antifa_trans_pride.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
finallycoffee/common/resources/img/background.jpg
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
finallycoffee/common/resources/img/favicon-196x196.png
Normal file
After Width: | Height: | Size: 61 KiB |
28
finallycoffee/login/resources/css/custom.css
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
div.kc-logo-text {
|
||||||
|
background-image: url('../img/antifa_lesbian_pride.png');
|
||||||
|
background-size: 256px 256px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 256px;
|
||||||
|
width: 256px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
div.kc-logo-text span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-pf body {
|
||||||
|
background: url('../img/background.jpg') no-repeat center center fixed !important;
|
||||||
|
background-size: cover !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
#kc-header-wrapper {
|
||||||
|
padding: 20px 0 60px 0 !important;
|
||||||
|
color: #ededed !important;
|
||||||
|
font-size: 29px !important;
|
||||||
|
font-weight: var(--pf-global--FontWeight--normal) !important;
|
||||||
|
letter-spacing: 3px !important;
|
||||||
|
line-height: 1.2em !important;
|
||||||
|
text-align: center !important;
|
||||||
|
}
|
||||||
|
}
|
5
finallycoffee/login/theme.properties
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
parent=keycloak
|
||||||
|
import=common/finallycoffee
|
||||||
|
|
||||||
|
styles=styles=web_modules/@fontawesome/fontawesome-free/css/icons/all.css web_modules/@patternfly/react-core/dist/styles/base.css web_modules/@patternfly/react-core/dist/styles/app.css node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/login.css css/custom.css
|
||||||
|
logo=img/antifa_lesbian_pride.png
|
135
finallycoffee/welcome/index.ftl
Executable file
@ -0,0 +1,135 @@
|
|||||||
|
<!--
|
||||||
|
~ JBoss, Home of Professional Open Source.
|
||||||
|
~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
|
||||||
|
~ as indicated by the @author tags. See the copyright.txt file in the
|
||||||
|
~ distribution for a full listing of individual contributors.
|
||||||
|
~
|
||||||
|
~ This is free software; you can redistribute it and/or modify it
|
||||||
|
~ under the terms of the GNU Lesser General Public License as
|
||||||
|
~ published by the Free Software Foundation; either version 2.1 of
|
||||||
|
~ the License, or (at your option) any later version.
|
||||||
|
~
|
||||||
|
~ This software is distributed in the hope that it will be useful,
|
||||||
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
~ Lesser General Public License for more details.
|
||||||
|
~
|
||||||
|
~ You should have received a copy of the GNU Lesser General Public
|
||||||
|
~ License along with this software; if not, write to the Free
|
||||||
|
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
||||||
|
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
||||||
|
-->
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Welcome to ${productName}</title>
|
||||||
|
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
|
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
|
||||||
|
|
||||||
|
<#if properties.stylesCommon?has_content>
|
||||||
|
<#list properties.stylesCommon?split(' ') as style>
|
||||||
|
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
|
||||||
|
</#list>
|
||||||
|
</#if>
|
||||||
|
<#if properties.styles?has_content>
|
||||||
|
<#list properties.styles?split(' ') as style>
|
||||||
|
<link href="${resourcesPath}/${style}" rel="stylesheet" />
|
||||||
|
</#list>
|
||||||
|
</#if>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="container-fluid">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
|
||||||
|
<div class="welcome-header">
|
||||||
|
<img src="${resourcesPath}/logo.png" alt="${productName}" border="0" />
|
||||||
|
<h1>Welcome to <strong>${productName}</strong></h1>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<#if adminConsoleEnabled>
|
||||||
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
<div class="card-pf h-l">
|
||||||
|
<#if successMessage?has_content>
|
||||||
|
<p class="alert success">${successMessage}</p>
|
||||||
|
<#elseif errorMessage?has_content>
|
||||||
|
<p class="alert error">${errorMessage}</p>
|
||||||
|
<h3><img src="welcome-content/user.png">Administration Console</h3>
|
||||||
|
<#elseif bootstrap>
|
||||||
|
<#if localUser>
|
||||||
|
<h3><img src="welcome-content/user.png">Administration Console</h3>
|
||||||
|
<p>Please create an initial admin user to get started.</p>
|
||||||
|
<#else>
|
||||||
|
<p class="welcome-message">
|
||||||
|
<img src="welcome-content/alert.png">You need local access to create the initial admin user. <br><br>Open <a href="${localAdminUrl}">${localAdminUrl}</a>
|
||||||
|
<br>${adminUserCreationMessage}.
|
||||||
|
</p>
|
||||||
|
</#if>
|
||||||
|
</#if>
|
||||||
|
|
||||||
|
<#if bootstrap && localUser>
|
||||||
|
<form method="post" class="welcome-form">
|
||||||
|
<p>
|
||||||
|
<label for="username">Username</label>
|
||||||
|
<input id="username" name="username" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<label for="password">Password</label>
|
||||||
|
<input id="password" name="password" type="password" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<label for="passwordConfirmation">Password confirmation</label>
|
||||||
|
<input id="passwordConfirmation" name="passwordConfirmation" type="password" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<input id="stateChecker" name="stateChecker" type="hidden" value="${stateChecker}" />
|
||||||
|
|
||||||
|
<button id="create-button" type="submit" class="btn btn-primary">Create</button>
|
||||||
|
</form>
|
||||||
|
</#if>
|
||||||
|
|
||||||
|
<div class="welcome-primary-link">
|
||||||
|
<h3><a href="${adminUrl}"><img src="welcome-content/user.png">Administration Console <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
<div class="description">
|
||||||
|
Centrally manage all aspects of the ${productName} server
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</#if> <#-- adminConsoleEnabled -->
|
||||||
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
<div class="card-pf h-l">
|
||||||
|
<h3><a href="${properties.documentationUrl}"><img class="doc-img" src="welcome-content/admin-console.png">Documentation <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
<div class="description">
|
||||||
|
|
||||||
|
User Guide, Admin REST API and Javadocs
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
<#if properties.displayCommunityLinks = "true">
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="http://www.keycloak.org"><img src="welcome-content/keycloak-project.png">Keycloak Project <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://groups.google.com/forum/#!forum/keycloak-user"><img src="welcome-content/mail.png">Mailing List <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-pf h-m">
|
||||||
|
<h3><a href="https://github.com/keycloak/keycloak/issues"><img src="welcome-content/bug.png">Report an issue <i class="fa fa-angle-right link" aria-hidden="true"></i></a></h3>
|
||||||
|
</div>
|
||||||
|
</#if>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
finallycoffee/welcome/resources/admin-console.png
Normal file
After Width: | Height: | Size: 712 B |
BIN
finallycoffee/welcome/resources/alert.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
finallycoffee/welcome/resources/bg.jpg
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
finallycoffee/welcome/resources/bug.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
149
finallycoffee/welcome/resources/css/welcome.css
Normal file
@ -0,0 +1,149 @@
|
|||||||
|
body {
|
||||||
|
background: #111 url(../bg.jpg) no-repeat center bottom fixed;
|
||||||
|
background-size: cover;
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
.welcome-header {
|
||||||
|
margin-top: 30px;
|
||||||
|
margin-bottom: 60px;
|
||||||
|
margin-left: -10px;
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
.welcome-header img {
|
||||||
|
width: 150px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.welcome-header h1 {
|
||||||
|
font-weight: 500 !important;
|
||||||
|
}
|
||||||
|
.welcome-header h1 strong {
|
||||||
|
font-weight: 800 !important;
|
||||||
|
}
|
||||||
|
.welcome-message {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
|
.h-l {
|
||||||
|
min-height: 370px;
|
||||||
|
padding: 10px 20px 10px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.h-l h3 {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
.h-m {
|
||||||
|
height: 110px;
|
||||||
|
padding-top: 23px;
|
||||||
|
}
|
||||||
|
.card-pf img {
|
||||||
|
width: 22px;
|
||||||
|
margin-right: 10px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
img.doc-img {
|
||||||
|
width: auto;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
.link {
|
||||||
|
font-size: 16px;
|
||||||
|
vertical-align: baseline;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-weight: 550;
|
||||||
|
}
|
||||||
|
h3 a:link,
|
||||||
|
h3 a:visited {
|
||||||
|
color: #ddd;
|
||||||
|
font-weight: 550;
|
||||||
|
}
|
||||||
|
h3 a:hover,
|
||||||
|
h3 a:hover .link {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #00659c;
|
||||||
|
}
|
||||||
|
.h-l h3 a img {
|
||||||
|
height: 30px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-pf {
|
||||||
|
border-top: 1px solid rgba(3, 3, 3, 0.1);
|
||||||
|
box-shadow: 0 1px 1px rgba(3, 3, 3, 0.275);
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-form label,
|
||||||
|
.welcome-form input {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.welcome-form label {
|
||||||
|
color: #828486;
|
||||||
|
font-weight: normal;
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
||||||
|
.welcome-form input {
|
||||||
|
border: 0;
|
||||||
|
border-bottom: solid 1px #cbcbcb;
|
||||||
|
}
|
||||||
|
.welcome-form input:focus {
|
||||||
|
border-bottom: solid 1px #5e99c6;
|
||||||
|
outline-width: 0;
|
||||||
|
}
|
||||||
|
.welcome-form button {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.error {
|
||||||
|
color: #c00;
|
||||||
|
border-color: #c00;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.success {
|
||||||
|
color: #3f9c35;
|
||||||
|
border-color: #3f9c35;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.welcome-form + .welcome-primary-link,
|
||||||
|
.welcome-message + .welcome-primary-link {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer img {
|
||||||
|
float: right;
|
||||||
|
width: 150px;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.welcome-header {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.welcome-header img {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.h-l,
|
||||||
|
.h-m {
|
||||||
|
height: auto;
|
||||||
|
min-height: auto;
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
.h-l img {
|
||||||
|
display: inline;
|
||||||
|
margin-bottom: auto;
|
||||||
|
}
|
||||||
|
.description {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.footer img {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
}
|
BIN
finallycoffee/welcome/resources/keycloak-project.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
finallycoffee/welcome/resources/keycloak_log.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
finallycoffee/welcome/resources/logo.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
finallycoffee/welcome/resources/mail.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
finallycoffee/welcome/resources/user.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
8
finallycoffee/welcome/theme.properties
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
styles=css/welcome.css
|
||||||
|
import=common/keycloak
|
||||||
|
|
||||||
|
stylesCommon=node_modules/patternfly/dist/css/patternfly.css node_modules/patternfly/dist/css/patternfly-additions.css
|
||||||
|
|
||||||
|
productName=id.finally.coffee
|
||||||
|
documentationUrl=https://www.keycloak.org/documentation.html
|
||||||
|
displayCommunityLinks=true
|