OLD | NEW |
1 » <hr> | 1 » </div> <!-- /.container --> |
2 | 2 |
3 <footer> | 3 <footer> |
4 » » <div class="row"> | 4 » » <div class="container"> |
5 » » » <div class="span8 offset2"> | 5 » » » <div class="row"> |
6 » » » » <p> | 6 » » » » <div class="span3"> |
7 » » » » Except as otherwise <a href="http://code.googl
e.com/policies.html#restrictions">noted</a>, the content of this page is license
d under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commo
ns Attribution 3.0 License</a>, and code samples are licensed under the <a href=
"http://code.google.com/google_bsd_license.html">BSD License</a>. | 7 » » » » » <h4>Dart Docs</h4> |
8 » » » » </p> | 8 » » » » » <ul> |
9 » » » » <p> | 9 <li><a href="/docs/language-tour/?utm_source=site&utm_medium=foo
ter&utm_campaign=homepage">Language Tour</a></li> |
10 » » » » » <a href="/tos.html">Terms of Service</a>
— | 10 <li><a href="/docs/spec/?utm_source=site&utm_medium=footer&u
tm_campaign=homepage">Language Spec</a></li> |
11 » » » » » <a href="http://www.google.com/intl/en/p
olicies/privacy/">Privacy Policy</a> | 11 <li><a href="/docs/library-tour/?utm_source=site&utm_medium=foot
er&utm_campaign=homepage">Library Tour</a></li> |
12 » » » » </p> | 12 <li><a href="http://api.dartlang.org?utm_source=site&utm_medium=
footer&utm_campaign=homepage" title="Dart API docs">API Reference</a></li> |
| 13 <li><a href="/articles/?utm_source=site&utm_medium=footer&ut
m_campaign=homepage">Articles and Tutorials</a></li> |
| 14 <li><a href="/support/faq.html?utm_source=site&utm_medium=footer
&utm_campaign=homepage">FAQ</a></li> |
| 15 » » » » » </ul> |
| 16 » » » » </div> |
| 17 » » » » <div class="span3"> |
| 18 » » » » » <h4>Dart Tools</h4> |
| 19 » » » » » <ul> |
| 20 <li><a href="/docs/editor/">Editor</a></li> |
| 21 <li><a href="/dartium/">Chromium + Dart VM</a></li> |
| 22 <li><a href="/docs/sdk/">SDK</a></li> |
| 23 <li><a href="/docs/pub-package-manager/">Pub Package Manager</a></li
> |
| 24 <li><a href="/docs/dart2js/">Dart2js</a></li> |
| 25 <li><a href="/docs/standalone-dart-vm/">Dart VM</a></li> |
| 26 » » » » » </ul> |
| 27 » » » » </div> |
| 28 » » » » <div class="span3"> |
| 29 » » » » » <h4>Dart Resources</h4> |
| 30 » » » » » <ul> |
| 31 <li><a href="http://api.dartlang.org" title="Dart API docs">API Refe
rence</a></li> |
| 32 <li><a href="/samples/">Code Samples</a></li> |
| 33 <li><a href="http://synonym.dartlang.org/">Translations from JavaScr
ipt</a></li> |
| 34 <li><a href="/slides/">Presentations</a></li> |
| 35 <li><a href="/books/">Books</a></li> |
| 36 <li><a href="/dartisans/">Dartisans Videos and Podcast</a></li> |
| 37 <li><a href="/community/">Community</a></li> |
| 38 » » » » » </ul> |
| 39 » » » » </div> |
| 40 » » » » <div class="span3"> |
| 41 » » » » » <h4>Dart Development</h4> |
| 42 » » » » » <ul> |
| 43 <li><a href="http://code.google.com/p/dart/issues/list">Bugs and Fea
ture Requests</a></li> |
| 44 <li><a href="http://www.dartlang.org/mailing-list">Mailing List</a><
/li> |
| 45 <li><a href="https://code.google.com/p/dart/wiki/GettingTheSource?tm
=4">Source Code</a></li> |
| 46 <li><a href="http://code.google.com/p/dart/wiki/Contributing">Submit
ting Patches</a></li> |
| 47 » » » » » </ul> |
| 48 » » » » </div> |
| 49 » » » </div> |
| 50 » » » <div class="row copyright"> |
| 51 » » » » <div class="span8 offset2"> |
| 52 » » » » » <p> |
| 53 » » » » » Except as otherwise <a href="http://co
de.google.com/policies.html#restrictions">noted</a>, the content of this page is
licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creati
ve Commons Attribution 3.0 License</a>, and code samples are licensed under the
<a href="http://code.google.com/google_bsd_license.html">BSD License</a>. |
| 54 » » » » » </p> |
| 55 » » » » » <p> |
| 56 » » » » » » <a href="/tos.html">Terms of Ser
vice</a> — |
| 57 » » » » » » <a href="http://www.google.com/i
ntl/en/policies/privacy/">Privacy Policy</a> |
| 58 » » » » » </p> |
| 59 » » » » </div> |
13 </div> | 60 </div> |
14 </div> | 61 </div> |
15 </footer> | 62 </footer> |
16 | 63 |
17 </div> <!-- /.container --> | |
18 | |
19 {% bundle %} | 64 {% bundle %} |
20 - /js/jquery-1.7.2.min.js | 65 - /js/jquery-1.7.2.min.js |
21 - /js/bootstrap-tab.js | 66 - /js/bootstrap-tab.js |
22 - /js/bootstrap-dropdown.js | 67 - /js/bootstrap-dropdown.js |
23 - /js/bootstrap-collapse.js | 68 - /js/bootstrap-collapse.js |
24 - /js/social-event-analytics.js | 69 - /js/social-event-analytics.js |
25 - /js/scripts.js | 70 - /js/scripts.js |
26 {% endbundle %} | 71 {% endbundle %} |
27 | 72 |
28 {% for js in page.js %} | 73 {% for js in page.js %} |
29 <script {% if js.defer %}defer{% endif %} src="{{ js.url }}"></script> | 74 <script {% if js.defer %}defer{% endif %} src="{{ js.url }}"></script> |
30 {% endfor %} | 75 {% endfor %} |
31 | 76 |
32 </body> | 77 </body> |
33 </html> | 78 </html> |
OLD | NEW |