register_now_section

NAML documentation   Watch a video
   Usages of this macro
... in register_now_section.naml
1
2
3
4
5
6
7
8
9
<override_macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>DCA Member not registered for the Forum?</t></div>
        <div style="margin-top:.5em">
            <t>Only paid-up DCA members can view this forum. Find out more about dinghy cruising and becoming a member on our <a href="http://dinghycruising.org.uk"><b>DCA Website</b></a></t>
            <p><t>DCA members can <n.register_link
Macro
Parameters: text, title
.><b>register to use the forum here</b></n.register_link.>.</t></p>
        </div>
    </div>
</override_macro>
Overrides default macro
... in login.naml
90
91
92
93
94
95
96
97
<macro name="register_now_section">
    <div class="light-bg-color rounded" style="padding: .7em .5em;margin-top:1.4em">
        <div class="second-font big-title"><t>Register</t></div>
        <div style="margin-top:.5em">
            <t>If you are still not a member, you can <n.register_link.><b>register now</b></n.register_link.>.</t>
        </div>
    </div>
</macro>