| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!-- Footer
- ================================================== -->
- <footer class="bs-docs-footer" role="contentinfo">
- <div class="container">
- {% include social-buttons.html %}
- <p>Designed and built with all the love in the world by <a href="https://github.com/wenzhixin" target="_blank">@wenzhixin</a>.</p>
- <p>Maintained by <a href="https://github.com/wenzhixin" target="_blank">@wenzhixin</a> with the help of <a href="https://github.com/wenzhixin/bootstrap-table/graphs/contributors" target="_blank">our contributors</a>.</p>
- <p>Code licensed under <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
- <ul class="bs-docs-footer-links muted">
- <li>Currently v{{ site.current_version }}</li>
- <li>·</li>
- <li><a href="{{ site.repo }}">GitHub</a></li>
- <li>·</li>
- <li><a href="{{ site.website }}">My website</a></li>
- <li>·</li>
- <li><a href="{{ site.repos }}">My repos</a></li>
- <li>·</li>
- <li><a href="http://stackoverflow.com/questions/tagged/bootstrap-table">Questions / Helps</a></li>
- <li>·</li>
- <li><a href="{{ site.repo }}/issues">Issues</a></li>
- <li>·</li>
- <li><a href="{{ site.repo }}/releases">Releases</a></li>
- <li>·</li>
- <li><a href="mailto:{{ site.email }}">Email</a></li>
- </ul>
- </div>
- </footer>
- <!-- Bootstrap core JavaScript
- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script src="../assets/js/jquery.min.js"></script>
- <script src="../assets/bootstrap/js/bootstrap.min.js"></script>
- <script src="../assets/js/sidenav.js"></script>
- <script src="../assets/js/docs.min.js"></script>
- <script src="../assets/js/customize.min.js"></script>
- <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
- <script src="../assets/js/ie10-viewport-bug-workaround.js"></script>
- <script src="../dist/bootstrap-table.js"></script>
- <script src="../dist/extensions/mobile/bootstrap-table-mobile.js"></script>
- <script src="../assets/js/common.js"></script>
|