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

Unified Diff: src/site/docs/tutorials/forms/index.markdown

Issue 19238002: mockup for tute front page refresh. With tabs. Huzzah (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master + optipng images Created 7 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 side-by-side diff with in-line comments
Download patch
Index: src/site/docs/tutorials/forms/index.markdown
diff --git a/src/site/docs/tutorials/forms/index.markdown b/src/site/docs/tutorials/forms/index.markdown
index 884f17645fe25c56b2811a31bb1fe03070448fda..45c2ce97e80a0598648fc7af2b28b6b28c9a9939 100644
--- a/src/site/docs/tutorials/forms/index.markdown
+++ b/src/site/docs/tutorials/forms/index.markdown
@@ -1,6 +1,6 @@
---
layout: default
-title: "Target 10: Get Input from a Form"
+title: "Get Input from a Form"
description: "Using HTML forms and input elements to send data to a server"
has-permalinks: true
tutorial:
@@ -51,18 +51,9 @@ Get the source code for the samples featured in this target:</p>
{% capture content %}
-<div id="under-construction" markdown="1">
-<h3> <i class="icon-wrench"> </i> Under construction </h3>
-
-This is a draft under construction.
-Your kindly worded
-<a
- href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback"
- target="_blank">
-comments and suggestions
-</a>
-are appreciated.
-Thank you for your patience.
+<div class="tute-target-title">
+<h1>{{page.title}}</h1>
+<h3>Use forms to get data from users.</h3>
</div>
Many web applications rely on forms to collect data
« no previous file with comments | « src/site/docs/tutorials/fetchdata/index.markdown ('k') | src/site/docs/tutorials/get-started/images/gs-banner.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698