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

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

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/templates/recent.html ('k') | experimental/webtry/templates/template.gyp » ('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
deleted file mode 100644
index db33fff8c216d9931849c3f590855bab08c850e8..0000000000000000000000000000000000000000
--- a/experimental/webtry/templates/sidebar.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<section id="sidebar">
- <div class="panel panel-primary">
- <div class="panel-heading">
- <h3 class="panel-title">
- Fiddle Options
- </h3>
- </div>
- <div class="panel-body">
- <form class="form-horizontal" role="form">
- <div class="form-group">
- <label for="image-width" class="col-sm-4 control-label">Width</label>
- <div class="col-sm-8">
- <input type="number" class="form-control" id="image-width" value="{{.Width}}">
- </div>
- </div>
- <div class="form-group">
- <label for="image-height" class="col-sm-4 control-label">Height</label>
- <div class="col-sm-8">
- <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>
-</section>
« no previous file with comments | « experimental/webtry/templates/recent.html ('k') | experimental/webtry/templates/template.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698