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

Unified Diff: experimental/webtry/templates/sidebar.html

Issue 688433002: rework GUI, scripts, and fiddle main for multiple simultaneous configs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add TODO about polymer port and global namespacing 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/templates/headercommon.html ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/sidebar.html
diff --git a/experimental/webtry/templates/sidebar.html b/experimental/webtry/templates/sidebar.html
index cd0a35a9ef1ca49bd169dbf381465a009f0a40a6..db33fff8c216d9931849c3f590855bab08c850e8 100644
--- a/experimental/webtry/templates/sidebar.html
+++ b/experimental/webtry/templates/sidebar.html
@@ -2,7 +2,7 @@
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">
- Options
+ Fiddle Options
</h3>
</div>
<div class="panel-body">
@@ -19,12 +19,35 @@
<input type="number" class="form-control" id="image-height" value="{{.Height}}">
</div>
</div>
+ </form>
+ </div>
+ </div>
+ <div class="panel panel-primary">
+ <div class="panel-heading">
+ <h3 class="panel-title">
+ Run Configuration
+ </h3>
+ </div>
+ <div class="panel-body">
+ <form id="run-configuration" class="form-horizontal" role="form">
+ <div class="checkbox">
+ <label>
+ <input id="use-raster" type="checkbox" value="" checked>
+ Raster
+ </label>
+ </div>
<div class="checkbox">
<label>
<input id="use-gpu" type="checkbox" value="">
Ganesh
</label>
</div>
+ <div class="checkbox">
+ <label>
+ <input id="use-pdf" type="checkbox" value="" disabled>
+ PDF (coming soon)
+ </label>
+ </div>
</form>
</div>
</div>
« no previous file with comments | « experimental/webtry/templates/headercommon.html ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698