OLD | NEW |
1 {{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 {{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 for details. All rights reserved. Use of this source code is governed by a | 2 for details. All rights reserved. Use of this source code is governed by a |
3 BSD-style license that can be found in the LICENSE file. }} | 3 BSD-style license that can be found in the LICENSE file. }} |
4 | |
5 <!doctype html> | 4 <!doctype html> |
6 <html lang="en-us" {{#package}}itemscope itemtype="http://schema.org/Product"{{/
package}}> | 5 <html lang="en-us" {{#package}}itemscope itemtype="http://schema.org/Product"{{/
package}}> |
7 <head> | 6 <head> |
8 <title>{{title}}</title> | 7 <title>{{title}}</title> |
9 <meta itemprop="image" content="/static/img/dart-logo-400x400.png"> | 8 <meta itemprop="image" content="/static/img/dart-logo-400x400.png"> |
10 {{#package}} | 9 {{#package}} |
11 <meta itemprop="name" content="{{package.name}} - A pub package for Dart"> | 10 <meta itemprop="name" content="{{package.name}} - A pub package for Dart"> |
12 <meta name="description" content="{{package.name}} - {{package.description
}}"> | 11 <meta name="description" content="{{package.name}} - {{package.description
}}"> |
13 <meta itemprop="description" content="{{package.name}} - {{package.descrip
tion}}"> | 12 <meta itemprop="description" content="{{package.name}} - {{package.descrip
tion}}"> |
14 {{/package}} | 13 {{/package}} |
(...skipping 12 matching lines...) Expand all Loading... |
27 _gaq.push(['_setAccount', 'UA-26406144-13']); | 26 _gaq.push(['_setAccount', 'UA-26406144-13']); |
28 _gaq.push(['_trackPageview']); | 27 _gaq.push(['_trackPageview']); |
29 (function() { | 28 (function() { |
30 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga
.async = true; | 29 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga
.async = true; |
31 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http:/
/www') + '.google-analytics.com/ga.js'; | 30 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http:/
/www') + '.google-analytics.com/ga.js'; |
32 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBef
ore(ga, s); | 31 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBef
ore(ga, s); |
33 })(); | 32 })(); |
34 </script> | 33 </script> |
35 </head> | 34 </head> |
36 <body> | 35 <body> |
37 <nav> | 36 <header class="navbar navbar-default navbar-fixed-top" role="banner"> |
38 <div class="navbar navbar-fixed-top"> | 37 <div class="container"> |
39 <div class="navbar-inner"> | 38 |
40 <div class="container"> | 39 <div class="navbar-header"> |
41 <a class="brand" href="http://www.dartlang.org"> | 40 <a class="navbar-brand" href="http://www.dartlang.org"> |
42 <div class="dart-logo">dartlang.org</div> | 41 <div class="dart-logo">dartlang.org</div> |
43 </a> | 42 </a> |
44 <a class="brand" href="/">pub.dartlang.org</a> | 43 <a class="navbar-brand" href="/">pub.dartlang.org</a> |
45 <ul class="nav"> | 44 </div> |
46 <li><a href="/doc">Getting Started</a></li> | 45 |
47 <li class="dropdown"> | 46 <nav class="collapse navbar-collapse" role="navigation"> |
48 <a class="dropdown-toggle" data-toggle="dropdown" href="#"> | 47 <ul class="nav navbar-nav"> |
49 Docs | 48 <li><a href="/doc">Get Started</a></li> |
50 <div class="caret"></div> | 49 |
51 </a> | 50 <li class="dropdown"> |
52 <ul class="dropdown-menu"> | 51 <a class="dropdown-toggle" data-toggle="dropdown" href="#"> |
53 <li><a href="/doc">Getting Started</a></li> | 52 Docs |
54 <li><a href="/doc/dependencies.html">Dependencies</a></li> | 53 </a> |
55 <li><a href="/doc/pubspec.html">Pubspec Format</a></li> | 54 <ul class="dropdown-menu" role="menu"> |
56 <li><a href="/doc/package-layout.html">Package Layout Conventi
ons</a></li> | 55 <li><a href="/doc">Getting Started</a></li> |
57 <li><a href="/doc/assets-and-transformers.html">Assets and Tra
nsformers</a></li> | 56 <li><a href="/doc/dependencies.html">Dependencies</a></li> |
58 <li class="nav-header">Reference</li> | 57 <li><a href="/doc/pubspec.html">Pubspec Format</a></li> |
59 <li><a href="/doc/faq.html">FAQ</a></li> | 58 <li><a href="/doc/package-layout.html">Package Layout Convention
s</a></li> |
60 <li><a href="/doc/glossary.html">Glossary</a></li> | 59 <li><a href="/doc/assets-and-transformers.html">Assets and Trans
formers</a></li> |
61 <li><a href="/doc/versioning.html">Versioning Philosophy</a></
li> | 60 <li role="presentation" class="divider"></li> |
62 <li class="nav-header">Pub Commands</li> | 61 <li role="presentation" class="dropdown-header">Reference</li> |
63 <li><a href="/doc/pub-build.html"><code>pub build</code></a></
li> | 62 <li><a href="/doc/faq.html">FAQ</a></li> |
64 <li><a href="/doc/pub-cache.html"><code>pub cache</code></a></
li> | 63 <li><a href="/doc/glossary.html">Glossary</a></li> |
65 <li><a href="/doc/pub-get.html"><code>pub get</code></a></li> | 64 <li><a href="/doc/versioning.html">Versioning Philosophy</a></li
> |
66 <li><a href="/doc/pub-lish.html"><code>pub publish</code></a><
/li> | 65 |
67 <li><a href="/doc/pub-upgrade.html"><code>pub upgrade</code></
a></li> | 66 <li role="presentation" class="divider"></li> |
68 <li><a href="/doc/pub-serve.html"><code>pub serve</code></a></
li> | 67 <li role="presentation" class="dropdown-header">Pub Commands</li
> |
69 </ul> | 68 <li><a href="/doc/pub-build.html"><code>pub build</code></a></li
> |
70 </li> | 69 <li><a href="/doc/pub-cache.html"><code>pub cache</code></a></li
> |
71 <li><a href="/packages">Packages</a></li> | 70 <li><a href="/doc/pub-get.html"><code>pub get</code></a></li> |
72 </ul> | 71 <li><a href="/doc/pub-lish.html"><code>pub publish</code></a></l
i> |
73 <form class="navbar-search pull-right" action="/search" | 72 <li><a href="/doc/pub-upgrade.html"><code>pub upgrade</code></a>
</li> |
74 id="cse-search-box"> | 73 <li><a href="/doc/pub-serve.html"><code>pub serve</code></a></li
> |
| 74 </ul> |
| 75 </li> |
| 76 <li><a href="/packages">Packages</a></li> |
| 77 </ul> |
| 78 <form class="navbar-form navbar-right" action="/search" |
| 79 id="cse-search-box" role="search"> |
| 80 <div class="form-group"> |
75 <input type="hidden" name="cx" | 81 <input type="hidden" name="cx" |
76 value="009011925481577436976:h931xn2j7o0"> | 82 value="009011925481577436976:h931xn2j7o0"> |
77 <input type="hidden" name="ie" value="UTF-8"> | 83 <input type="hidden" name="ie" value="UTF-8"> |
78 <input type="hidden" name="hl" value="en"> | 84 <input type="hidden" name="hl" value="en"> |
79 <input type="search" name="q" class="search-query" id="q" | 85 <input type="search" name="q" class="form-control" id="q" |
80 autocomplete="off" placeholder="Search" autofocus> | 86 autocomplete="off" placeholder="Search" autofocus> |
81 </form> | 87 </div> |
82 </div> | 88 </form> |
83 </div> | 89 </nav> |
84 </div> | 90 </div> |
85 </nav> | 91 </header> |
| 92 |
86 <div class="container"> | 93 <div class="container"> |
87 <div id="header"> | 94 <div id="header"> |
88 {{#message}} | 95 {{#message}} |
89 <h3>{{message}}</h3> | 96 <h3>{{message}}</h3> |
90 {{/message}} | 97 {{/message}} |
91 </div> | 98 </div> |
92 {{& content}} | 99 {{& content}} |
93 <footer> | 100 <footer> |
94 <a href="http://www.dartlang.org/"> | 101 <a href="http://www.dartlang.org/"> |
95 Dart Language | 102 Dart Language |
(...skipping 17 matching lines...) Expand all Loading... |
113 <script type="text/javascript"> | 120 <script type="text/javascript"> |
114 (function() { | 121 (function() { |
115 var po = document.createElement('script'); po.type = 'text/javascript';
po.async = true; | 122 var po = document.createElement('script'); po.type = 'text/javascript';
po.async = true; |
116 po.src = 'https://apis.google.com/js/plusone.js'; | 123 po.src = 'https://apis.google.com/js/plusone.js'; |
117 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertB
efore(po, s); | 124 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertB
efore(po, s); |
118 })(); | 125 })(); |
119 </script> | 126 </script> |
120 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getE
lementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/wi
dgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"
);</script> | 127 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getE
lementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/wi
dgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"
);</script> |
121 </body> | 128 </body> |
122 </html> | 129 </html> |
OLD | NEW |