topic_header

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 "topic_header".
... in topic_header.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
<override_macro name="topic_header">
    <div id="topic-search-box" class="search-box float-right" style="padding:.5em 0">
        <n.page_node.search_box/>
    </div>
    <n.set_var. name="value"><n.break_up.page_node.subject/></n.set_var.>
    <n.set_var. name="value1"><n.break_up.page_node.subject/></n.set_var.>
    <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬n¬">
      <then>
         <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/icone_new.gif" />&nbsp;<n.jsm_limpamark_new texto="[n.var name='value1'/]" /></n.set_var.>
      </then>
   </n.if.contains_substring>
   <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬¢¬">
      <then>
          <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/success.png" />&nbsp;<n.jsm_limpamark_chkfull texto="[n.var name='value1'/]" /></n.set_var.>
      </then>
   </n.if.contains_substring>    
   <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬.¬">
      <then>
          <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconmark.png" />&nbsp;<n.jsm_limpamark_chknormal texto="[n.var name='value1'/]" /></n.set_var.>
      </then>
   </n.if.contains_substring>
    <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬h¬">
              <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconehelp.png" />&nbsp;<n.jsm_limpamark_chkhelp texto="[n.var name='value'/]" /></n.set_var.>
              </then>
              </n.if.contains_substring>
                <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬e¬">
              <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconexclama.png" />&nbsp;<n.jsm_limpamark_chkexclama texto="[n.var name='value'/]" /></n.set_var.>
              </then>
              </n.if.contains_substring>
               <n.if.contains_substring string="[n.var name='value1'/]" substring=" ¬a¬">
              <then>
                   <n.set_var. name="value"><img src="http://jsmastronomy.245.s1.nabble.com/file/n588/iconadmin.png" />&nbsp;<n.jsm_limpamark_chkadm texto="[n.var name='value'/]" /></n.set_var.>
              </then>
              </n.if.contains_substring>
    <h1 id="post-title" class="adbayes-content" style="margin:0.25em 0 .8em">
        <n.var name='value'/>
    </h1>  
</override_macro>
Overrides default macro
... in topic.naml
1216
1217
1218
1219
1220
1221
1222
1223
1224
<macro name="topic_header">
    <div id="topic-search-box" class="search-box float-right" style="padding:.5em 0">
        <n.page_node.search_box/>
    </div>
 
    <h1 id="post-title" class="adbayes-content" style="margin:0.25em 0 .8em">
        <n.break_up.page_node.subject/>
    </h1>
</macro>