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

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

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/samples.css" rel="stylesheet" type="text/css"> 5 <link href="{{static}}/css/samples.css" rel="stylesheet" type="text/css">
6 </head> 6 </head>
7 <body> 7 <body>
8 {{+partials.header_body}} 8 {{+partials.header_body}}
9 <div id="gc-container"> 9 <div id="gc-container">
10 {{+partials.sidenav}} 10 {{+partials.sidenav}}
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 </ul> 50 </ul>
51 </div> 51 </div>
52 </div> 52 </div>
53 {{/samples.samples}} 53 {{/samples.samples}}
54 </div> 54 </div>
55 </div> 55 </div>
56 </body> 56 </body>
57 {{+partials.footer}} 57 {{+partials.footer}}
58 <script src="{{static}}/js/samples.js" type="text/javascript"></script> 58 <script src="{{static}}/js/samples.js" type="text/javascript"></script>
59 </html> 59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698