Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [define detail_url][pagination.visible_results.detail_url][end] |
| 2 | <tr data-url="[detail_url]"> |
| 3 | |
| 4 | [if-any offer_membership_editing] |
| 5 | [is arg0 "hotlist"][is pagination.visible_results.role "Owner"] |
| 6 | <td style="padding-right:2px" class="rowwidgets"></td> |
| 7 | [else] |
| 8 | <td style="padding-right:2px" class="rowwidgets"> |
| 9 | <input type="checkbox" name="remove" |
| 10 | value="[pagination.visible_results.user.email]" |
| 11 | > |
| 12 | </td> |
| 13 | [end] |
| 14 | [else] |
| 15 | <td style="padding-right:2px" class="rowwidgets"> |
| 16 | <input type="checkbox" name="remove" |
| 17 | [is pagination.visible_results.role "Owner"]class="owner"[end] |
| 18 | value="[pagination.visible_results.user.email]" |
| 19 | [if-any pagination.visible_results.viewing_self] |
| 20 | id="me_checkbox" |
| 21 | [end] |
| 22 | > |
| 23 | </td> |
| 24 | [end][end] |
| 25 | |
| 26 | <td style="white-space:nowrap; text-align:left;" class="id"> |
| 27 | <a href="[detail_url]" |
| 28 | >[pagination.visible_results.user.display_name]</a> |
| 29 | [if-any pagination.visible_results.viewing_self] |
| 30 | <b>- me</b> |
| 31 | [end] |
| 32 | </td> |
| 33 | |
| 34 | <td> |
| 35 | <a href="[detail_url]" style="white-space:nowrap"> |
| 36 | [pagination.visible_results.role]<br> |
| 37 | [is arg0 "hotlist"][else] |
| 38 | [for pagination.visible_results.extra_perms] |
| 39 | <div style="font-size:90%">+ [pagination.visible_results.extra_perms]</div> |
| 40 | [end] |
| 41 | [end] |
| 42 | </a> |
| 43 | </td> |
| 44 | |
| 45 | <td style="white-space:nowrap"> |
| 46 | [is arg0 "hotlist"][else] |
| 47 | [if-any pagination.visible_results.is_service_account] |
| 48 | <a href="[detail_url]">Excluded</a> |
| 49 | [else][if-any pagination.visible_results.ac_include] |
| 50 | [# Nothing is displayed when the member is included.] |
| 51 | [else] |
| 52 | <a href="[detail_url]">Excluded</a> |
| 53 | [end][end] |
| 54 | [end] |
| 55 | </td> |
| 56 | |
| 57 | [is arg0 "hotlist"][else] |
| 58 | <td width="90%"> |
| 59 | <a href="[detail_url]">[pagination.visible_results.notes]</a> |
| 60 | </td> |
| 61 | [end] |
| 62 | </tr> |