Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | <table cellspacing="0" cellpadding="0"> |
| 2 | <tr><th align="left" style="padding-right:.3em">Owners:</th> |
| 3 | <td width="100%"> |
| 4 | <div style="margin-left:1em"> |
| 5 | [if-any hotlist.owners] |
| 6 | [for hotlist.owners] |
| 7 | [include "../framework/user-link.ezt" hotlist.owners] |
| 8 | [end] |
| 9 | [end] |
| 10 | </div> |
| 11 | </td> |
| 12 | </tr> |
| 13 | <tr><th alight="left" style="padding-right:.3em">Members:</th> |
| 14 | <td width="100%"> |
| 15 | <div style="margin-left:1em"> |
| 16 | [if-any hotlist.editors] |
| 17 | [for hotlist.editors] |
| 18 | [include "../framework/user-link.ezt" hotlist.editors] |
| 19 | [end] |
| 20 | [end] |
| 21 | </div> |
| 22 | </td> |
| 23 | </tr> |
| 24 | <tr><th align="left" style="padding-right:.3em">Access:</th> |
| 25 | <td width="100%"> |
| 26 | <div style="margin-left:1em"> |
| 27 | [if-any hotlist.access_is_private]Private[else]Public[end] |
| 28 | </div> |
| 29 | </td> |
| 30 | </tr> |
| 31 | <tr><th align="left">Issues:</th> |
| 32 | <td width="100%"> |
| 33 | <form> |
| 34 | <input type="radio" id="hide-closed" name="toggleissues" value="2" [is can "2"]checked[end]>Open<br> |
| 35 | <input type="radio" id="show-all" name="toggleissues" value="1" [is can "1"]checked[end]>All<br> |
| 36 | </form> |
| 37 | </form> |
| 38 | </td> |
| 39 | </tr> |
| 40 | </table> |
| 41 | |