Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(712)

Delta Between Two Patch Sets: app/subapps/browser/templates/search.handlebars

Issue 9003043: Adds filter controls to the search in the browser
Left Patch Set: Adds filter controls to the search in the browser Created 10 years, 11 months ago
Right Patch Set: Adds filter controls to the search in the browser Created 10 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « app/subapps/browser/templates/browser_charm.handlebars ('k') | app/subapps/browser/views/search.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <div id="bws-search" class="yui3-g"> 1 <div id="bws-search" class="yui3-g">
2 <div class="yui3-u-1"> 2 <div class="yui3-u-1">
3 <h3 class="section-title"><strong>{{ count }}</strong> results found</h3> 3 <h3 class="search-title"><strong>{{ count }}</strong> results found</h3>
4 </div>
5 <div class="filters {{#if isFullscreen}} yui3-u-1-4 {{else}} yui3-u-1 collapse d {{/if}}">
4 {{#unless isFullscreen}} 6 {{#unless isFullscreen}}
5 <div class="filterControl"> ^ Hide filters</div> 7 <div class="filterControl">
8 <a href="" class="filterControl more">
9 Show Filters <img src="/juju-ui/assets/images/expand_icon.png" a lt="expand"</img>
10 </a>
11 <a href="" class="filterControl less" style="display: none;">
12 Hide Filters <img src="/juju-ui/assets/images/contract_icon.png" alt="collapse"</img>
13 </a>
14 </div>
6 {{/unless}} 15 {{/unless}}
7 </div> 16 <div class="search-filters" {{#unless isFullscreen}}style="display: none;"{{ /unless}}>
8 <div class="search-filters {{#if isFullscreen}} yui3-u-1-4 {{else}} yui3-u-1 c ollapsed {{/if}} "> 17 </div>
9
10 </div> 18 </div>
11 <div class="search-results {{#if isFullscreen}}yui3-u-3-4{{/if}}"> 19 <div class="search-results {{#if isFullscreen}}yui3-u-3-4{{/if}}">
12
13
14 </div> 20 </div>
15 </div> 21 </div>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b