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

Side by Side Diff: experimental/webtry/templates/index.html

Issue 656463002: add support for skfiddle width/height options (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add new db creation commands to the design documnt Created 6 years, 2 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
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/sidebar.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Skia WebTry</title> 4 <title>Skia WebTry</title>
5 {{template "headercommon.html" .}} 5 {{template "headercommon.html" .}}
6 <link rel='import' type='text/html' href='/res/imp/zoom.html'> 6 <link rel='import' type='text/html' href='/res/imp/zoom.html'>
7 </head> 7 </head>
8 <body> 8 <body>
9 {{template "titlebar.html" .}} 9 <div id="wrapper">
10 {{template "content.html" .}} 10 {{template "titlebar.html" .}}
11 <div id="lower-wrapper">
12 {{template "sidebar.html" .}}
13 {{template "content.html" .}}
14 </div>
15 </div>
11 16
12 <script type='text/javascript'> 17 <script type='text/javascript'>
13 // Not running in a workspace. 18 // Not running in a workspace.
14 var workspaceName = ''; 19 var workspaceName = '';
15 </script> 20 </script>
16 {{template "footercommon.html" .}} 21 {{template "footercommon.html" .}}
17 </body> 22 </body>
18 </html> 23 </html>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/sidebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698