summaryrefslogtreecommitdiff
path: root/www/todo.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-05-09 10:52:15 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-05-09 10:52:15 (GMT)
commit8a903c13d8e1d7abb905858d5c3ce0660bf358d6 (patch)
treea90d9704561edacc47a61ec56c9c9147b7603e82 /www/todo.html
parent4f7184f01215d348cc4a7b5b7a094cb1a7c6e695 (diff)
renamed todo to schedules
Diffstat (limited to 'www/todo.html')
-rw-r--r--www/todo.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/www/todo.html b/www/todo.html
deleted file mode 100644
index 9351d3f..0000000
--- a/www/todo.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <title>Import Status on Radio Helsinki</title>
- <meta charset="utf-8">
- <meta name="author" content="Christian Pointner <equinox@helsinki.at>">
-
- <link rel="shortcut icon" href="/img/favicon.ico" />
- <link href="/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet">
- <link href="/styles/common.css" rel="stylesheet">
- <link href="/styles/todo.css" rel="stylesheet">
- <script src="/javascript/jquery/jquery.min.js"></script>
- <script src="/js/utils.js"></script>
- <script src="/js/todo.js"></script>
- </head>
- <body>
- <div id="container">
- <div id="header">
- <div id="control">
- <div class="btn-group" role="group">
- <button type="button" class="btn btn-default" id="btn-earlier"><span class="glyphicon glyphicon-minus"></span></button>
- <button type="button" class="btn btn-default" id="btn-later"><span class="glyphicon glyphicon-plus"></span></button>
- </div>
- </div>
- <div>
- <span class="week"></span>
- <span class="date">--.--.----</span>
- </div>
- </div>
-
- <div id="loading">
- <div id="loading-inner">
- <div class="sk-fading-circle">
- <div class="sk-circle1 sk-circle"></div>
- <div class="sk-circle2 sk-circle"></div>
- <div class="sk-circle3 sk-circle"></div>
- <div class="sk-circle4 sk-circle"></div>
- <div class="sk-circle5 sk-circle"></div>
- <div class="sk-circle6 sk-circle"></div>
- <div class="sk-circle7 sk-circle"></div>
- <div class="sk-circle8 sk-circle"></div>
- <div class="sk-circle9 sk-circle"></div>
- <div class="sk-circle10 sk-circle"></div>
- <div class="sk-circle11 sk-circle"></div>
- <div class="sk-circle12 sk-circle"></div>
- </div>
- </div>
- </div>
-
- <div id="shows">
- </div>
- </div>
-
- <script type="text/javascript">
- todo_init();
- </script>
-
- </body>
-</html>