OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright (C) 2011 Google Inc. All rights reserved. | 3 Copyright (C) 2011 Google Inc. All rights reserved. |
4 | 4 |
5 Redistribution and use in source and binary forms, with or without | 5 Redistribution and use in source and binary forms, with or without |
6 modification, are permitted provided that the following conditions | 6 modification, are permitted provided that the following conditions |
7 are met: | 7 are met: |
8 1. Redistributions of source code must retain the above copyright | 8 1. Redistributions of source code must retain the above copyright |
9 notice, this list of conditions and the following disclaimer. | 9 notice, this list of conditions and the following disclaimer. |
10 2. Redistributions in binary form must reproduce the above copyright | 10 2. Redistributions in binary form must reproduce the above copyright |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 http://chromium-status.apps
pot.com"> | 44 http://chromium-status.apps
pot.com"> |
45 <title>Garden-O-Matic</title> | 45 <title>Garden-O-Matic</title> |
46 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:40
0,700"> | 46 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:40
0,700"> |
47 <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.
15/themes/base/jquery-ui.css"> | 47 <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.
15/themes/base/jquery-ui.css"> |
48 <link rel="stylesheet" href="styles/common.css"> | 48 <link rel="stylesheet" href="styles/common.css"> |
49 <link rel="stylesheet" href="styles/onebar.css"> | 49 <link rel="stylesheet" href="styles/onebar.css"> |
50 <link rel="stylesheet" href="styles/failures.css"> | 50 <link rel="stylesheet" href="styles/failures.css"> |
51 <link rel="stylesheet" href="styles/results.css"> | 51 <link rel="stylesheet" href="styles/results.css"> |
52 <link rel="stylesheet" href="styles/notifications.css"> | 52 <link rel="stylesheet" href="styles/notifications.css"> |
53 <link rel="stylesheet" href="styles/pixelzoomer.css"> | 53 <link rel="stylesheet" href="styles/pixelzoomer.css"> |
| 54 <meta name="viewport" content="width=device-width, user-scalable=no"> |
54 </head> | 55 </head> |
55 <body> | 56 <body> |
56 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"><
/script> | 57 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"><
/script> |
57 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min
.js"></script> | 58 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min
.js"></script> |
58 <script src="scripts/base.js"></script> | 59 <script src="scripts/base.js"></script> |
59 <script src="scripts/config.js"></script> | 60 <script src="scripts/config.js"></script> |
60 <script src="scripts/net.js"></script> | 61 <script src="scripts/net.js"></script> |
61 <script src="scripts/rollbot.js"></script> | 62 <script src="scripts/rollbot.js"></script> |
62 <script src="scripts/svn-log.js"></script> | 63 <script src="scripts/svn-log.js"></script> |
63 <script src="scripts/treestatus.js"></script> | 64 <script src="scripts/treestatus.js"></script> |
64 <script src="scripts/builders.js"></script> | 65 <script src="scripts/builders.js"></script> |
65 <script src="scripts/checkout.js"></script> | 66 <script src="scripts/checkout.js"></script> |
66 <script src="scripts/results.js"></script> | 67 <script src="scripts/results.js"></script> |
67 <script src="scripts/ui.js"></script> | 68 <script src="scripts/ui.js"></script> |
68 <script src="scripts/model.js"></script> | 69 <script src="scripts/model.js"></script> |
69 <script src="scripts/ui/actions.js"></script> | 70 <script src="scripts/ui/actions.js"></script> |
70 <script src="scripts/ui/failures.js"></script> | 71 <script src="scripts/ui/failures.js"></script> |
71 <script src="scripts/ui/notifications.js"></script> | 72 <script src="scripts/ui/notifications.js"></script> |
72 <script src="scripts/ui/results.js"></script> | 73 <script src="scripts/ui/results.js"></script> |
73 <script src="scripts/controllers.js"></script> | 74 <script src="scripts/controllers.js"></script> |
74 <script src="scripts/pixelzoomer.js"></script> | 75 <script src="scripts/pixelzoomer.js"></script> |
75 <script src="scripts/garden-o-matic.js"></script> | 76 <script src="scripts/garden-o-matic.js"></script> |
76 </body> | 77 </body> |
77 </html> | 78 </html> |
OLD | NEW |