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

Unified Diff: samples/total/client/Total.html

Issue 10635015: Delete proxy and total samples, which have bit-rotted. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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/total/client/Total.dart ('k') | samples/total/client/Total.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/total/client/Total.html
===================================================================
--- samples/total/client/Total.html (revision 9011)
+++ samples/total/client/Total.html (working copy)
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-
-<!-- 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. -->
-
-<html>
- <head>
- <title>Total</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link href="total.css" rel="stylesheet" text="text/css">
- <link href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASFJREFUeNpiZEAFVkCswEA78AiIjyALMEJpfgYOrgUMTkF8DLqWMjSz/uqppwzbl35m+P9/DcO/v4sRDuDgWs+w45knAw8/OwOtwbfPvxjs+HYCWX4gLhMQOzJ4xQrRxXIQ4OJlY4jMFwayXGEO4GMQl+FhoCeQUxMBkqIwBwwoGHAHsJCts9AXwe7fPHRDYNQBow4Y5NkQOauRq45AFh2NAvxRgC/4RkvCUQeMOmDAGyQUZL3RKBh0DvjD8PP7X7ra+undFyD5FeaA0wxbFj0D9tX+080BWxc9AZLnYLngFTAE9jHkuLMxxBTrMXDzsdDM4h/f/jCsnnaN4ctHUA/5MXLvGAT0GESlghgYGXlp5oB//74yvHm+Ccg6AxMCCDAAAUBHUPpofZUAAAAASUVORK5CYII=" rel="icon">
- </head>
- <body>
- <div id="topbar">
- <div id="topbar-title">
- total
- </div>
- <div id="topbar-controls">
- <img src="img/fake-profile-photo.png" width="23" height="24">
- <span id="topbar-name">statler@google.com</span>
- <img src="img/fake-profile-controls.png" width="77" height="30">
- </div>
- </div>
- <!-- Contains all objects the user has created, where objects are Tables and Graphs -->
- <div id="objectbar">
- <div class="tableobject selected">
- <div class="objecttext"><div class="objectcall"></div>Table A</div>
- </div>
- <div class="graphobject">
- <div class="objecttext"><div class="objectcall"></div>Graph A</div>
- </div>
- </div>
- <div id="debugbar">
- <input id="restartServer" type="button" value="Restart Server" />
- <input id="stopServer" type="button" value="Stop Server" />
- <input id="adminzStatus" type="text" value="" visible="false" />
- <input id="recalcButton" type="button" value="Recalculate" />
- </div>
- <div id="spreadsheets"></div>
-
- <script type="application/dart" src="Total.dart"></script>
- <!-- Admin service allows you to refresh the server -->
- <script type="text/javascript" src="/adm/Adminz.js"></script>
- <script type="text/javascript" src="dart.js"></script>
- </body>
-</html>
« no previous file with comments | « samples/total/client/Total.dart ('k') | samples/total/client/Total.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698