% endfor
<div class="stickyfooting">
<hr>
- <self.lib:td_label for_id="show_rules_id">
+ <%self.lib:td_label for_id="show_rules_id">
Show rules
- </self.lib:td_label>
- <self.lib:td_input tab_index="${tab_index}">
+ </%self.lib:td_label>
+ <%self.lib:td_input tab_index="${tab_index}">
<input name="show_rules"
id="show_rules_id"
tabindex="${tab_index.val}"
${show_rules | n}
onchange="rulesDisplay(this.checked)"
/>
- </self.lib:td_input>
+ </%self.lib:td_input>
- <self.lib:td_label for_id="show_spaces_id">
+ <%self.lib:td_label for_id="show_spaces_id">
Show spaces
- </self.lib:td_label>
- <self.lib:td_input tab_index="${tab_index}">
+ </%self.lib:td_label>
+ <%self.lib:td_input tab_index="${tab_index}">
<input name="show_spaces"
id="show_spaces_id"
tabindex="${tab_index.val}"
${show_spaces | n}
onchange="whitespaceDisplay(this.checked)"
/>
- </self.lib:td_input>
+ </%self.lib:td_input>
</div>
</div>
</%def>