You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.1 KiB

<!DOCTYPE html>
<html lang="{$lang}">
<head>
<title>{$msg_title}</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="LDAP Tool Box" />
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap-theme.min.css" />
<link rel="stylesheet" type="text/css" href="vendor/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="css/self-service-password.css" />
{if $custom_css}
<link rel="stylesheet" type="text/css" href="{$custom_css}" />
{/if}
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<link href="images/favicon.ico" rel="shortcut icon" />
{if $background_image}
<style>
html, body {
background: url({$background_image}) no-repeat center fixed;
background-size: cover;
}
</style>
{/if}
</head>
<body>
<div class="container">