Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3020)

Unified Diff: appengine/monorail/templates/tracker/issue-export-page.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/monorail/templates/tracker/issue-export-page.ezt
diff --git a/appengine/monorail/templates/tracker/issue-export-page.ezt b/appengine/monorail/templates/tracker/issue-export-page.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..f710fda610fd780ea74bf48b5963f430ea7a21fe
--- /dev/null
+++ b/appengine/monorail/templates/tracker/issue-export-page.ezt
@@ -0,0 +1,32 @@
+[define category_css]css/ph_detail.css[end]
+[include "../framework/master-header.ezt" "showtabs"]
+
+<h3>Issue export</h3>
+
+<form action="export/json" method="GET">
+ [# We use xhr_token here because we are doing a GET on a JSON servlet.]
+ <input type="hidden" name="token" value="[xhr_token]">
+ <table cellpadding="3" class="rowmajor vt">
+ <tr>
+ <th>Format</th>
+ <td style="width:90%">JSON</td>
+ </tr>
+ <tr>
+ <th>Start</th>
+ <td><input type="number" size="7" name="start" value="[initial_start]"></td>
+ </tr>
+ <tr>
+ <th>Num</th>
+ <td><input type="number" size="4" name="num" value="[initial_num]"></td>
+ </tr>
+ <tr>
+ <th></th>
+ <td><input type="submit" name="btn" value="Submit"></td>
+ </tr>
+ </table>
+</form>
+
+
+
+[include "../framework/footer-script.ezt"]
+[include "../framework/master-footer.ezt"]
« no previous file with comments | « appengine/monorail/templates/tracker/issue-entry-page.ezt ('k') | appengine/monorail/templates/tracker/issue-grid-body.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698