corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/pack-rat/003_pack_rat/pack-rat/node_modules/bootstrap-table/docs/_includes/footer.html
@@ -0,0 +1,19 @@
<!-- Footer
================================================== -->
{% tf footer.html %}
 
<!-- 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>
/pack-rat/003_pack_rat/pack-rat/node_modules/bootstrap-table/docs/_includes/header.html
@@ -0,0 +1,54 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.">
<meta name="keywords" content="table, bootstrap, bootstrap plugin, bootstrap resources, bootstrap table, jQuery plugin">
<meta name="author" content="Zhixin Wen, and Bootstrap table contributors">
 
<title>
{% if page.layout == "home" %}
{% t page.title %}
{% else %}
{% t page.title %} &middot; Bootstrap Table
{% endif %}
</title>
 
<!-- Bootstrap CSS -->
<link href="../assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../assets/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="../assets/css/sidenav.css" rel="stylesheet">
<link href="../dist/bootstrap-table.min.css" rel="stylesheet">
<link href="../assets/css/docs.min.css" rel="stylesheet">
<link href="../assets/css/style.css" rel="stylesheet">
 
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../assets/js/ie-emulation-modes-warning.js"></script>
 
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
 
<!-- Favicons -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="icon" href="/favicon.ico">
 
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-36708951-1', 'wenzhixin.net.cn');
ga('send', 'pageview');
</script>
 
<script type="text/javascript">
if (window!=top) // 判断当前的window对象是否是top对象
top.location.href = window.location.href; // 如果不是,将top对象的网址自动导向被嵌入网页的网址
</script>
 
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
 
<!-- 将此标记放置在 head 中,或放置在结束 body 标记之前,并使其紧邻此标记。 -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
/pack-rat/003_pack_rat/pack-rat/node_modules/bootstrap-table/docs/_includes/latest-release.md
@@ -0,0 +1,35 @@
### Latest release (2017-02-22)
 
#### v1.11.1
 
- fix(js): fix #2439, `filterBy` cannot filter array keys
- fix(js): fix #2424, from html with checkbox bug
- fix(js): fix #2385, checkbox render bug with formatter
- fix(js): fix #750, showRow and hideRow bug
- fix(js): fix #2387, page list bug
- fix(js): decrement totalRows on remove if using server side pagination
- fix(js): bug in the calculation of toolbar and pagination heights
- feat(js): fix #2414, add `paginationLoop` option
- feat(js): update method `getRowsHidden` to `getHiddenRows`
- feat(js): add `sortClass` option
- feat(js): add `totalField` Option
- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
- feat(js): add `escape` column option
- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
- fix(js): fix #2879, IE8 bug
- fix(js): fix #2719, remove `tabindex`
- fix(css): fix #2208, dropdown-menu style bug
- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
- fix(reorder-row extension): fix #1343, reorder rows bug with pagination
- fix(cookie extension): correction regex to match 'mi'
- feat(locale): fix #2759, add es-CL and uz-UZ locales
- feat(cookie extension): fix #2386, add `getCookies` method
- feat(cookie extension): fix #2371, add `cookieStorage` option
- feat(multiple-selection-row extension): add multiple-selection-row extension
- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
- feat(filter-control extension): fix #2189, set placeholder of the filter-control input
- feat(print extension): add print extension
- feat(auto-refresh extension): add auto refresh extension
- feat(tree-column extension): add tree column extension
/pack-rat/003_pack_rat/pack-rat/node_modules/bootstrap-table/docs/_includes/nav.html
@@ -0,0 +1,63 @@
<header class="navbar navbar-static-top bs-docs-nav" id="top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse"
data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="{{ site.baseurl }}/" class="navbar-brand">Bootstrap Table</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li {% if page.slug == "getting-started" %} class="active"{% endif %}>
<a href="{{ site.baseurl }}/getting-started/">{% t pages.getting_started.title %}</a>
</li>
<li {% if page.slug == "documentation" %} class="active"{% endif %}>
<a href="{{ site.baseurl }}/documentation/">{% t pages.documentation.title %}</a>
</li>
<li class="dropdown" {% if page.slug == "examples" %} class="active"{% endif %}>
<a href="javascript:" data-toggle="dropdown">
{% t pages.examples.title %}
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="http://issues.wenzhixin.net.cn/bootstrap-table/" target="_blank">{% t pages.examples.title %}</a></li>
<li><a href="{{ site.baseurl }}/examples/">jsFiddle Examples</a></li>
</ul>
</li>
<li {% if page.slug == "extensions" %} class="active"{% endif %}>
<a href="{{ site.baseurl }}/extensions/">{% t pages.extensions.title %}</a>
</li>
<li {% if page.slug == "donate" %} class="active"{% endif %}>
<a href="{{ site.baseurl }}/donate/">{% t pages.donate.title %}</a>
</li>
<li {% if page.slug == "faq" %} class="active"{% endif %}>
<a href="{{ site.baseurl }}/faq/">{% t pages.faq.title %}</a>
</li>
<li>
<a href="{{ site.repo }}" target="_blank">GitHub</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!-- Localization -->
<li>
<a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">
<span class="language">English</span> <span class="caret"></span>
</a>
<ul class="dropdown-menu">
{% for language in site.languages %}
<li data-language="{{ language }}">
<a href="javascript:void(0)">
{{ site.languages_string[forloop.index0] }}
</a>
</li>
{% endfor %}
</ul>
</li>
</ul>
</nav>
</div>
</header>
/pack-rat/003_pack_rat/pack-rat/node_modules/bootstrap-table/docs/_includes/social-buttons.html
@@ -0,0 +1,39 @@
<div class="bs-docs-social">
{% t common.social_tip %}
<ul class="bs-docs-social-buttons">
<li>
<iframe class="github-btn"
src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true"
width="100" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn"
src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true"
width="102" height="20" title="Fork on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
width="175" height="20" title="Follow on GitHub"></iframe>
</li>
<!--<li>-->
<!-- https://about.twitter.com/resources/buttons#tweet -->
<!--<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://wenzhixin.net.cn/p/bootstrap-table" data-via="BootstrapTable" data-related="BootstrapTable">Tweet</a>-->
<!--</li>-->
<!--<li>-->
<!--将此标记放置在你希望显示+1 按钮的位置。 -->
<!--<div class="g-plusone" data-annotation="inline" data-width="120"></div>-->
<!--</li>-->
<!--<li>-->
<!--<div>{% t common.qq_group %} 103558783</div>-->
<!--</li>-->
</ul>
{% t common.help %}
<ul class="bs-docs-social-buttons">
<li>
<a class="help-btn" href="http://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
</li>
<li>
<a class="help-btn" href="http://segmentfault.com/t/bootstrap-table">SegmentFault</a>
</li>
</ul>
</div>