Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/blame/commit/5bc2d5d1e8c401a06ff8a8c14d8f3b1f234c515a/resources/library/interactivities/Separe%20phrase.wgt/config.xml You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard

17 lines
464 B

<?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"
width="850"
height="300"
ub:resizable="true">
<name>Split a phrase</name>
<description>Split a phrase into words</description>
<preference name="skin"
value="uniboard"/>
<content src="index.html"/>
</widget>