date_script

   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 "date_script".
... in date.naml
1
2
3
4
5
6
<macro name="date_script" parameters="js_function" requires="date">
    <n.set_var. name='tag_id'>d<n.raw_time/>-<n.random max="999"/></n.set_var.>
    <span id="[n.var name='tag_id'/]"></span><script type="text/javascript">
        Nabble.get('<n.var name='tag_id'/>').innerHTML= <n.js_function/>(new Date(<n.raw_time/>));
    </script>
</macro>