You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

footer.tmpl.partial 907 B

12345678910111213141516171819202122232425262728
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. <footer>
  3. <div class="grad-bottom"></div>
  4. <div class="footer">
  5. <div class="container">
  6. <span class="pull-right">
  7. <a href="#top">返回顶部</a>
  8. </span>
  9. {{{_appFooter}}}
  10. {{^_appFooter}}<span>Copyright © 2015-2017 Microsoft<br>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
  11. </div>
  12. </div>
  13. </footer>
  14. <script>
  15. (function(){
  16. var bp = document.createElement('script');
  17. var curProtocol = window.location.protocol.split(':')[0];
  18. if (curProtocol === 'https'){
  19. bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
  20. }
  21. else{
  22. bp.src = 'http://push.zhanzhang.baidu.com/push.js';
  23. }
  24. var s = document.getElementsByTagName("script")[0];
  25. s.parentNode.insertBefore(bp, s);
  26. })();
  27. </script>