edit_post_form.naml

<override_macro name="edit_post_form">
    <n.if.page_node.is_mail_to_list>
        <then>
            <div class="title-row info-message" style="font-weight:normal;padding:.3em .5em">
                <div class="important" style="font-weight:bold">
                    <t>Your changes will not be sent to the mailing list.</t>
                </div>
                <t>If you want others in the mailing list to know of your changes,
                    please compose a new message or reply to your original message.</t>
            </div>
        </then>
    </n.if.page_node.is_mail_to_list>
 
    <n.if.not.visitor.is_registered>
        <then>
            <div class="field-box light-border-color">
                <div class="second-font field-title"><t>Your Name</t></div>
                <div class="weak-color">
                    <n.page_node.owner.name/>
                </div>
            </div>
        </then>
    </n.if.not.visitor.is_registered>
 
    <div class="field-box light-border-color">
        <div class="second-font field-title"><t>Subject</t></div>
        <div class="weak-color">
            <n.subject_field.input size="60" tabindex="1" />
        </div>
    </div>
 
    <div class="field-box light-border-color">
        <div class="second-font field-title"><t>Message</t></div>
        <div class="weak-color">
            <n.if.visitor.is_registered>
                <then>
                    <n.html_format_field.checkbox />
                    <label for="[n.html_format_field.name/]"><t>Message is in HTML Format</t></label>
&nbsp;|&nbsp;
                    <n.jsm_checkboxnew_field.>
                        <n.jsm_checkbox/>
                        <label for="[n.name/]"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/icone_new.gif" title="[t]Novo[/t]" alt="[t]Novo[/t]"/></label>
                    </n.jsm_checkboxnew_field.>
                    
                    <n.jsm_checkboxfull_field.>
                        <n.jsm_checkbox/>
                        <label for="[n.name/]"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/success.png" title="[t]Cheio[/t]" alt="[t]Cheio[/t]"/></label>
                    </n.jsm_checkboxfull_field.>
                    
                    <n.jsm_checkboxnormal_field.>
                        <n.jsm_checkbox/>
                        <label for="[n.name/]"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconmark.png" title="[t]Normal[/t]" alt="[t]Normal[/t]"/></label>
                    </n.jsm_checkboxnormal_field.>
                    
                    <n.jsm_checkboxhelp_field.>
                        <n.jsm_checkbox/>
                        <label for="[n.name/]"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconehelp.png" title="[t]Ajuda[/t]" alt="[t]Ajuda[/t]"/></label>
                    </n.jsm_checkboxhelp_field.>
                    
                    <n.jsm_checkboxexclama_field.>
                        <n.jsm_checkbox/>
                        <label for="[n.name/]"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconexclama.png" title="[t]Exclamação[/t]" alt="[t]Exclamação[/t]"/></label>
                    </n.jsm_checkboxexclama_field.>
                    
                    <n.if.visitor.is_site_admin>
                        <then>
                              <n.jsm_checkboxadm_field.>
                                  <n.jsm_checkbox/>
                                  <label for="[n.name/]"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconadmin.png" title="[t]Admin[/t]" alt="[t]Admin[/t]"/></label>
                              </n.jsm_checkboxadm_field.>
                        </then>
                    </n.if.visitor.is_site_admin>                    
                    
                    <br/>
                    <div style="margin:.1em 0">
                        <n.editor_toolbar
                            textarea_id="[n.message_field.name/]"
                            original_text="[n.if.page_node.parent_node.is_post][then.page_node.parent_node.message_quoted/][/n.if.page_node.parent_node.is_post]"
                            node_id="[n.page_node.id/]"
                        />
                    </div>
                </then>
            </n.if.visitor.is_registered>
            <n.message_field.textarea wrap="SOFT" tabindex="2" style="min-width:30em;max-width:57em;width:100%;height:20em;" />
 
            <n.edit_post_extra_fields/>
        </div>
    </div>
</override_macro>