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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <HTML>
2 <head>
3
4 <style>
5
6
7 ul#list-nav li {
8 display:inline;
9 }
10
11 ul#list-nav li a {
12 text-decoration:none;
13 padding:5px 5px 5px 5px;
14 background:9966ff;
15 color:#eee;
16 float:left;
17 text-align:center;
18 border-left:1px solid #fff;
19 }
20
21 ul#list-nav li a:hover {
22 background:9999ff;
23 color:#000
24 }
25
26
27 </style>
28 </head>
29 <BODY style="background:CCCCFF;font-family:BOOK ANTIQUA">
30 <H2 align=center><font color="background:9900CC"> Chrome Release testing dashboa rd </font></h2>
31
32 <table align=center width="1000">
33 <tr>
34 <td>
35 <ul id="list-nav" id="mainnav" >
36 <li><a href="registerfeature.jsp"> Register new feature </a>
37 <li><a href="calendar.jsp">Calendar</a></li>
38
39 <li><a href="SubmitStatus-Windows.jsp"> Submit Status </a></li>
40 <li><a href="TestingStatus-query.jsp"> View Status </a></li>
41 <li><a href="Release-blockers.jsp"> Release blockers </a></li>
42 <li><a href="benchmarks.jsp"> Benckmark results</a></li>
43 <li><a href="cl_notes.jsp"> CL notes </a></li>
44 <li><a href="stability.jsp"> Stability</a></li>
45 </ul>
46 </td>
47 </tr>
48 </table>
49 </body>
50 </html>
OLDNEW
« 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