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.
21 lines
528 B
21 lines
528 B
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<widget xmlns="http://www.w3.org/ns/widgets"
|
||
|
xmlns:ub=""
|
||
|
id="https://openedu.fr/"
|
||
|
version="1.0"
|
||
|
width="750"
|
||
|
height="300"
|
||
|
ub:resizable="true"
|
||
|
ub:transparent="true"
|
||
|
>
|
||
|
|
||
|
<name>Papier</name>
|
||
|
<author href="https://openedu.fr/"
|
||
|
email="contact@openedu.fr">Fanch Le Cléac'h</author>
|
||
|
<description>Affichage de différents types de papiers</description>
|
||
|
<preference name="skin"
|
||
|
value="uniboard"/>
|
||
|
<content src="papier.html"/>
|
||
|
</widget>
|