profile_options.naml

<override_macro name="profile_options">
    <n.put_in_head.>
        <style type="text/css">
            table.profile {
                border-collapse:collapse;
                width:100%;
                margin-top:.5em;
            }
            table.profile td {
                padding:.7em .3em;
            }
            table.profile td.title-row {
                background: transparent;
                padding:.2em .4em;
                border-bottom-width:2px;
                border-bottom-style:solid;
                font-weight:bold;
            }
        </style>
    </n.put_in_head.>
    <table class="profile">
        <n.profile_table_header.>
            <t>Account Settings</t>
        </n.profile_table_header.>

        <n.profile_option>
            <link><a href="[n.visitor.edit_profile_path/]"><t>Edit Personal Information</t></a></link>
            <hint><t>Change your registered email address, password, and your user name.</t></hint>
        </n.profile_option>

        <n.profile_option>
            <link><a href="[n.visitor.edit_signature_path/]"><t>Edit Your Signature</t></a></link>
            <hint><t>Change the signature text that is displayed at the bottom of your posts.</t></hint>
        </n.profile_option>

        <n.profile_option>
            <link><a href="[n.visitor.change_avatar_path/]"><t>Change Your Picture</t></a></link>
            <hint><t>Change or remove your avatar image.</t></hint>
        </n.profile_option>

        <n.profile_option>
            <link><a href="[n.visitor.advanced_settings_path/]"><t>Advanced Settings</t></a></link>
            <hint><t>Change viewing preferences and other settings.</t></hint>
        </n.profile_option>

    </table>
</override_macro>