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

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

Issue 20051004: created common nav bar in footer, changed send feedback link (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: non-breaking spaces 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/fetchdata/index.markdown
diff --git a/src/site/docs/tutorials/fetchdata/index.markdown b/src/site/docs/tutorials/fetchdata/index.markdown
index 95fb5b25da69c76816a22c292dec8a6c653d347e..0ba59d751ad33303ea8be2ed4551374dea67dc53 100644
--- a/src/site/docs/tutorials/fetchdata/index.markdown
+++ b/src/site/docs/tutorials/fetchdata/index.markdown
@@ -5,6 +5,10 @@ description: "Use HttpRequest to fetch data from a file or a server."
has-permalinks: true
tutorial:
id: fetchdata
+next: forms
+next-title: "Get Input from a Form"
+prev: custom-elements
+prev-title: "Define a Custom DOM Tag"
---
{% capture whats_the_point %}
@@ -67,7 +71,7 @@ and thus are subject to the browser's security restrictions.
* [About URIs and HTTP requests](#about-uris)
* [Using the getString() function to load a file](#using-getString-function)
* [Using an HttpRequest object to load a file](#making-a-get-request)
-* [Further resources](#further-resources)
+* [Other resources](#other-resources)
##About JSON
@@ -453,7 +457,7 @@ to create the String objects specified by the JSON string.
![Parse a JSON formatted list of strings](images/json-parse.png)
-##Further resources
+##Other resources
Check out Chris Buckett's article,
<a href="/articles/json-web-service/"
@@ -461,24 +465,6 @@ Check out Chris Buckett's article,
for more information and an example with source code for both
client and server programs.
-<hr>
-
-<div class="row">
- <div class="span3">
- <a href="/docs/tutorials/custom-elements/"><i class="icon-chevron-left"> </i> Define a Custom DOM Tag</a>
- </div>
- <div class="span3">
-<a href="http://code.google.com/p/dart/issues/entry?template=Tutorial%20feedback"
- target="_blank">
-<i class="icon-comment"> </i>
-Send feedback
-</a>
- </div>
- <div class="span3">
- <a href="/docs/tutorials/forms/" class="pull-right">Get Input from a Form <i class="icon-chevron-right"> </i> </a>
- </div>
-</div>
-
{% endcapture %}
{% include tutorial.html %}
« no previous file with comments | « src/site/docs/tutorials/custom-elements/index.markdown ('k') | src/site/docs/tutorials/forms/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698