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

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

Issue 246823004: Factor out common template code. Send stdout back to web page. (Closed) Base URL: https://skia.googlesource.com/skia.git@clickhistory
Patch Set: rebase Created 6 years, 8 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/js/run.js ('k') | experimental/webtry/templates/iframe.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 <section id=content>
3 <pre><code>#include "SkCanvas.h"
4
5 void draw(SkCanvas* canvas) {
6 <textarea spellcheck=false name='code' id='code' rows='15' cols='80'>{{.Code}} </textarea>
7 }
8 </code></pre>
9
10 <input type='button' value='Run' id='run'>
11 <a href='{{if .Hash}}/c/{{.Hash}}{{end}}' target=_blank id=permalink>Share</a>
12
13 <input type='button' value='Embed' id='embedButton' disabled/>
14 <input type="text" value="" id="embed" readonly style="display:none;">
15
16 <p>
17 <img id='img' src='{{if .Hash}}/i/{{.Hash}}.png{{end}}'/>
18 </p>
19
20 <h2>Errors</h2>
21 <pre><code id='output'></code></pre>
22 <h2>Runtime output</h2>
23 <pre id='stdout'></pre>
24
25 </section>
OLDNEW
« no previous file with comments | « experimental/webtry/js/run.js ('k') | experimental/webtry/templates/iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698