17 lines
501 B
17 lines
501 B
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<widget xmlns="http://www.w3.org/ns/widgets"
|
||
|
xmlns:ub="http://uniboard.mnemis.com/widgets"
|
||
|
id="http://www.example.net/widgets/helloworld"
|
||
|
version="1.1"
|
||
13 years ago
|
width="850"
|
||
13 years ago
|
height="420"
|
||
12 years ago
|
ub:resizable="false">
|
||
13 years ago
|
|
||
|
<name>Words/Letters sortable</name>
|
||
|
<description>Sort the words/letters to make the right phrase/word.</description>
|
||
|
<preference name="skin"
|
||
|
value="uniboard"/>
|
||
|
<content src="index.html"/>
|
||
|
</widget>
|