File tree Expand file tree Collapse file tree
ietf/templates/doc/search Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 {% comment %}
1717 Disable the js tablesort stuff for a truncate result, per Henrik.
18+ FIXME: datatables support partial loading via AJAX, should redesign this
1819 {% endcomment %}
1920 < table class ="table table-condensed table-striped {% if not meta.max %}tablesorter{% endif %} ">
2021 < thead >
5051 {% regroup docs by search_heading as grouped_docs %}
5152
5253 {% for doc_group in grouped_docs %}
53- < tbody >
54- < tr class ="info ">
54+ < thead >
55+ < tr class ="table- info ">
5556 < th > </ th >
5657 {% if color_row_positions %}
5758 < th colspan ="{{ meta.headers|length }} ">
6162 {{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}})
6263 </ th >
6364 </ tr >
64- </ tbody >
65+ </ thead >
6566
6667 < tbody >
6768 {% for doc in doc_group.list %}
7071 {% endfor %}
7172 </ tbody >
7273 </ table >
73- {% endif %}
74+ {% endif %}
You can’t perform that action at this time.
0 commit comments