author | nowmad@nowmads-macbook-pro.local |
Wed, 20 Jan 2016 23:51:55 +0100 | |
changeset 92 | 3437f5191645 |
parent 91 | acfeddc7821d |
child 95 | f7ab931581af |
permissions | -rw-r--r-- |
16
70e9a764d6d7
add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
<div class="corpus-app-content"> |
86
15ded106ef1a
add a player component to handle sound play/pause
nowmad@23.1.168.192.in-addr.arpa
parents:
84
diff
changeset
|
2 |
|
91
acfeddc7821d
rename "sound" to "document"
nowmad@nowmads-macbook-pro.local
parents:
87
diff
changeset
|
3 |
{{player-component action="changeDocument" document=currentItem}} |
87
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
86
diff
changeset
|
4 |
|
65
5d5c30207e4c
add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents:
16
diff
changeset
|
5 |
<p> |
5d5c30207e4c
add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents:
16
diff
changeset
|
6 |
Title: {{ currentItem.title }} |
5d5c30207e4c
add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents:
16
diff
changeset
|
7 |
</p> |
5d5c30207e4c
add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents:
16
diff
changeset
|
8 |
<p> |
5d5c30207e4c
add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents:
16
diff
changeset
|
9 |
Description: {{ currentItem.description }} |
5d5c30207e4c
add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents:
16
diff
changeset
|
10 |
</p> |
16
70e9a764d6d7
add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
11 |
</div> |