Убрал мерцание текста в меню расширения Добавил заготовку для автоматического заполнения тестов(На стадии тестирования, работает только часть заданий)
40 lines
1.4 KiB
HTML
40 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<html>
|
|
<head>
|
|
<title>LMS Answers</title>
|
|
<link rel="stylesheet" href="popup_style.css">
|
|
<script type="text/javascript" src="popup.js"> </script>
|
|
</head>
|
|
<body>
|
|
<div class="shadow title_text">
|
|
<h1>LMS Answers</h1>
|
|
</div>
|
|
<div class="button-add style style_4">
|
|
<input id="show_mode" type="checkbox">
|
|
<label for="show_mode" data-text="Показывать ответы"></label>
|
|
<div class="button-add__icon"></div>
|
|
</div>
|
|
|
|
<div class="button-add style style_1">
|
|
<input id="auto_mode" type="checkbox">
|
|
<label for="auto_mode" data-text="Автоматический режим"></label>
|
|
<div class="button-add__icon"></div>
|
|
</div>
|
|
|
|
<div class="button-add style style_3">
|
|
<input id="true_mode" type="checkbox">
|
|
<label for="true_mode" data-text="Максимальные баллы"></label>
|
|
<div class="button-add__icon"></div>
|
|
</div>
|
|
|
|
<div class="button-add style style_2">
|
|
<input id="simple_mode" type="checkbox">
|
|
<label for="simple_mode" data-text="Упрощенная страница"></label>
|
|
<div class="button-add__icon"></div>
|
|
</div>
|
|
<div class="">
|
|
<button id="showBtn">Показать ответы</button>
|
|
</div>
|
|
</body>
|
|
</html> |