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
|
extends layout
block head_top
script.
function utmx_section(){}function utmx(){}(function(){var
k='129149775-1',d=document,l=d.location,c=d.cookie;
if(l.search.indexOf('utm_expid='+k)>0)return;
function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.
indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.
length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write(
'<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':
'://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+
'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().
valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
'" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})();
script.
utmx('url','A/B');
block head
if version == 'new'
link(rel='stylesheet', href='/stylesheets/style_new.css')
else
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/stylesheets/print.css', media='print')
link(rel='stylesheet', href='https://fonts.googleapis.com/icon?family=Material+Icons')
link(rel='stylesheet', href='https://code.getmdl.io/1.2.1/material.indigo-pink.min.css')
script(defer='', src='https://code.getmdl.io/1.2.1/material.min.js')
block content
#data(style='display: none;')
each user in users
.data-user
.data-type= user.type
.data-value= user.value
.data-index= user.index
.data-other= user.other
.data-isID= user.isID
form#search
.top-bar
.input-wrapper
input(type='text', placeholder='Zoeken')
button.material-icons.fav(tabindex='0', type='button') 
button#overflow-button(type='button')
i.material-icons 
ul.mdl-menu.mdl-menu--bottom-right.mdl-js-menu.mdl-js-ripple-effect(for='overflow-button')
a(href='http://www.meetingpointmco.nl/Roosters-AL/doc/')
li.mdl-menu__item Oud rooster gebruiken
a(href='javascript:window.print()')
li.mdl-menu__item.mdl-menu__item--full-bleed-divider#print-page Pagina printen
li.mdl-menu__item(disabled) Gemaakt door Noah Loomans
.autocomplete-wrapper
ul.autocomplete
#week-selector
#search-space-filler
.week-wrapper
if version == 'new'
input(type='button', value='arrow_back').material-icons
span.current Loading...
input(type='button', value='arrow_forward').material-icons
else
input(type='button', value='Vorige')
span.current Loading...
input(type='button', value='Volgende')
iframe(src='/hello', scrolling='no')#schedule
block scripts
script(src='/javascripts/bundle.js')
|