/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/extensions/default/AutoUpdate/htmlContent/updateBar.html
20 строк
748 B
Bhavika Miglani
AutoUpdate Framework (#14177)
18 апр 2018, 10:43
18 апр 2018, 10:43
92b872e
Код
Авторство
О чём код?
<div id="update-bar" {{#type}}class={{{type}}}{{/type}} tabindex="0"> <div id="icon-container"> <svg id="update-icon"> </svg> </div> <div id="content-container"> <p id="update-content"><span id="heading">{{title}}</span> <span id="description">{{{description}}}</span></p> </div> {{#needButtons}} <div id="button-container"> {{#buttons}} <button type="button" id="update-btn-{{id}}" class="update-btn" {{#tIndex}}tabIndex={{{tIndex}}}{{/tIndex}}>{{value}}</button> {{/buttons}} </div> {{/needButtons}} {{^buttons}} <div id="close-icon-container"> <button type="button" id="close-icon" tabIndex="0">×</button> </div> {{/buttons}} </div>