config.xml 563 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?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/notes" 
        version="1.2"
        width="950"
        height="560" 
		minimum_height="300"
		minimum_width="670"
        ub:resizable="false">     
   
		<name>Notes</name>
		<author href="http://www.getuniboard.com"
	            email="info@mnemis.com">Mnemis SA</author>
		<description>Associer images</description>
		
		<content src="index.html"/>
</widget>