File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525td .output {border-top : 0.1em solid gray;}
2626
2727</ style >
28- < script type ="text/javascript " src ="../lib/webpack-bundle.js "> </ script >
28+ < script type ="text/javascript " src ="../../ lib/webpack-bundle.js "> </ script >
2929<!-- "https://linkeddata.github.io/app-schedule/schedule.js" -->
3030< script type ="text/javascript " src ="test-matrix.js "> </ script >
3131</ head >
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 3030
3131 ]]>
3232 </ style >
33- < script type ="text/javascript " src ="../lib/webpack-bundle.js ">
33+ < script type ="text/javascript " src ="../../ lib/webpack-bundle.js ">
3434</ script >
3535<!-- "https://linkeddata.github.io/app-schedule/schedule.js" -->
3636
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