OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (C) 2011 Google Inc. All rights reserved. | 2 Copyright (C) 2011 Google Inc. All rights reserved. |
3 | 3 |
4 Redistribution and use in source and binary forms, with or without | 4 Redistribution and use in source and binary forms, with or without |
5 modification, are permitted provided that the following conditions | 5 modification, are permitted provided that the following conditions |
6 are met: | 6 are met: |
7 1. Redistributions of source code must retain the above copyright | 7 1. Redistributions of source code must retain the above copyright |
8 notice, this list of conditions and the following disclaimer. | 8 notice, this list of conditions and the following disclaimer. |
9 2. Redistributions in binary form must reproduce the above copyright | 9 2. Redistributions in binary form must reproduce the above copyright |
10 notice, this list of conditions and the following disclaimer in the | 10 notice, this list of conditions and the following disclaimer in the |
(...skipping 24 matching lines...) Expand all Loading... |
35 <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.
15/themes/base/jquery-ui.css"> | 35 <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.
15/themes/base/jquery-ui.css"> |
36 <link rel="stylesheet" href="styles/common.css"> | 36 <link rel="stylesheet" href="styles/common.css"> |
37 <link rel="stylesheet" href="styles/onebar.css"> | 37 <link rel="stylesheet" href="styles/onebar.css"> |
38 <link rel="stylesheet" href="styles/failures.css"> | 38 <link rel="stylesheet" href="styles/failures.css"> |
39 <link rel="stylesheet" href="styles/results.css"> | 39 <link rel="stylesheet" href="styles/results.css"> |
40 <link rel="stylesheet" href="styles/notifications.css"> | 40 <link rel="stylesheet" href="styles/notifications.css"> |
41 <link rel="stylesheet" href="styles/pixelzoomer.css"> | 41 <link rel="stylesheet" href="styles/pixelzoomer.css"> |
42 | 42 |
43 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"><
/script> | 43 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"><
/script> |
44 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min
.js"></script> | 44 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min
.js"></script> |
| 45 <script src="scripts/third_party/sugar.js"></script> |
45 <script src="scripts/base.js"></script> | 46 <script src="scripts/base.js"></script> |
46 <script src="scripts/config.js"></script> | 47 <script src="scripts/config.js"></script> |
47 <script src="scripts/net.js"></script> | 48 <script src="scripts/net.js"></script> |
48 <script src="scripts/rollbot.js"></script> | 49 <script src="scripts/rollbot.js"></script> |
49 <script src="scripts/svn-log.js"></script> | 50 <script src="scripts/svn-log.js"></script> |
50 <script src="scripts/treestatus.js"></script> | 51 <script src="scripts/treestatus.js"></script> |
51 <script src="scripts/builders.js"></script> | 52 <script src="scripts/builders.js"></script> |
52 <script src="scripts/results.js"></script> | 53 <script src="scripts/results.js"></script> |
53 <script src="scripts/ui.js"></script> | 54 <script src="scripts/ui.js"></script> |
54 <script src="scripts/model.js"></script> | 55 <script src="scripts/model.js"></script> |
55 <script src="scripts/ui/actions.js"></script> | 56 <script src="scripts/ui/actions.js"></script> |
56 <script src="scripts/ui/failures.js"></script> | 57 <script src="scripts/ui/failures.js"></script> |
57 <script src="scripts/ui/notifications.js"></script> | 58 <script src="scripts/ui/notifications.js"></script> |
58 <script src="scripts/ui/results.js"></script> | 59 <script src="scripts/ui/results.js"></script> |
59 <script src="scripts/controllers.js"></script> | 60 <script src="scripts/controllers.js"></script> |
60 <script src="scripts/pixelzoomer.js"></script> | 61 <script src="scripts/pixelzoomer.js"></script> |
61 | 62 |
62 <script src="bower_components/platform/platform.js"></script> | 63 <script src="bower_components/platform/platform.js"></script> |
63 <link rel="import" href="bower_components/polymer/polymer.html"> | 64 <link rel="import" href="bower_components/polymer/polymer.html"> |
64 <link rel="import" href="polymer-load-warning.html"> | 65 <link rel="import" href="polymer-load-warning.html"> |
65 <link rel="import" href="ui/ct-results-comparison.html"> | 66 <link rel="import" href="ui/ct-results-comparison.html"> |
66 | 67 |
67 <script src="scripts/garden-o-matic.js"></script> | 68 <script src="scripts/garden-o-matic.js"></script> |
68 </head> | 69 </head> |
OLD | NEW |