angular-docs-cn/public/_includes/_footer.jade

83 lines
3.6 KiB
Plaintext
Raw Normal View History

if current.path[1]
- var language = current.path[1]
if current.path[2]
- var version = current.path[2].replace(/\_+/gm, ".")
if version && language
- var styleguide = "/docs/"+language+"/"+ version +"/styleguide.html"
else
- var styleguide = "/docs/ts/latest/styleguide.html"
div(class="main-footer" data-swiftype-index="false")
nav.background-midnight.grid-fluid
2015-02-19 12:43:42 -05:00
2015-03-05 00:39:57 -05:00
.c3.main-footer-branding
2015-02-27 00:39:19 -05:00
.logo-inverse-large
2015-02-19 12:43:42 -05:00
2016-05-30 11:25:07 -04:00
.c2
2016-05-13 01:29:08 -04:00
h3.text-headline RESOURCES
2016-06-29 01:11:23 -04:00
h3.text-headline 资源库
2015-02-24 09:38:30 -05:00
ul.text-body
// TODO: (ericjim) make a libraries page to showcase all angular libraries
//li <a href="/libraries.html">Libraries</a>
2016-05-13 01:29:08 -04:00
li <a href="/about/">About</a>
li <a href="/about/">关于</a>
2016-11-22 07:07:16 -05:00
li <a href="/resources/#Education">Books & Training</a>
Merge remote-tracking branch 'angular.io/master' into merge-26-11-16 # Conflicts: # public/_includes/_footer.jade # public/_includes/_hero-home.jade # public/_includes/_next-item.jade # public/_includes/_version-dropdown.jade # public/docs/index.jade # public/docs/ts/latest/_data.json # public/docs/ts/latest/_quickstart_repo.jade # public/docs/ts/latest/cookbook/_data.json # public/docs/ts/latest/cookbook/a1-a2-quick-reference.jade # public/docs/ts/latest/cookbook/aot-compiler.jade # public/docs/ts/latest/cookbook/dynamic-form.jade # public/docs/ts/latest/glossary.jade # public/docs/ts/latest/guide/_data.json # public/docs/ts/latest/guide/architecture.jade # public/docs/ts/latest/guide/attribute-directives.jade # public/docs/ts/latest/guide/browser-support.jade # public/docs/ts/latest/guide/change-log.jade # public/docs/ts/latest/guide/dependency-injection.jade # public/docs/ts/latest/guide/displaying-data.jade # public/docs/ts/latest/guide/forms.jade # public/docs/ts/latest/guide/index.jade # public/docs/ts/latest/guide/lifecycle-hooks.jade # public/docs/ts/latest/guide/ngmodule.jade # public/docs/ts/latest/guide/npm-packages.jade # public/docs/ts/latest/guide/router.jade # public/docs/ts/latest/guide/server-communication.jade # public/docs/ts/latest/guide/style-guide.jade # public/docs/ts/latest/guide/template-syntax.jade # public/docs/ts/latest/guide/testing.jade # public/docs/ts/latest/guide/typescript-configuration.jade # public/docs/ts/latest/guide/upgrade.jade # public/docs/ts/latest/guide/user-input.jade # public/docs/ts/latest/tutorial/_data.json # public/docs/ts/latest/tutorial/index.jade # public/docs/ts/latest/tutorial/toh-pt1.jade # public/docs/ts/latest/tutorial/toh-pt3.jade # public/docs/ts/latest/tutorial/toh-pt5.jade # public/docs/ts/latest/tutorial/toh-pt6.jade # public/events.jade
2016-11-26 16:53:28 -05:00
li <a href="/resources/#Education">书籍与培训</a>
2016-05-13 01:29:08 -04:00
li <a href="/resources/">Tools & Libraries</a>
li <a href="/resources/">工具与库</a>
2016-05-13 01:29:08 -04:00
li <a href="/resources/">Community</a>
li <a href="/resources/">社区</a>
2016-05-13 01:29:08 -04:00
li <a href="/presskit.html">Press Kit</a>
2016-06-29 01:11:23 -04:00
li <a href="/presskit.html">宣传资料</a>
2015-02-24 09:38:30 -05:00
2016-05-30 11:25:07 -04:00
.c2
2016-05-13 01:29:08 -04:00
h3.text-headline HELP
2016-04-09 12:38:38 -04:00
h3.text-headline 帮助
2015-02-24 09:38:30 -05:00
ul.text-body
li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
2016-05-13 01:29:08 -04:00
li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
li <a href="https://gitter.im/angular/angular">Gitter</a>
li <a href="https://gitter.im/angular/angular">Gitter</a>
2015-03-02 09:15:13 -05:00
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
2016-05-13 01:29:08 -04:00
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
li <a href="https://github.com/angular/angular/issues"> Report Issues</a>
li <a href="https://github.com/angular/angular/issues"> 报告问题</a>
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Site Feedback</a>
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> 网站反馈</a>
2015-02-24 09:38:30 -05:00
2016-05-30 11:25:07 -04:00
.c2
2016-05-13 01:29:08 -04:00
h3.text-headline COMMUNITY
2016-04-09 12:38:38 -04:00
h3.text-headline 社区
2015-02-24 09:38:30 -05:00
ul.text-body
li <a href="/events.html">Events</a>
li <a href="/events.html">会议</a>
2016-05-13 01:29:08 -04:00
li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
2015-03-02 09:15:13 -05:00
li <a href="https://twitter.com/angularjs"> Twitter</a>
2016-05-13 01:29:08 -04:00
li <a href="https://twitter.com/angularjs"> Twitter</a>
li <a href="https://github.com/angular/angular"> GitHub</a>
2015-04-09 09:08:28 -04:00
li <a href="https://github.com/angular/angular"> GitHub</a>
li <a href="/contribute.html"> Contribute</a>
2016-05-13 01:29:08 -04:00
li <a href="/contribute.html"> 做贡献</a>
2015-02-24 09:38:30 -05:00
2016-05-30 11:25:07 -04:00
.c2
h3.text-headline LANGUAGES
h3.text-headline 其它语种
2016-05-30 11:25:07 -04:00
ul.text-body
2016-11-24 05:27:01 -05:00
li <a href="https://angular.io/">英文版</a>
2015-02-24 09:38:30 -05:00
footer(class="background-midnight")
small.text-caption Powered by Google ©2010-2017. Code licensed under an <a href="/license">MIT-style License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
2016-09-21 09:32:11 -04:00
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
2016-05-13 01:29:08 -04:00
span.icon-favorite
a(aria-label="查看风格指南" href="/docs/ts/latest/styleguide.html" title="风格指南" class="styleguide-trigger text-snow translated-cn" md-button)
span.icon-favorite
2016-08-26 19:57:18 -04:00
2016-11-22 07:07:16 -05:00
p
2016-08-27 18:37:16 -04:00
small.text-caption 本网站由洛阳永欣维护 &nbsp;
a(href="http://www.miitbeian.gov.cn/") 豫ICP备16019859号-1