jsm_spc_node_link

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "jsm_spc_node_link".
... in jsm_spc_node_link.naml
1
2
3
4
5
6
7
8
9
10
11
<macro name="jsm_spc_node_link" requires="node" dot_parameter="href" parameters="text, title, class">
<!-- não utilizada ainda, aparenta ter que trapear situação de null  -->
    <n.if.contains_substring string="[n.node_text.text/]" substring="Classificados">
   <then>
      <a href="[n.node_href.href/]" title="[n.title/]" class="[n.hide_null.class/] post-link[n.topic_node.id/]" node-id="[n.id/]"><img src="http://astronomia-e-astrofotos.1069742.n5.nabble.com/file/n1311/labelCompravendaB.png" /></a>
   </then>
   <else>
    <a href="[n.node_href.href/]" title="[n.title/]" class="[n.class/]"><n.node_text.text/></a>
   </else>
</n.if.contains_substring>
</macro>