Skip to content

Commit 2edf7bc

Browse files
examples into folders
1 parent 6298aff commit 2edf7bc

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

examples/test-matrix.html renamed to examples/matrix/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
td.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.

examples/test-tabs.html renamed to examples/tabs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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.

examples/tabs/test.ttl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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".

0 commit comments

Comments
 (0)