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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/public/apps/index.html

Issue 10834255: Extensions Docs Server: Apps titles should show "Apps" instead of "Extensions" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 4 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> 2 <html>
3 <head> 3 <head>
4 {{+partials.header_head}} 4 {{+partials.header_head}}
5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css"> 5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css">
6 <title>Google Chrome Extensions</title> 6 <title>Google Chrome Apps</title>
7 </head> 7 </head>
8 <body> 8 <body>
9 {{+partials.header_body}} 9 {{+partials.header_body title:apps_title}}
10 <div id="gc-container"> 10 <div id="gc-container">
11 <div id="gc-pagecontent"> 11 <div id="gc-pagecontent">
12 <table id="index"> 12 <table id="index">
13 <tr> 13 <tr>
14 <td> 14 <td>
15 <h3>What are extensions?</h3> 15 <h3>What are extensions?</h3>
16 <p> 16 <p>
17 Extensions are small software programs that 17 Extensions are small software programs that
18 can modify and enhance the functionality of the Chrome browser. 18 can modify and enhance the functionality of the Chrome browser.
19 You write them using web technologies such as 19 You write them using web technologies such as
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <iframe title="YouTube video player" width="300" height="199" sr c="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscre en=""></iframe> 91 <iframe title="YouTube video player" width="300" height="199" sr c="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscre en=""></iframe>
92 </p> 92 </p>
93 </td> 93 </td>
94 </tr> 94 </tr>
95 </table> 95 </table>
96 </div> 96 </div>
97 </div> 97 </div>
98 </body> 98 </body>
99 {{+partials.footer}} 99 {{+partials.footer}}
100 </html> 100 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698