forked from matthutchinson/paging_keys_js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_page_2.html
57 lines (49 loc) · 3.06 KB
/
example_page_2.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
j<!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 2)</em></h1>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-562" rel="bookmark">Batman: "What took you so long, Batgirl?"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-563" rel="bookmark">Batgirl: "Rush hour traffic, plus all the lights were against me. And you wouldn't want me to speed, would you?"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-564" rel="bookmark">Robin: "Your good driving habits almost cost us our lives!"</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-565" rel="bookmark">Batman: "Rules are rules, Robin. But you do have a point."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" class="entry-title" id="post-566" rel="bookmark">Robin (about Lydia Limpet): "Gosh, Batman, those look like honest eyes."</a>
</h2>
</div>
<div class="hentry">
<h2>
<a href="#" name="bottom" class="entry-title" id="post-567" rel="bookmark">Batman: "Never trust the old chestnut, ‘Crooks have beady little eyes’. It's false."</a>
</h2>
</div>
<p><div class="pagination"><a href="example.html" class="disabled prev_page">« Previous</a> <a href="example.html">1</a> <span class="current">2</span> <a href="example_page_3.html" rel="next">3</a> <a href="example_page_4.html">4</a> <a href="example_page_3.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>