
Добавил:
T0miesh
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз:
Предмет:
Файл:Микропроцессорные средства и системы / 4 Вариант / 1_ / 1 лабс АФ / images / survey-library-master / src / knockout / templates / window / window
.html <div style="position: fixed; bottom: 3px; right: 10px; max-width: 60%;" data-bind="css: css.window.root">
<div data-bind="css: css.window.header.root">
<span data-bind="click:doExpand" style="width: 100%; cursor: pointer;">
<span style="padding-right:10px" data-bind="css: css.window.header.title, text: locTitle.koRenderedHtml"></span>
<span aria-hidden="true" data-bind="css: koExpandedCss"></span>
</span>
<span data-bind="visible:koExpanded, click:doExpand" style="float: right; cursor: pointer;">
<span style="padding-right:10px" data-bind="css: css.window.header.title">X</span>
</span>
</div>
<div data-bind="visible:koExpanded, css: css.window.body">
<div id="windowSurveyJS"></div>
</div>
</div>
<div data-bind="css: css.window.header.root">
<span data-bind="click:doExpand" style="width: 100%; cursor: pointer;">
<span style="padding-right:10px" data-bind="css: css.window.header.title, text: locTitle.koRenderedHtml"></span>
<span aria-hidden="true" data-bind="css: koExpandedCss"></span>
</span>
<span data-bind="visible:koExpanded, click:doExpand" style="float: right; cursor: pointer;">
<span style="padding-right:10px" data-bind="css: css.window.header.title">X</span>
</span>
</div>
<div data-bind="visible:koExpanded, css: css.window.body">
<div id="windowSurveyJS"></div>
</div>
</div>