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

17 lines
466 B

13 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"
width="770"
13 years ago
height="320"
ub:resizable="false">
13 years ago
<name>Split a word</name>
<description>Split a word into syllables</description>
<preference name="skin"
value="uniboard"/>
<content src="index.html"/>
</widget>