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

Unified Diff: appengine/monorail/templates/sitewide/project-list-controls.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/sitewide/project-list-controls.ezt
diff --git a/appengine/monorail/templates/sitewide/project-list-controls.ezt b/appengine/monorail/templates/sitewide/project-list-controls.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..d1a88212bf2611739ac37fc3593dc138b5391822
--- /dev/null
+++ b/appengine/monorail/templates/sitewide/project-list-controls.ezt
@@ -0,0 +1,14 @@
+<table class="isf" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ [if-any projects]
+ <td style="padding:3px 1em; font-weight:normal; white-space:nowrap;">
+ <p style="font-size:1.2em">List of Projects</p>
+ [if-any pagination.prev_url]<a href="[pagination.prev_url]"><b>&lsaquo;</b> Prev</a>[end]
+ [pagination.start] - [pagination.last] of [pagination.total_count]
+ [if-any pagination.next_url]<a href="[pagination.next_url]">Next <b>&rsaquo;</b></a>[end]
+ </td>
+ [else]
+ <td style="padding:3px 1em">&nbsp;</td>
+ [end]
+ </tr>
+</table>

Powered by Google App Engine
This is Rietveld 408576698