| author | rougeronj |
| Fri, 24 Apr 2015 18:01:02 +0200 | |
| changeset 430 | d3ae63bc18c6 |
| parent 426 | 05ed0d95a511 |
| child 434 | 0d5998b32a7c |
| permissions | -rw-r--r-- |
| 426 | 1 |
<% if (options.show_bins) { %> |
2 |
<div class="Rk-Bins"> |
|
3 |
<div class="Rk-Bins-Head"> |
|
4 |
<h2 class="Rk-Bins-Title"><%- translate("Select contents:")%></h2> |
|
5 |
<form class="Rk-Web-Search-Form Rk-Search-Form"> |
|
6 |
<input class="Rk-Web-Search-Input Rk-Search-Input" type="search" |
|
|
430
d3ae63bc18c6
split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
rougeronj
parents:
426
diff
changeset
|
7 |
placeholder="<%- translate('Search the Web') %>" /> |
| 426 | 8 |
<div class="Rk-Search-Select"> |
9 |
<div class="Rk-Search-Current"></div> |
|
10 |
<ul class="Rk-Search-List"></ul> |
|
11 |
</div> |
|
12 |
<input type="submit" value="" |
|
|
430
d3ae63bc18c6
split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
rougeronj
parents:
426
diff
changeset
|
13 |
class="Rk-Web-Search-Submit Rk-Search-Submit" title="<%- translate('Search the Web') %>" /> |
| 426 | 14 |
</form> |
15 |
<form class="Rk-Bins-Search-Form Rk-Search-Form"> |
|
16 |
<input class="Rk-Bins-Search-Input Rk-Search-Input" type="search" |
|
|
430
d3ae63bc18c6
split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
rougeronj
parents:
426
diff
changeset
|
17 |
placeholder="<%- translate('Search in Bins') %>" /> <input |
| 426 | 18 |
type="submit" value="" |
19 |
class="Rk-Bins-Search-Submit Rk-Search-Submit" |
|
|
430
d3ae63bc18c6
split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
rougeronj
parents:
426
diff
changeset
|
20 |
title="<%- translate('Search in Bins') %>" /> |
| 426 | 21 |
</form> |
22 |
</div> |
|
23 |
<ul class="Rk-Bin-List"></ul> |
|
24 |
</div> |
|
25 |
<% } %> <% if (options.show_editor) { %> |
|
26 |
<div class="Rk-Render Rk-Render-<% if (options.show_bins) { %>Panel<% } else { %>Full<% } %>"></div> |
|
27 |
<% } %> |