| Index: frontend/client/src/autotest/public/TestPlannerClient.html
|
| diff --git a/frontend/client/src/autotest/public/TestPlannerClient.html b/frontend/client/src/autotest/public/TestPlannerClient.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5fdfa5bf2f4bed243f1c5cd9f6ff1c720082da65
|
| --- /dev/null
|
| +++ b/frontend/client/src/autotest/public/TestPlannerClient.html
|
| @@ -0,0 +1,63 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| + <title>Autotest Frontend</title>
|
| + <script type='text/javascript' src='autotest.TestPlannerClient.nocache.js'>
|
| + </script>
|
| + </head>
|
| +
|
| + <body>
|
| + <!-- gwt history support -->
|
| + <iframe src="javascript:''" id="__gwt_historyFrame"
|
| + style="width:0;height:0;border:0"></iframe>
|
| +
|
| +
|
| + <div class="links-box" style="float: right;">
|
| + <span id="report_issues"></span> |
|
| + <a href="server/afe">Frontend</a> |
|
| + <a href="server/admin">Admin</a> |
|
| + <a href="/new_tko">Results</a>
|
| + (<a href="/tko"><b>Old</b> TKO</a>) |
|
| + Test Planner! |
|
| + <a href="http://wiki/Main/Autotest">Documentation</a> |
|
| + <a href="/g4sync.log">Synced CLs</a>
|
| + <div id="motd" class="motd"></div>
|
| + </div>
|
| +
|
| + <img src="header.png" />
|
| + <br /><br />
|
| +
|
| + <div id="tabs" class="hidden">
|
| + <div id="test_plan_selector">
|
| + Enter a test plan:
|
| + <span id="test_plan_selector_input"></span>
|
| + <span id="test_plan_selector_button"></span>
|
| + </div>
|
| +
|
| + <div id="overview" title="Overview">
|
| + </div>
|
| +
|
| + <div id="machine_view" title="Machine View">
|
| + </div>
|
| +
|
| + <div id="test_view" title="Test View">
|
| + </div>
|
| +
|
| + <div id="triage_view" title="Triage View">
|
| + <div id="triage_failure_tables"></div>
|
| + </div>
|
| +
|
| + <div id="autoprocessed" title="Auto-processed">
|
| + </div>
|
| +
|
| + <div id="history" title="History">
|
| + </div>
|
| + </div>
|
| + <br>
|
| + <div id="error_log"></div>
|
| +
|
| + <!-- for debugging only -->
|
| + <div id="error_display"></div>
|
| + </body>
|
| +</html>
|
|
|