Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame^] | 1 | [# arg0 is the ordered_columns argument that gives the name and index of each column.] |
| 2 | |
| 3 | <thead id="resultstablehead"> |
| 4 | <tr id="headingrow"><th style="border-left: 0"> </th> |
| 5 | [for panels.ordered_columns] |
| 6 | [is panels.ordered_columns.name "Summary"] |
| 7 | <th class="col_[panels.ordered_columns.col_index]" nowrap="nowrap" id="summaryheading" |
| 8 | data-col-index="[panels.ordered_columns.col_index]" width="100%" |
| 9 | ><a href="#" style="text-decoration: none">Summary + Labels <span class="indicator">▼</span></a></th> |
| 10 | [else] |
| 11 | [is panels.ordered_columns.name "ID"] |
| 12 | <th class="col_[panels.ordered_columns.col_index]" nowrap="nowrap" |
| 13 | data-col-index="[panels.ordered_columns.col_index]" |
| 14 | ><a href="#" style="text-decoration: none">[panels.ordered_columns.name] <span class="indicator">▼</span></a></th> |
| 15 | [else] |
| 16 | <th class="col_[panels.ordered_columns.col_index]" |
| 17 | data-col-index="[panels.ordered_columns.col_index]" |
| 18 | ><a href="#" style="text-decoration: none">[panels.ordered_columns.name] <span class="indicator">▼</span></a></th> |
| 19 | [end] |
| 20 | [end] |
| 21 | [end] |
| 22 | [if-any is_hotlist] |
| 23 | <th data-col-index="dot" style="width:3ex"><a href="#columnprefs" |
| 24 | class="dotdotdot" aria-label="Column list">...</a></th> |
| 25 | [else] |
| 26 | <th style="padding: 0;"> |
| 27 | <ezt-show-columns-connector colspec="[colspec]" phasespec="[phasespec]"></ezt-show-columns-connector> |
| 28 | </th> |
| 29 | [end] |
| 30 | </tr> |
| 31 | </thead> |