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

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

Issue 656463002: add support for skfiddle width/height options (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
OLDNEW
1 1
tfarina 2014/10/13 15:50:50 while here, lets remove this blank line.
humper 2014/10/13 16:44:05 Done.
2 <section id=content> 2 <section id="content">
3 3
4 <template id="sourcesTemplate"> 4 <template id="sourcesTemplate">
5 <button id="" class=source><img width=64 height=64 src=''></button> 5 <button id="" class=source><img width=64 height=64 src=''></button>
tfarina 2014/10/13 15:50:50 lets indent 2 spaces here two?
humper 2014/10/13 16:44:05 Done.
6 </template> 6 </template>
7 7
8 <div id="inputBitmapEnable"> 8 <div id="inputBitmapEnable">
9 <input type="checkbox" id="enableSource" data-id="{{.Source}}"> 9 <input type="checkbox" id="enableSource" data-id="{{.Source}}">
10 <label for="enableSource">Use an input bitmap</label> 10 <label for="enableSource">Use an input bitmap</label>
11 </div> 11 </div>
12 12
13 <button id="selectedSource"></button> 13 <button id="selectedSource"></button>
14 14
15 <pre id="sourceCode">SkBitmap source;</pre> 15 <pre id="sourceCode">SkBitmap source;</pre>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <img touch-action='none' class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}. png{{end}}'/> 56 <img touch-action='none' class='zoom' id='img' src='{{if .Hash}}/i/{{.Hash}}. png{{end}}'/>
57 </p> 57 </p>
58 <p id='zoomHex'></p> 58 <p id='zoomHex'></p>
59 59
60 <h2>Warnings and Errors</h2> 60 <h2>Warnings and Errors</h2>
61 <pre id="output"></pre> 61 <pre id="output"></pre>
62 <h2>Runtime output</h2> 62 <h2>Runtime output</h2>
63 <pre id="stdout"></pre> 63 <pre id="stdout"></pre>
64 64
65 </section> 65 </section>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698