mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-14 03:25:40 +00:00
break view form into multiple parts
This commit is contained in:
11
templates/panel/sitekey/view/__form-container-setup.html
Normal file
11
templates/panel/sitekey/view/__form-container-setup.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<. include!("../../../components/headers/widget-headers.html"); .>
|
||||
<body class="layout">
|
||||
<. include!("../../navbar/index.html"); .>
|
||||
<div class="tmp-layout">
|
||||
<. include!("../../header/index.html"); .>
|
||||
<main class="panel-main">
|
||||
<. include!("../../help-banner/index.html"); .>
|
||||
<!-- Main content container -->
|
||||
<div class="inner-container">
|
||||
<!-- Main menu/ important actions roaster -->
|
||||
<form class="sitekey-form" action="<.= URL .>" method="post">
|
||||
Reference in New Issue
Block a user