| Index: src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
|
| diff --git a/src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html b/src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
|
| similarity index 90%
|
| rename from src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
|
| rename to src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
|
| index f184c69429aa01f12e576bab523a1c7409369765..80318a223efe078d90d4974780755d235b9c8e24 100644
|
| --- a/src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
|
| +++ b/src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
|
| @@ -1,3 +1,8 @@
|
| +<!-- 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.
|
| +-->
|
| +
|
| <!DOCTYPE html>
|
|
|
| <html>
|
| @@ -100,8 +105,8 @@
|
| </div>
|
|
|
| <div class="submitarea">
|
| - <input type="submit" value="Submit" on-click="submitForm">
|
| - <input type="reset" value="Reset" on-click="resetForm"> <br>
|
| + <input type="submit" value="Submit" on-click="{{submitForm}}">
|
| + <input type="reset" value="Clear" on-click="{{resetForm}}"> <br>
|
| <textarea disabled class="responsetext" value="{{serverResponse}}"></textarea>
|
| <!--<p class="responsetext"> {{serverResponse}} </p>-->
|
| </div>
|
|
|