/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-1.8
src/htmlContent/findreplace-bar.html
36 строк
2 KB
abose
Brackest Spinner + Message on indexing progress as suggested by reviewers.
14 июл 2015, 17:19
14 июл 2015, 17:19
b70b080
Код
Авторство
О чём код?
<div class="find-input-group"> <div id="find-group"><!-- --><div class="search-input-container"><input type="text" id="find-what" placeholder="{{queryPlaceholder}}" value="{{initialQuery}}" /><div class="error"></div><span id="find-counter"></span></div><!-- --><button id="find-case-sensitive" class="btn no-focus" tabindex="-1" title="{{Strings.BUTTON_CASESENSITIVE_HINT}}"><div class="button-icon"></div></button><!-- --><button id="find-regexp" class="btn no-focus" tabindex="-1" title="{{Strings.BUTTON_REGEXP_HINT}}"><div class="button-icon"></div></button><!-- {{^multifile}} --><div class="navigator"><!-- --><button id="find-prev" class="btn no-focus" tabindex="-1" title="{{Strings.BUTTON_PREV_HINT}}">{{Strings.BUTTON_PREV}}</button><!-- --><button id="find-next" class="btn no-focus" tabindex="-1" title="{{Strings.BUTTON_NEXT_HINT}}">{{Strings.BUTTON_NEXT}}</button><!-- --></div><!-- {{/multifile}} --></div> {{#replace}} <div id="replace-group" {{#scope}}class="has-scope"{{/scope}}><!-- --><input type="text" id="replace-with" placeholder="{{Strings.REPLACE_PLACEHOLDER}}" value="{{initialReplaceText}}" /><!-- {{^multifile}} --><button id="replace-yes" class="btn no-focus" tabindex="-1">{{Strings.BUTTON_REPLACE}}</button><!-- {{/multifile}} --><button id="replace-all" class="btn no-focus {{#multifile}}solo{{/multifile}}" tabindex="-1">{{replaceAllLabel}}</button></div> {{/replace}} </div> {{#multifile}} <div class="scope-group"> <div class="no-results-message">{{Strings.FIND_NO_RESULTS}}</div> <div class="message"> <span id="searchlabel">{{{scopeLabel}}}</span> </div> <!-- For Find in Files, the filter picker will be added here programmatically. --> </div> <div id="indexing-spinner" class="indexing-group forced-hidden"> <div class="spinner inline spin"></div> <div class="indexing-message">{{Strings.FIND_IN_FILES_INDEXING}}</div> </div> {{/multifile}}