mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
footer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<. include!("../components/headers.html"); .>
|
||||
<. include!("./navbar/index.html"); .>
|
||||
<div class="tmp-layout">
|
||||
<. include!("./header/index.html"); .>
|
||||
<main class="panel-main">
|
||||
<. include!("./help-banner/index.html"); .>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<nav class="secondary-menu">
|
||||
<ul>
|
||||
<ul class="secondary-menu__lsit">
|
||||
<li class="secondary-menu__heading">
|
||||
<img class="secondary-menu__logo" src="<.= crate::FILES.get("./static-assets/img/icon-trans.png").unwrap() .>" alt="Logo" />
|
||||
<div class="secondary-menu__brand-name">
|
||||
|
||||
@@ -33,6 +33,12 @@
|
||||
color: $light-text;
|
||||
}
|
||||
|
||||
.secondary-menu__lsit{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.secondary-menu__heading {
|
||||
margin: auto;
|
||||
padding: 20px 5px;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<. include!("../../../components/headers.html"); .>
|
||||
<. include!("../../navbar/index.html"); .>
|
||||
<div class="tmp-layout">
|
||||
<. include!("../../header/index.html"); .>
|
||||
|
||||
<main class="panel-main">
|
||||
|
||||
@@ -54,7 +54,7 @@ const submit = async (e: Event) => {
|
||||
const res = await fetch(formUrl, genJsonPayload(payload));
|
||||
if (res.ok) {
|
||||
alert('success');
|
||||
window.location.assign(VIEWS.sitekey);
|
||||
window.location.assign(VIEWS.listSitekey);
|
||||
} else {
|
||||
const err = await res.json();
|
||||
alert(`error: ${err.error}`);
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<. include!("../../../components/headers.html"); .>
|
||||
<. include!("../../navbar/index.html"); .>
|
||||
<div class="tmp-layout">
|
||||
<. include!("../../header/index.html"); .>
|
||||
<main class="panel-main">
|
||||
<.include!("../../help-banner/index.html"); .>
|
||||
|
||||
Reference in New Issue
Block a user