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

Unified Diff: samples/slider/slider_sample.html

Issue 11142015: update hello, world sample and remove slider (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: after merge with master Created 8 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 | « samples/slider/slider_sample.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/slider/slider_sample.html
diff --git a/samples/slider/slider_sample.html b/samples/slider/slider_sample.html
deleted file mode 100644
index 383e19765654e03a3280454842650f0792f95b3d..0000000000000000000000000000000000000000
--- a/samples/slider/slider_sample.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-
-<!-- Copyright (c) 2012, 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. -->
-
-<html>
- <head>
- <meta charset="utf-8">
- <title>Slider Menu Demo</title>
- <link rel="stylesheet" type="text/css" href="../ui_lib/view/resources/view.css">
- <link rel="stylesheet" type="text/css" href="slider_sample.css">
- </head>
- <body>
- <h1>Slider</h1>
-
- <p>A simple app showing use of the SliderMenu view and DOM queries.</p>
-
- <div id="container">
- <div id="menu"></div>
- </div>
-
- <br/>
-
- <footer>
- <div id="summary">
- <button id="prev">Prev</button>
- <button id="next">Next</button>
- </div>
- <p id="notes"> </p>
- </footer>
-
- <script type="application/dart" src="slider_sample.dart"></script>
- <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
- </body>
-</html>
« no previous file with comments | « samples/slider/slider_sample.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698