registering_page

NAML documentation   Watch a video
   Usages of this macro
... in register.naml
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<macro name="registering_page" requires="servlet">
    <n.html
Macro
Parameters: head, body
>
        <head>
            <n.title
Macro
Parameters: text
.><t>Registering...</t></n.title.>
            <style type="text/css">
                body { text-align:center; }
                div.center-content { margin:0px auto; margin-bottom: 3em; }
            </style>
        </head>
        <body>
            <div class="center-content">
                <h1 class="weak-color"><t>Registering...</t></h1>
                <p><t>An email has been sent to you.</t></p>
                <p><t>Please follow the instructions in the email to complete the registration process.</t></p>
                <n.show_email_warning
Macro
Requires: servlet
/>
            </div>
        </body>
    </n.html>
</macro>