forked from AllMangasReader-dev/AMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookmarks.html
135 lines (126 loc) · 4.79 KB
/
bookmarks.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!--
This file is part of All Mangas Reader.
All Mangas Reader is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
All Mangas Reader is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with All Mangas Reader. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>All Mangas Reader Bookmarks</title></head>
<link href="css/amr_style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.min.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/bookmarks.css">
<script src="js/jquery.js" type="text/javascript"></script>
<script src="js/MangaElt.js" type="text/javascript"></script>
<script src="js/mgEntry.js" type="text/javascript"></script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.simplemodal-1.4.4.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.9.2.custom.min.js" type="text/javascript"></script>
<script src="js/analytics.js" type="text/javascript"></script>
<script src="js/innermenu.js" type="text/javascript"></script>
<script src="js/amrcsql.js" type="text/javascript"></script>
<script src="js/wssql.js" type="text/javascript"></script>
<script src="js/lib.js" type="text/javascript"></script>
<script src="js/bookmarks.js" type="text/javascript"></script>
<body>
<div id="coverLoadServer" style="display:none"><img src="img/lab_load.gif"/></div>
<div id="header">
<div id="subheader">
<img class="imglogo" src="img/icon-32.png" width="100px" />
<h1>All Mangas Reader Bookmarks</h1>
</div>
</div>
<div id="menunav">
<div id="menuitems">
<ul>
<li> </li>
</ul>
</div>
</div>
<div id="corpseone">
<div id="subcorpseone">
<div class="article parent showInit">
<div class="article showInit">
<h2>
Bookmarks
</h2>
<div class="article falseOngletCont showInit" id="optionsBM">
<h3>
Filters
</h3>
<table style="width:100%;">
<tr id="searchBox">
<td style="width:50%;">
<span>Mangas : </span>
<select id="mangas"></select>
</td>
<td colspan="2">
<span>Search text :
<input id="searchBoxInput" type="text" />
<a id="butFind" href="#" class="imgSearch"></a>
</span>
</td>
</tr>
<tr>
<td id='mirrorsCheck' style="width:50%;">
<span>Sites : </span>
</td>
<td width="90px">
<span>Scans size : </span>
</td>
<td>
<div id="slider"></div>
</td>
</tr>
</table>
</div>
<div class="article showInit" id="resTr">
<div id="results">
<ul class="tabs">
<li id="chapOng" class="tab checked">Bookmarked Chapters</li>
<li id="scanOng" class="tab">Bookmarked Scans</li>
</ul>
<div class="article parent ongletCont showInit" id="ongC" style="width:100%;">
<div class="article main showInit">
<div id="resultschap">
</div>
<div id="noreschap" style="display:none">
<p>No bookmarks chapters found ! </p>
<p>To bookmark a chapter, just click on the <img src="img/bookmark.png"/> in a manga web page.</p>
</div>
</div>
</div>
<div class="article parent ongletCont" id="ongS" style="width:100%;display:none">
<div class="article main showInit">
<div id="resultsscans">
</div>
<div id="noresscans" style="display:none">
<p>No bookmarks scans found ! </p>
<p>To bookmark a scan, right click on the scan and choose 'Bookmark in AMR'</p>
</div>
</div>
</div>
</div>
<div id="nores" class="article main" style="display:none">
No bookmarks found ! Check the filters !
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
All Mangas Reader 2013.
</div>
</body>
</html>