login_page.naml

<override_macro name="login_page" requires="servlet">
    <n.set_var. name="error"><n.false/></n.set_var.>
    <n.if.is_submitted_form>
        <then>
            <n.do_login>
                <email><n.email_field.value/></email>
                <password><n.password_field.value/></password>
                <nextUrl><n.nextUrl_field.value/></nextUrl>
            </n.do_login>
            <n.set_var. name="error"><n.true/></n.set_var.>
        </then>
    </n.if.is_submitted_form>
    <n.html>
        <head>
            <meta name="robots" content="noindex,nofollow"/>
            <n.title.><t>Login</t></n.title.>
            <n.email_field.focus/>
            <script type="text/javascript">
                var loginNextUrl = '<n.default. to="/"><n.nextUrl_field.value/></n.default.>';
            </script>
        </head>
        <body>
            <h1 class="weak-color"><t>Login to View Drako's Den Forums and Gallery</t></h1>

<p><h3>Drako&apos;s Den Forums and Gallery</h3><br />
<font color="white">A fetish and kink friendly furry community where users/furries can explore and express their lifestyles.<br />
These forums and gallery contain Adult/NSFW content<br />
To view the content on Drako's Den Forums and Gallery you must:</font>
<ol>
    <li>Be over the age of 18 (21 some areas)</li>
    <li>Agree that it is legal for you to view/post adult content</li>
    <li>Agree to adhere to our <a href="https://dws.neocities.org/drako_den/community_rules.html">Community Rules</a> and <a href="https://dws.neocities.org/drako_den/aup.html">Acceptable Upload Policy</a> (Incuding <a href="https://dws.neocities.org/drako_den/2257.html">18 U.S.C. ยง2257</a>)</li>
    <li><a href="http://drako-s-den-forums.303.s1.nabble.com/template/NamlServlet.jtp?macro=start_registration_page">Register for a Drako's Den Forums Account</a></li>
    <li>Login to your Drako's Den Forums Account (Below)</li>
</ol>
<a href="https://cutt.ly/drako" target="_top">Click here to return to Drako's Den</a>
</p>
            
            <n.login_message/>

            <n.if.var name="error">
                <then.format_error
                    message="[t]Incorrect Login![/t]"
                    prompt="[t]Please re-enter your email/password and click Login.[/t]"
                />
            </n.if.var>

            <n.login_form/>
            <n.register_now_section/>
        </body>
    </n.html>
</override_macro>