/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/button-directives/exploration-embed-button-modal.component.html
26 строк
948 B
Guilherme Coelho
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency first 20 files (#26326)
11 июн 2026, 21:55
Не верифицирован
11 июн 2026, 21:55
0245a9e
Код
Авторство
О чём код?
<div class="oppia-embed-exploration-modal"> <div class="modal-header"> <h3>Embed this exploration</h3> </div> <div class="modal-body" tabindex="0"> <p> To embed this exploration in another webpage, copy the following HTML into the source code of the webpage: </p> <div class="oppia-embed-modal-code" tabindex="0" (keydown.enter)="selectText($event)" (click)="selectText($event)"> <iframe src="{{serverName}}/embed/exploration/{{explorationId}}" width="700" height="1000"> </div> <p> For more details, as well as instructions on how to embed a particular version of an exploration, please see the <a href="https://oppia.github.io/#/EmbeddingAnExploration" target="_blank" rel="noopener">documentation</a>. </p> </div> <div class="modal-footer"> <button class="btn btn-secondary e2e-test-close-button" (click)="cancel()">Close</button> </div> </div>