Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: chrome/browser/resources/downloads.html

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="../../app/theme/downloads_favicon.png"> 6 <link rel="icon" href="../../app/theme/downloads_favicon.png">
7 <style> 7 <style>
8 body { 8 body {
9 background-color: white; 9 background-color: white;
10 color: black; 10 color: black;
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 break; 752 break;
753 } 753 }
754 } 754 }
755 } 755 }
756 756
757 </script> 757 </script>
758 </head> 758 </head>
759 <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize :fontsize"> 759 <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize :fontsize">
760 <div class="header"> 760 <div class="header">
761 <a href="" onclick="setSearch(''); return false;"> 761 <a href="" onclick="setSearch(''); return false;">
762 <img src="../../app/theme/downloads_section.png" 762 <img src="shared/images/downloads_section.png"
763 width="67" height="67" class="logo" border="0" /></a> 763 width="67" height="67" class="logo" border="0" /></a>
764 <form method="post" action="" 764 <form method="post" action=""
765 onsubmit="setSearch(this.term.value); return false;" 765 onsubmit="setSearch(this.term.value); return false;"
766 class="form"> 766 class="form">
767 <input type="text" name="term" id="term" /> 767 <input type="text" name="term" id="term" />
768 <input type="submit" name="submit" i18n-values="value:searchbutton" /> 768 <input type="submit" name="submit" i18n-values="value:searchbutton" />
769 </form> 769 </form>
770 </div> 770 </div>
771 <div class="main"> 771 <div class="main">
772 <div id="downloads-summary"> 772 <div id="downloads-summary">
773 <span id="downloads-summary-text" i18n-content="downloads">Downloads</span> 773 <span id="downloads-summary-text" i18n-content="downloads">Downloads</span>
774 <a id="clear-all" href="" onclick="clearAll();" i18n-content="clear_all">Cle ar All</a> 774 <a id="clear-all" href="" onclick="clearAll();" i18n-content="clear_all">Cle ar All</a>
775 </div> 775 </div>
776 <div id="downloads-display"></div> 776 <div id="downloads-display"></div>
777 </div> 777 </div>
778 <div class="footer"> 778 <div class="footer">
779 </div> 779 </div>
780 </body> 780 </body>
781 </html> 781 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/app_gallery_icon.png ('k') | chrome/browser/resources/extensions_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698