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> |