poll_total_votes

   Usages of this macro
... in poll.naml
452
453
454
455
456
457
458
<macro name="poll_total_votes" requires="node">
    <n.comment
Macro
Parameters: text
.>
        The span below shows the total number of votes.
        This element is updated by javascript code (see "poll_js" macro for more info)
    </n.comment.>
    <span id="poll-total-votes[n.id
Binary
Namespace: NodeNamespace
/]" class="shaded-bg-color rounded" style="padding:.2em .4em;display:none"></span>
</macro>