File: example-widget-bootstrap-theme.html

package info (click to toggle)
jquery-tablesorter 1%3A2.31.3%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,056 kB
  • sloc: javascript: 19,495; sh: 14; makefile: 8
file content (38 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>jQuery tablesorter 2.0 - Bootstrap Themes</title>

	<!-- Demo stuff -->
	<link rel="stylesheet" href="css/jq.css">
	<link rel="stylesheet" href="css/bootstrap-v3.min.css">
	<script src="js/docs.js"></script>

</head>
<body>

<div id="banner">
	<h1>table<em>sorter</em></h1>
	<h2>Bootstrap Themes</h2>
	<h3>Flexible client-side table sorting</h3>
	<a href="index.html">Back to documentation</a>
</div>

<div id="main">

	<p class="tip">
		<span class="label warning">NOTE!</span>
	</p>
	<h3>In <span class="version updated">v2.28.4</span>, Bootstrap demo files were renamed</h3>
	<h4>Choose the demo by version number below:</h4>
	<ul>
		<li><a href="example-option-theme-bootstrap-v4.html">Bootstrap v4.x</a></li>
		<li><a href="example-option-theme-bootstrap-v3.html">Bootstrap v3.x</a></li>
		<li><a href="example-option-theme-bootstrap-v2.html">Bootstrap v2.x</a></li>
	</ul>

</div>

</body>
</html>