You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
429 B
15 lines
429 B
14 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.0"
|
||
13 years ago
|
width="550"
|
||
|
height="325"
|
||
14 years ago
|
ub:resizable="true">
|
||
|
|
||
13 years ago
|
<name>Rich Note</name>
|
||
|
<description>Allows the teacher to attach a rich note to the page.</description>
|
||
14 years ago
|
<content src="index.html"/>
|
||
|
</widget>
|