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

33 lines
999 B

13 years ago
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Template</title>
<!--Scripts-->
<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var lang = (window.sankore)?sankore.locale().substr(0,2):"en"; //local language
$.ajax({
type: 'POST',
url: 'locales/' + lang + '/index.html',
statusCode: {
404: function() {
window.location.href = 'locales/en/index.html';
},
200: function(){
window.location.href = 'locales/' + lang + '/index.html';
13 years ago
}
}
});
13 years ago
});
</script>
</head>
<body>
13 years ago
</body>
13 years ago
</html>