File: example_index.html

package info (click to toggle)
datatables.js 1.10.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,232 kB
  • ctags: 1,329
  • sloc: xml: 10,249; php: 4,387; sh: 492; makefile: 21
file content (45 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
		<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico" />
		<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0" />

		{css-libs}
		{js-libs}
		<title>{software} examples - {title}</title>
	</head>
	<body class="dt-example">
		<div class="container">
			<section>
				<h1>{software} example <span>{title}</span></h1>
				<div class="info">
					{info}
				</div>
			</section>
		</div>

		<section>
			<div class="footer">
				<div class="gradient"></div>
				<div class="liner">
					<div class="toc">
						{toc}
					</div>

					<div class="epilogue">
						<p>
							Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
							Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.
						</p>
						
						<p class="copyright">
							DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> &copy; 2007-{year}<br>
							DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.
						</p>
					</div>
				</div>
			</div>
		</section>
	</body>
</html>