Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [define category_css]css/ph_detail.css[end] |
| 2 | [include "../framework/header.ezt" "showtabs"] |
| 3 | |
| 4 | <h3>Project export</h3> |
| 5 | |
| 6 | <form action="projectExport/json" method="GET"> |
| 7 | [# We use xhr_token here because we are doing a GET on a JSON servlet.] |
| 8 | <input type="hidden" name="token" value="[xhr_token]"> |
| 9 | <table cellpadding="3" class="rowmajor vt"> |
| 10 | <tr> |
| 11 | <th>Format</th> |
| 12 | <td style="width:90%">JSON</td> |
| 13 | </tr> |
| 14 | <tr> |
| 15 | <th></th> |
| 16 | <td><input type="submit" name="btn" value="Submit"></td> |
| 17 | </tr> |
| 18 | </table> |
| 19 | </form> |
| 20 | |
| 21 | |
| 22 | |
| 23 | [include "../framework/footer.ezt"] |