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

Unified Diff: chrome_release_test_status/war/index.jsp

Issue 2831022: The following java and jsp files will collect the Chrome release testing stat... Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 10 years, 6 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
« no previous file with comments | « chrome_release_test_status/war/cl_notes.jsp ('k') | chrome_release_test_status/war/registerfeature.jsp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_release_test_status/war/index.jsp
===================================================================
--- chrome_release_test_status/war/index.jsp (revision 0)
+++ chrome_release_test_status/war/index.jsp (revision 0)
@@ -0,0 +1,50 @@
+<HTML>
+<head>
+
+<style>
+
+
+ul#list-nav li {
+display:inline;
+}
+
+ul#list-nav li a {
+text-decoration:none;
+padding:5px 5px 5px 5px;
+background:9966ff;
+color:#eee;
+float:left;
+text-align:center;
+border-left:1px solid #fff;
+}
+
+ul#list-nav li a:hover {
+background:9999ff;
+color:#000
+}
+
+
+</style>
+</head>
+<BODY style="background:CCCCFF;font-family:BOOK ANTIQUA">
+<H2 align=center><font color="background:9900CC"> Chrome Release testing dashboard </font></h2>
+
+<table align=center width="1000">
+<tr>
+<td>
+<ul id="list-nav" id="mainnav" >
+<li><a href="registerfeature.jsp"> Register new feature </a>
+<li><a href="calendar.jsp">Calendar</a></li>
+
+<li><a href="SubmitStatus-Windows.jsp"> Submit Status </a></li>
+<li><a href="TestingStatus-query.jsp"> View Status </a></li>
+<li><a href="Release-blockers.jsp"> Release blockers </a></li>
+<li><a href="benchmarks.jsp"> Benckmark results</a></li>
+<li><a href="cl_notes.jsp"> CL notes </a></li>
+<li><a href="stability.jsp"> Stability</a></li>
+</ul>
+</td>
+</tr>
+</table>
+ </body>
+</html>
« no previous file with comments | « chrome_release_test_status/war/cl_notes.jsp ('k') | chrome_release_test_status/war/registerfeature.jsp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698