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

Side by Side Diff: app/templates/browser-search.handlebars

Issue 8910043: Adds search functionality
Patch Set: Adds search functionality 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:
View unified diff | Download patch
« no previous file with comments | « app/subapps/browser/views/view.js ('k') | app/views/utils.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="search-container"> 1 <div class="search-container">
2 <a href="" class="bws-icon"> 2 <a href="" class="bws-icon">
3 <img src="/juju-ui/assets/images/browser_icon.jpg" alt="Browser" /> 3 <img src="/juju-ui/assets/images/browser_icon.jpg" alt="Browser" />
4 </a> 4 </a>
5 <a href="" class="bws-title">Charm Browser</a> 5 <a href="" class="bws-title">Charm Browser</a>
6 <div class="bws-searchbox"> 6 <div class="bws-searchbox">
7 <form> 7 <form>
8 <input type="search" name="bws-search" 8 <input type="search" name="bws-search"
9 value="{{ term }}" 9 value="{{ text }}"
10 placeholder="Search&hellip;"/> 10 placeholder="Search&hellip;"/>
11 </form> 11 </form>
12 </div> 12 </div>
13 <div class="toggle-fullscreen"> 13 <div class="toggle-fullscreen">
14 <img src="/juju-ui/assets/images/browser_minimize.jpg" 14 <img src="/juju-ui/assets/images/browser_minimize.jpg"
15 alt="Minimize" /> 15 alt="Minimize" />
16 </div> 16 </div>
17 </div> 17 </div>
OLDNEW
« no previous file with comments | « app/subapps/browser/views/view.js ('k') | app/views/utils.js » ('j') | no next file with comments »

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