forked from matthutchinson/paging_keys_js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_page_4.html
57 lines (49 loc) · 2.94 KB
/
example_page_4.html
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
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Paging Keys - Example Usage</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="javascripts/paging_keys.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="stylesheets/paging_keys.css">
</head>
<body>
<h1>Paging Keys - Example Usage <em>(page 4)</em></h1>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-541" rel="bookmark">Louie the Lilac: "What equipment would you need for your operation?"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-542" rel="bookmark">Bruce: "I’ll need two glasses of warm water."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-543" rel="bookmark">Lotus: "Two glasses of warm water?"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-544" rel="bookmark">Bruce: "Yes, warm water plays a major part in newly perfected animal surgery."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-545" rel="bookmark">Blaze: "No wonder I’m starved, it's after lunch! Oh Batman, would you get me a candy bar please?"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" name="bottom" class="entry-title" id="post-546" rel="bookmark">Batman: "Candy? Actually, fresh fruit is much more healthful."</a>
</h2>
</div>
<p><div class="pagination"><a href="example_page_3.html" class="disabled prev_page">« Previous</a> <a href="example.html">1</a> <a href="example_page_2.html">2</a> <a href="example_page_3.html">3</a> <span class="current">4</span> </div></p>
<div id="paging-nav">
<a onclick="pagingKeys.moveToItem(-1); return false;" href="javascript:void(0);">next (j)</a> |
<a onclick="pagingKeys.moveToItem(1); return false;" href="javascript:void(0);">prev (k)</a> |
<a onclick="pagingKeys.movePage(1); return false;" href="javascript:void(0);">page next (h)</a> |
<a onclick="pagingKeys.movePage(-1); return false;" href="javascript:void(0);">page prev (l)</a>
</div>
</body>
</html>