jsm_gallery_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_gallery_node_link".
... in jsm_gallery_node_link.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<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>