- add: United Knowledge Player added. This player allows you to display a photo collection as a slideshow. A demo can be found in /extras/ukplayer/slideshow. html. (Arjan Widlak, United Knowledge)
This commit is contained in:
parent
9c77fdcce7
commit
ab028b55ba
10 changed files with 672 additions and 0 deletions
25
www/extras/ukplayer/content.xml
Normal file
25
www/extras/ukplayer/content.xml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<content>
|
||||
<slides>
|
||||
<slide>
|
||||
<width>400</width>
|
||||
<height>300</height>
|
||||
<title><![CDATA[<b>Slide</b> One]]></title>
|
||||
<description><![CDATA[ This is the United Knowledge Player for <u>WebGUI</u>!]]></description>
|
||||
<image_source>/extras/ukplayer/dummycontent/explain.jpg</image_source>
|
||||
<duration>5</duration>
|
||||
<thumb_source>/extras/ukplayer/dummycontent/explain.jpg</thumb_source>
|
||||
<sound_source>dummycontent/transporter.mp3</sound_source>
|
||||
</slide>
|
||||
<slide>
|
||||
<width>400</width>
|
||||
<height>300</height>
|
||||
<title><![CDATA[<b>Slide</b> Two]]></title>
|
||||
<description><![CDATA[ This is the United Knowledge Player for <u>WebGUI</u>!]]></description>
|
||||
<image_source>/extras/ukplayer/dummycontent/united-knowledge-logo.jpg</image_source>
|
||||
<duration>5</duration>
|
||||
<thumb_source>/extras/ukplayer/dummycontent/united-knowledge-logo.jpg</thumb_source>
|
||||
<sound_source>dummycontent/transporter.mp3</sound_source>
|
||||
</slide>
|
||||
</slides>
|
||||
</content>
|
||||
Loading…
Add table
Add a link
Reference in a new issue