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

footer.tmpl.partial 697 B

12345678910111213141516171819
  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">Back to top</a>
  8. <select onchange="getSelectionChange(this);" id="theme-switcher">
  9. <option>Theme</option>
  10. <option value="theme_dark">Dark</option>
  11. <option value="theme_light">Light</option>
  12. </select>
  13. </span>
  14. {{{_appFooter}}}
  15. {{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
  16. </div>
  17. </div>
  18. </footer>