forked from matthutchinson/paging_keys_js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_page_3.html
57 lines (49 loc) · 2.86 KB
/
example_page_3.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 3)</em></h1>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-552" rel="bookmark">Gordon: "What happened to Batgirl?"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-553" rel="bookmark">O’Hara: "Begorrah, she’s gone!"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-554" rel="bookmark">Robin: "Into thin air."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-555" rel="bookmark">Batman: "Her particular brand of vanishing cream..."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-556" rel="bookmark">Robin: "You were right, Batman, we might have been killed."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" name="bottom" class="entry-title" id="post-557" rel="bookmark">Batman: "Or worse."</a>
</h2>
</div>
<p><div class="pagination"><a href="example_page_2.html" class="disabled prev_page">« Previous</a> <a href="example.html">1</a> <a href="example_page_2.html">2</a> <span class="current">3</span> <a href="example_page_4.html" rel="next">4</a> <a href="example_page_4.html" class="next_page" rel="next">Next »</a></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>