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

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

Issue 265703005: Move to a theme that more closely matches what was there before. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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/index.html ('k') | no next file » | 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>Workspace</title> 4 <title>Workspace</title>
5 <meta charset='utf-8' /> 5 <meta charset='utf-8' />
6 <link rel='stylesheet' href='/res/css/webtry.css' type='text/css' media='scr een'> 6 <link rel='stylesheet' href='/res/css/webtry.css' type='text/css' media='scr een'>
7 <link rel="stylesheet" href="/res/css/cm/codemirror.css" type="text/css" med ia="screen"> 7 <link rel="stylesheet" href="/res/css/cm/codemirror.css" type="text/css" med ia="screen">
8 <link rel="stylesheet" href="/res/css/cm/ambiance.css" type="text/css" media ="screen">
9 </head> 8 </head>
10 <body> 9 <body>
11 <template id=tryTemplate> 10 <template id=tryTemplate>
12 <div class=tries data-try=""> 11 <div class=tries data-try="">
13 <img width=64 height=64 src=""> 12 <img width=64 height=64 src="">
14 </div> 13 </div>
15 </template> 14 </template>
16 {{template "titlebar.html" .}} 15 {{template "titlebar.html" .}}
17 {{if .Name}} 16 {{if .Name}}
18 {{template "content.html" .}} 17 {{template "content.html" .}}
(...skipping 13 matching lines...) Expand all
32 <section id=content> 31 <section id=content>
33 <h1>Create</h1> 32 <h1>Create</h1>
34 Create a new workspace: 33 Create a new workspace:
35 <form action="." method="POST" accept-charset="utf-8"> 34 <form action="." method="POST" accept-charset="utf-8">
36 <p><input type="submit" value="Create"></p> 35 <p><input type="submit" value="Create"></p>
37 </form> 36 </form>
38 </section> 37 </section>
39 {{end}} 38 {{end}}
40 </body> 39 </body>
41 </html> 40 </html>
OLDNEW
« no previous file with comments | « experimental/webtry/templates/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698