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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-settings.TestableSettings-Settings.html

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 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
OLDNEW
(Empty)
1
2 <!DOCTYPE html>
3
4 <html lang="en">
5 <meta charset="utf-8">
6 <title>Settings</title>
7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
8 <script src="/static/common/js/time.js"></script>
9 <script src="/static/common/third_party/js/jquery.min.js"></script>
10
11
12 <body class="interface">
13 <header>
14 Luci
15 <div>
16
17 <a href="https://login.url/?target=/foobar">login</a>
18
19 </div>
20 </header>
21 <hr>
22
23 <div class="header">
24 <a href=""></a>
25 </div>
26 <div class="content">
27 <h1>Build </h1>
28
29 <div class="column">
30 <h2>Themes</h2>
31 <form action="/post/action" method='POST'>
32 <input type="hidden" name="xsrf_token" value="thisisatoken">
33 <select name="theme">
34
35
36
37 <option value=bootstrap selected>bootstrap</option>
38
39
40
41 <option value=buildbot>buildbot</option>
42
43
44 </select>
45 <button type="submit" label="Submit">Submit!!!</button>
46 </div>
47 </div>
48
49 <footer>
50 <hr>
51 <a href="https://github.com/luci">luci</a>,
52 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
53 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local)
54 </footer>
55 <script>
56 (function () {
57 'use strict';
58 milo.makeTimesLocal();
59 })();
60 </script>
61 <script>
62 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
63 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
64 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
65 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
66
67 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
68 </script>
69
70 <script>
71 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
72 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
73 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
74 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
75
76 ga('create', 'UA-12345-01', 'auto');
77 ga('send', 'pageview');
78 </script>
79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698