openpanel/templates/tabler/license_error.html

78 lines
4.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Openpanel - Enterprise License verification failed</title>
<link href="/static/dist/css/tabler.min.css" rel="stylesheet" />
<link href="/static/dist/css/demo.min.css" rel="stylesheet" />
<style>
@import url('https://rsms.me/inter/inter.css');
:root {
--tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
font-feature-settings: "cv03", "cv04", "cv11";
}
</style>
</head>
<body class=" d-flex flex-column">
<div class="page page-center">
<div class="container container-tight py-4">
<div class="text-center mb-4">
<a class="navbar-brand navbar-brand-autodark gap-2" href="https://openpanel.com" style="text-decoration:none;" target="_blank"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 213.000000 215.000000" preserveAspectRatio="xMidYMid meet" style="
ertical-align: middle;
"><g transform="translate(0.000000,215.000000) scale(0.100000,-0.100000)" fill="currentColor" stroke="none"><path d="M990 2071 c-39 -13 -141 -66 -248 -129 -53 -32 -176 -103 -272 -158 -206 -117 -276 -177 -306 -264 -17 -50 -19 -88 -19 -460 0 -476 0 -474 94 -568 55 -56 124 -98 604 -369 169 -95 256 -104 384 -37 104 54 532 303 608 353 76 50 126 113 147 184 8 30 12 160 12 447 0 395 -1 406 -22 461 -34 85 -98 138 -317 264 -104 59 -237 136 -295 170 -153 90 -194 107 -275 111 -38 2 -81 0 -95 -5z m205 -561 c66 -38 166 -95 223 -127 l102 -58 0 -262 c0 -262 0 -263 -22 -276 -13 -8 -52 -31 -88 -51 -36 -21 -126 -72 -200 -115 l-135 -78 -3 261 -3 261 -166 95 c-91 52 -190 109 -219 125 -30 17 -52 34 -51 39 3 9 424 256 437 255 3 0 59 -31 125 -69z"></path></g></svg><span class="text-gray-1000 dark:text-gray-0 text-base font-bold"> OpenPanel</span></a>
</div>
<div class="card card-md">
<div class="card-body">
<h1 class="mb-3 text-center">Your OpenPanel Enterprise license key is invalid!</h1>
<p class="text-muted mb-4">
If you want to continue using OpenPanel Enterprise features, it's time to extend your license.
</p>
<ul class="list-unstyled space-y">
<li class="row g-2">
<span class="col-auto">
<svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 12l5 5l10 -10" /></svg>
</span>
<span class="col">
<strong class="d-block">Unlimited Users</strong>
<span class="d-block text-muted">Create and manage unlimited users</span>
</span>
</li>
<li class="row g-2">
<span class="col-auto">
<svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 12l5 5l10 -10" /></svg>
</span>
<span class="col">
<strong class="d-block">Access to new features</strong>
<span class="d-block text-muted">Access to beta releases with new features.</span>
</span>
</li>
<li class="row g-2">
<span class="col-auto">
<svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-success" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M5 12l5 5l10 -10" /></svg>
</span>
<span class="col">
<strong class="d-block">Regular updates</strong>
<span class="d-block text-muted">Regular updates and improvements.</span>
</span>
</li>
</ul>
<div class="my-4">
<a href="https://my.openpanel.com" target="_blank" class="btn btn-primary w-100">
my.openpanel.com
</a>
</div>
<p class="text-muted">
License check runs every 6 hours, if you just extended the license please run the command <code>opencli license verify</code> to re-check the license immediatelly.
</p>
</div>
</div>
</div>
</div>
</body>
</html>