-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html.haml
116 lines (108 loc) · 3.8 KB
/
index.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
!!!
%html(lang="en")
%head
%meta(charset="utf-8")
%title Nonchosbatta
%meta(http-equiv="X-UA-Compatible" content="IE=edge,chrome=1")
%link(rel="stylesheet" href="css/bootstrap.css")
%link(rel="stylesheet" href="css/bootstrap-modal-bs3patch.css")
%link(rel="stylesheet" href="css/bootstrap-modal.css")
%link(rel="stylesheet" href="css/style.css")
= javascript_include_tag "application"
%body
%div.navbar.navbar-default.navbar-static-top{role: 'navigation'}
%div.container
%div.navbar-header
%a.navbar-brand{href: '/#/'} Nonchosbatta
%div.navbar-collapse.collapse
%ul.nav.navbar-nav
%li.dropdown
%a.dropdown-toggle{href: '#', :'data-toggle' => :dropdown}
Filters
%b.caret
%ul.dropdown-menu
%li.ongoing
%a#ongoing{href: '#'} On going
%li.finished
%a#finished{href: '#'} Finished
%li.dropped
%a#dropped{href: '#'} Dropped
%li.planned
%a#planned{href: '#'} Planned
%li
%a#get-stats{href: '#'}
Statistics
%ul.nav.navbar-nav.navbar-right
%li
%form.navbar-form.navbar-search{role: 'search'}
%div.input-group
%input.form-control{type: 'text', id: 'keyword', placeholder: 'search'}
%div.input-group-btn
%button.btn.btn-default#search
%span.glyphicon.glyphicon-search
%div.container
%table#mescalina-airing.mescalina.table.table-bordered.table-hover
%thead
%tr
%th Series
%th Episodes
%th Fansub
%th Translator
%th Editor
%th Checker
%th Timer
%th Typesetter
%th Encoder
%th QChecker
%table#mescalina-finished.mescalina.table.table-bordered.table-hover
%thead
%tr
%th Series
%th Episodes
%th Fansub
%th Translator
%th Editor
%th Checker
%th Timer
%th Typesetter
%th Encoder
%th QChecker
%div#episode.modal.fade{tabindex: '-1', role: 'dialog', :'aria-hidden' => true, :'data-width' => '920'}
%div.modal-header
%button.close{type: 'button', :'data-dismiss' => 'modal', :'aria-hidden' => 'true'}×
%h3#episode-title
%div.modal-body
%table#episode-info.table.table-bordered.table-hover
%thead
%tr
%th Episode
%th Translation
%th Editing
%th Checking
%th Timing
%th Typesetting
%th Encoding
%th QChecking
%div#episode-error.modal.fade{tabindex: '-1', role: 'dialog', :'aria-hidden' => true}
%div.modal-header
%button.close{type: 'button', :'data-dismiss' => 'modal', :'aria-hidden' => 'true'}×
%h3 No episodes found.
%div.modal-body
%p No episodes found.
%div#stats.modal.fade{tabindex: '-1', role: 'dialog', :'aria-hidden' => true, :'data-width' => '920'}
%div.modal-header
%button.close{type: 'button', :'data-dismiss' => 'modal', :'aria-hidden' => 'true'}×
%h3
Statistics
%div.modal-body
%table#stat.table.table-bordered.table-hover
%thead
%tr
%th Fansub
%th Completed series
%th Completed episodes
%div.footer
%p
© 2014
%a{href: 'https://github.com/nonchosbatta', target: '_blank'}
Nonchosbatta