/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
xmodule/js/fixtures/imageinput.underscore
35 строк
951 B
Muhammad Umar Khan
Revert "Revert "refactor: move xmodule folder to root""
20 июн 2022, 16:20
Не верифицирован
20 июн 2022, 16:20
a389a9f
Код
Авторство
О чём код?
<!-- ${id} = 12345 --> <!-- ${width} = 300 --> <!-- ${height} = 400 --> <div class="imageinput capa_inputtype" id="inputtype_<%-id%>"> <input type="hidden" class="imageinput" src="" name="input_<%-id%>" id="input_<%-id%>" value="" /> <div style="position:relative;"> <div id="imageinput_<%-id%>" style="width: <%-width%>px; height: <%-height%>px; position: relative; left: 0; top: 0; visibility: hidden;" > <!-- image will go here --> </div> <div id="answer_<%-id%>" data-width="100" data-height="100"></div> </div> <!-- status == 'unsubmitted' --> <span class="unanswered" style="display: inline-block;" id="status_<%-id%>" aria-describedby="input_<%-id%>" > <span class="sr">Status: unanswered</span> </span> </div>