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

Unified Diff: samples/pond/pond.html

Issue 10204007: Remove many things that depend on frog. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/pond/pond.dart ('k') | samples/pond/ui.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pond/pond.html
===================================================================
--- samples/pond/pond.html (revision 6866)
+++ samples/pond/pond.html (working copy)
@@ -1,52 +0,0 @@
-<!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
- for details. All rights reserved. Use of this source code is governed by a
- BSD-style license that can be found in the LICENSE file. -->
-
-<!DOCTYPE html>
-<html>
- <head>
- <title>Frog Pond</title>
- <link rel="stylesheet" type="text/css"
- href="codemirror/lib/codemirror.css"/>
- <link rel="stylesheet" type="text/css" href="pond.css"/>
- <script type="text/javascript" src="editors_module.js"></script>
- <script type="text/javascript" src="pond.dart.js"></script>
- </head>
- <body>
- <div class="main vbox">
- <div class="main hbox">
- <div class="left-pane vbox">
- <ul class="tabs hbox">
- <li id="tab-dart" class="tab tab-selected"> Dart
- <li id="tab-html" class="tab"> Html
- </ul>
- <div id="dartEditor" class='editor'></div>
- <div id="htmlEditor" class='editor hidden'></div>
- </div>
-
- <div class="right-pane vbox">
- <ul class="tabs hbox">
- <li id="tab-warnings" class="tab"> Errors
- <li id="tab-console" class="tab"> Console
- <li id="tab-web" class="tab tab-selected"> Web
- <li id="tab-js" class="tab"> JS
- </ul>
- <div id="warningEditor" class="output hidden"></div>
- <div id="console" class="output hidden console"></div>
- <div id="results" class="output">
- <iframe id="resultFrame"></iframe>
- </div>
- <div id="jsEditor" class="output hidden"></div>
- </div>
- </div>
-
- <div>
- <input type="button" value="run" id="runButton">
- <input type="button" value="clear output" id="clearButton">
- <input type="button" value="test" id="testButton" style="display:none">
- <input type="checkbox" id="warningCheckbox">
- <label>treat warnings as errors</label>
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « samples/pond/pond.dart ('k') | samples/pond/ui.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698