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

Side by Side Diff: dart/site/try/index.html

Issue 363013005: Settings pane "done" button renamed to "close". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. 5 BSD-style license that can be found in the LICENSE file.
6 --> 6 -->
7 <html lang="en" manifest="nossl.appcache" itemscope itemtype="http://schema.org/ Product"> 7 <html lang="en" manifest="nossl.appcache" itemscope itemtype="http://schema.org/ Product">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title>Try Dart!</title> 10 <title>Try Dart!</title>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 </div> 229 </div>
230 230
231 <div id="settings-dialog" class="myhidden container-fluid"> 231 <div id="settings-dialog" class="myhidden container-fluid">
232 <div class="row-fluid"> 232 <div class="row-fluid">
233 <div class="span12"> 233 <div class="span12">
234 <div> 234 <div>
235 <h3>Settings</h3> 235 <h3>Settings</h3>
236 <div id="settings-body"> 236 <div id="settings-body">
237 </div> 237 </div>
238 <div> 238 <div>
239 <a href="#" class="btn btn-primary" id="settings-done">Done</a> 239 <a href="#" class="btn btn-primary" id="settings-done">Close</a>
240 </div> 240 </div>
241 </div> 241 </div>
242 </div> 242 </div>
243 </div> 243 </div>
244 </div> 244 </div>
245 245
246 <div class="container-fluid"> 246 <div class="container-fluid">
247 <article class="homepage"> 247 <article class="homepage">
248 <section> 248 <section>
249 <div class="callouts row-fluid"> 249 <div class="callouts row-fluid">
(...skipping 23 matching lines...) Expand all
273 </div> 273 </div>
274 </div> 274 </div>
275 </footer> 275 </footer>
276 <!-- 276 <!--
277 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> 277 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script>
278 <script type="application/dart" src="leap.dart"></script> 278 <script type="application/dart" src="leap.dart"></script>
279 --> 279 -->
280 <script type="application/javascript" src="leap.dart.js"></script> 280 <script type="application/javascript" src="leap.dart.js"></script>
281 </body> 281 </body>
282 </html> 282 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698