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.
12 lines
347 B
12 lines
347 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://uniboard.mnemis.com/widgets/calculator"
|
||
|
version="1.1"
|
||
|
width="200"
|
||
12 years ago
|
height="300"
|
||
14 years ago
|
ub:resizable="false">
|
||
|
<name>Calculator</name>
|
||
|
<content src="index.html"/>
|
||
|
</widget>
|