classic_subject_line.naml

<override_macro name="classic_subject_line" requires="node">
        <n.if.contains_substring string="[n.break_up.subject/]" substring="¬">
              <then>
                   <n.set_var. name="value"><n.break_up.subject/></n.set_var.>
                   <n.if.contains_substring string="[n.break_up.subject/]" substring=" ¬n¬">
                            <then>                                                                
                                <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                               <img src="http://jsmastronomy.245.s1.nabble.com/file/n588/icone_new.gif" width="32" />&nbsp;<n.jsm_limpamark_new texto="[n.var name='value'/]" />
                               </h2>          
                          </then>
                   </n.if.contains_substring>
                   <n.if.contains_substring string="[n.break_up.subject/]" substring=" ¬¢¬">
                            <then>                                                                
                                <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                               <img src="http://jsmastronomy.245.s1.nabble.com/file/n588/success.png" width="14" />&nbsp;<n.jsm_limpamark_chkfull texto="[n.var name='value'/]" />
                               </h2>          
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.break_up.subject/]" substring=" ¬.¬">
                            <then>                                                                
                                <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                               <img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconmark.png"  />&nbsp;<n.jsm_limpamark_chknormal texto="[n.var name='value'/]" />
                               </h2>          
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.break_up.subject/]" substring=" ¬h¬">
                            <then>                                                                
                                <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                               <img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconehelp.png" width="16" />&nbsp;<n.jsm_limpamark_chkhelp texto="[n.var name='value'/]" />
                               </h2>          
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.break_up.subject/]" substring=" ¬e¬">
                            <then>                                                                
                                <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                               <img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconexclama.png"  width="16"/>&nbsp;<n.jsm_limpamark_chkexclama texto="[n.var name='value'/]" />
                               </h2>          
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.break_up.subject/]" substring=" ¬a¬">
                            <then>                                                                
                                <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                               <img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconadmin.png"  />&nbsp;<n.jsm_limpamark_chkadm texto="[n.var name='value'/]" />
                               </h2>          
                          </then>
                   </n.if.contains_substring>
                  
              </then>
              <else>
                 <h2 class="post-subject float-left adbayes-content" style="width:30%;overflow:visible;font-family:inherit">
                 <n.break_up.subject/>
                 </h2>
             </else>
        </n.if.contains_substring>
</override_macro>