File tree 6 files changed +17
-2
lines changed
6 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 25
25
td .output {border-top : 0.1em solid gray;}
26
26
27
27
</ style >
28
- < script type ="text/javascript " src ="../lib/webpack-bundle.js "> </ script >
28
+ < script type ="text/javascript " src ="../../ lib/webpack-bundle.js "> </ script >
29
29
<!-- "https://linkeddata.github.io/app-schedule/schedule.js" -->
30
30
< script type ="text/javascript " src ="test-matrix.js "> </ script >
31
31
</ head >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 30
30
31
31
]]>
32
32
</ style >
33
- < script type ="text/javascript " src ="../lib/webpack-bundle.js ">
33
+ < script type ="text/javascript " src ="../../ lib/webpack-bundle.js ">
34
34
</ script >
35
35
<!-- "https://linkeddata.github.io/app-schedule/schedule.js" -->
36
36
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ @prefix foaf: <http://xmlns.com/foaf/0.1/> .
2
+ @prefix sched: <http://www.w3.org/ns/pim/schedule#> .
3
+ @prefix ical: <http://www.w3.org/2002/12/cal/icaltzd#> .
4
+ @prefix dc: <http://purl.org/dc/elements/1.1/> .
5
+ @prefix ui: <http://www.w3.org/ns/ui#> .
6
+
7
+ # :event1 dc:author :a0;
8
+ # sched:YesNoMaybe;
9
+ # :a0 foaf:name "Zoe".
10
+ # :a1 foaf:name "Alice".
11
+ # :a2 foaf:name "Bob".
12
+ #
13
+ # sched:Yes ui:backgroundColor "#efe".
14
+ # sched:No ui:backgroundColor "#fee".
15
+ # sched:Maybe ui:backgroundColor "#ffe".
You can’t perform that action at this time.
0 commit comments