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

Unified Diff: src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 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
Index: src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
diff --git a/src/site/docs/tutorials/forms/examples/slambook/out/web/xslambookform.html b/src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
similarity index 95%
rename from src/site/docs/tutorials/forms/examples/slambook/out/web/xslambookform.html
rename to src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
index 3982393e9434ff10d13b77397da5aead2c1ecea3..f184c69429aa01f12e576bab523a1c7409369765 100644
--- a/src/site/docs/tutorials/forms/examples/slambook/out/web/xslambookform.html
+++ b/src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
@@ -3,7 +3,7 @@
<html>
<body>
- <polymer-element name="x-slambook-form" extends="form">
+ <polymer-element name="tute-slambook-form" extends="form">
<template>
<style>
#slambookform {
@@ -101,14 +101,14 @@
<div class="submitarea">
<input type="submit" value="Submit" on-click="submitForm">
- <input type="reset" value="Clear" on-click="resetForm"> <br>
+ <input type="reset" value="Reset" on-click="resetForm"> <br>
<textarea disabled class="responsetext" value="{{serverResponse}}"></textarea>
<!--<p class="responsetext"> {{serverResponse}} </p>-->
</div>
</div>
</template>
- <script type="application/dart" src="xslambookform.dart">
+ <script type="application/dart" src="tute_slambookform.dart">
</script>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698