mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-16 18:01:20 +00:00
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
<%!
|
|
#include "../ServerConfig.h"
|
|
%><%%
|
|
bool withMaterialIcons = false;
|
|
%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Gradido Login Server: <%= pageName %></title>
|
|
<link rel="stylesheet" type="text/css" href="<%= ServerConfig::g_php_serverPath %>css/loginServer/style.css">
|
|
<% if(withMaterialIcons) { %>
|
|
<link rel="stylesheet" type="text/css" href="<%= ServerConfig::g_php_serverPath %>css/materialdesignicons.min.css">
|
|
<% } %>
|
|
</head>
|
|
<body class="header-fixed">
|
|
<div class="versionstring dev-info">
|
|
<p class="grd_small">Login Server in Entwicklung</p>
|
|
<p class="grd_small">Alpha <%= ServerConfig::g_versionString %></p>
|
|
</div>
|
|
<!--<nav class="grd-left-bar expanded" data-topbar role="navigation">
|
|
<div class="grd-left-bar-section">
|
|
<ul class="grd-no-style">
|
|
<li><a href="<%= ServerConfig::g_php_serverPath %>" class="grd-nav-bn">Startseite</a>
|
|
<li><a href="./account/logout" class="grd-nav-bn">Logout</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>--> |