]> CyberLeo.Net >> Repos - CDN/metadata.git/blob - views/index.erb
Hopefully the last screwing around
[CDN/metadata.git] / views / index.erb
1 <!DOCTYPE html>
2 <html>
3  <head>
4   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5   <title>Metadata: <%= mixtitle %></title>
6   <link rel="stylesheet" href="/css/meta.css">
7   <style type="text/css">
8 .button {
9   font-size: 36pt;
10 }
11 .button#prev {
12   float: left;
13 }
14 .button#next {
15   float: right;
16 }
17 .button#commit {
18   color: green;
19 }
20 .button#commit.update {
21   color: yellow;
22 }
23 .button#commit.failed {
24   color: red;
25 }
26 #controls {
27   text-align: center;
28 }
29   </style>
30   <script type="text/javascript"><!--
31 var tracklist = <%= tracklist %>;
32   --></script>
33  </head>
34  <body>
35   <div id="controls">
36    <button id="prev" class="button" onClick="prev();">&nbsp;&#x25b2&nbsp;</button>
37    <button id="commit" class="button" onClick="commit();">&#x2713</button>
38    <button id="next" class="button" onClick="next();">&nbsp;&#x25bc&nbsp;</button>
39   </div>
40   <div id="tracks">
41   </div>
42  </body>
43  <script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
44  <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
45  <script type="text/javascript" src="/js/handler.js"></script>
46 </html>