jsm_gallery_node_link.naml

<macro name="jsm_gallery_node_link" requires="node" dot_parameter="href" parameters="text, title, class">
                   <n.set_var. name="value"><n.node_text.text/></n.set_var.>
                   <n.set_var. name="value1"></n.set_var.>
                   <n.if.contains_substring string="[n.node_text.text/]" substring=" ¬n¬">
                            <then>
                                <n.set_var. name="value1"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/icone_new.gif" width="32" />&nbsp;</n.set_var.>
                                <n.set_var. name="value"><n.jsm_limpamark_new texto="[n.node_text.text/]" /></n.set_var.>
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.node_text.text/]" substring=" ¬¢¬">
                            <then>
                                <n.set_var. name="value1"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/success.png" width="14" />&nbsp;</n.set_var.>
                                <n.set_var. name="value"><n.jsm_limpamark_chkfull texto="[n.node_text.text/]" /></n.set_var.>
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.node_text.text/]" substring=" ¬.¬">
                            <then>
                                <n.set_var. name="value1"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconmark.png" />&nbsp;</n.set_var.>
                                <n.set_var. name="value"><n.jsm_limpamark_chknormal texto="[n.node_text.text/]" /></n.set_var.>
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.node_text.text/]" substring=" ¬h¬">
                            <then>
                                <n.set_var. name="value1"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconehelp.png" />&nbsp;</n.set_var.>
                                <n.set_var. name="value"><n.jsm_limpamark_chkhelp texto="[n.node_text.text/]" /></n.set_var.>
                          </then>
                   </n.if.contains_substring>
 
                   <n.if.contains_substring string="[n.node_text.text/]" substring=" ¬e¬">
                            <then>
                                <n.set_var. name="value1"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconexclama.png" />&nbsp;</n.set_var.>
                                <n.set_var. name="value"><n.jsm_limpamark_chkexclama texto="[n.node_text.text/]" /></n.set_var.>
                          </then>
                   </n.if.contains_substring>
 
 
                   <n.if.contains_substring string="[n.node_text.text/]" substring=" ¬a¬">
                            <then>
                                <n.set_var. name="value1"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconadmin.png" />&nbsp;</n.set_var.>
                                <n.set_var. name="value"><n.jsm_limpamark_chkadm texto="[n.node_text.text/]" /></n.set_var.>
                          </then>
                   </n.if.contains_substring>
                   <n.var name='value1'/><a href="[n.node_href.href/]" title="[n.title/]" class="[n.class/]"><n.var name='value'/></a>
</macro>