Chromium Code Reviews

Side by Side Diff: frontend/client/src/autotest/public/AfeClient.html

Issue 6883035: Merge remote branch 'autotest-upstream/master' into autotest-merge (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>Autotest Frontend</title> 4 <title>Autotest Frontend</title>
5 <script type='text/javascript' src='autotest.AfeClient.nocache.js'> 5 <script type='text/javascript' src='autotest.AfeClient.nocache.js'>
6 </script> 6 </script>
7 </head> 7 </head>
8 8
9 <body> 9 <body>
10 <!-- gwt history support --> 10 <!-- gwt history support -->
11 <iframe src="javascript:''" id="__gwt_historyFrame" 11 <iframe src="javascript:''" id="__gwt_historyFrame"
12 style="width:0;height:0;border:0"></iframe> 12 style="width:0;height:0;border:0"></iframe>
13 13
14 14
15 <span class="links-box" style="float: right;"> 15 <span class="links-box" style="float: right;">
16 Frontend | 16 Frontend |
17 <a href="server/admin">Admin interface</a> | 17 <a href="server/admin">Admin interface</a> |
18 <a href="/tko">Results database</a> 18 <a href="/tko">Results database</a>
19 (<a href="/new_tko"><b>new</b> interface!</a>) | 19 (<a href="/new_tko"><b>new</b> interface!</a>) |
20 <a href="http://autotest.kernel.org">Wiki</a> | 20 <a href="http://autotest.kernel.org">Wiki</a> |
21 <a href="/results/dashboard">Dashboard</a>, 21 <a href="/results/dashboard">Dashboard</a>
22 <div id="motd" class="motd"></div> 22 <div id="motd" class="motd"></div>
23 </span> 23 </span>
24 <img src="header.png" /> 24 <img src="header.png" />
25 <br /><br /> 25 <br /><br />
26 26
27 <div id="tabs" class="hidden"> 27 <div id="tabs" class="hidden">
28 <div id="job_list" title="Job List"> 28 <div id="job_list" title="Job List">
29 <div id="job_control_links" class="job-control"></div> 29 <div id="job_control_links" class="job-control"></div>
30 <!-- Table is necessary here to get the right layout with the filter wi dgets --> 30 <!-- Table is necessary here to get the right layout with the filter wi dgets -->
31 <table class="job-control"> 31 <table class="job-control">
(...skipping 165 matching lines...)
197 <div id="user_preferences_table"></div> 197 <div id="user_preferences_table"></div>
198 </div> 198 </div>
199 </div> 199 </div>
200 <br> 200 <br>
201 <div id="error_log"></div> 201 <div id="error_log"></div>
202 202
203 <!-- for debugging only --> 203 <!-- for debugging only -->
204 <div id="error_display"></div> 204 <div id="error_display"></div>
205 </body> 205 </body>
206 </html> 206 </html>
OLDNEW

Powered by Google App Engine