-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpopup.html
243 lines (236 loc) · 10.4 KB
/
popup.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!--
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">
<link href="css/popup.css" rel="stylesheet" type="text/css" />
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/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/mgUtil.js" type="text/javascript"></script>
<script src="js/lib.js" type="text/javascript"></script>
<script src="js/popupSearch.js" type="text/javascript"></script>
<script src="js/jquery-ui.min.js" type="text/javascript"></script>
<script src="js/popup-analytics.js" type="text/javascript"></script>
<script src="js/wssql.js" type="text/javascript"></script>
<script src="js/amrcsql.js" type="text/javascript"></script>
<script src="js/popup.js" type="text/javascript"></script>
<title>AMR Popup</title>
</head>
<body>
<div id="header">
<div id="title">
<img src="img/icon-32.png" width="24" alt="AMR icon"/>
<h3>All Mangas Reader</h3>
<span id="version"></span>
<div class="mainbuttons">
<div class="mainbutton checked" id="mgListBtn">Manga List</div>
<div class="mainbutton" id="mgSearchBtn">Search Manga</div>
</div>
</div>
<div id="access">
<ul>
<li id="dev">
<img src="img/dev.png" alt="Developpers lab" />
</li>
<li id="searchLnk">
<img src="img/find.png" alt="Search all manga web sites" />
</li>
<li id="bookmarks">
<img src="img/bookmark.png" alt="Search, view and manage bookmarks" />
</li>
<li id="infos">
<img src="img/infos.png" alt="Information and help" />
</li>
<li id="home">
<img src="img/home.png" alt="All Mangas Reader web site" />
</li>
<li id="options">
<img src="img/options.png" alt="All Mangas Reader Options" />
</li>
<li id="release">
<img src="img/release.png" alt="AMR has been updated ! View release note." />
</li>
</ul>
</div>
</div>
<div id="mangaList">
<div id="footer">
<ul id="cats">
<li class="category native include">New
<img src="img/list10.gif" class="actcatview" alt='View only mangas from this category' /></li>
<li class="category native include">Read
<img src="img/list10.gif" class="actcatview" alt='View only mangas from this category' /></li>
<li class="category native include">Unread
<img src="img/list10.gif" class="actcatview" alt='View only mangas from this category' /></li>
<li class="category native include">One Shots
<img src="img/list10.gif" class="actcatview" alt='View only mangas from this category' /></li>
<li class="category native addcategory" title="Create a new category">+</li>
<li class="category native clearcategory" title="Clear category states (display all)">x</li>
</ul>
<div class="globalquestion actdeleteglobcat" style="display:none">
<span>Are you sure to delete this category ?</span>
<div class="button yes">Yes</div>
<div class="button no">No</div>
</div>
</div>
<div id="main">
<div id="nomangas" style="display:none">
<b>No manga in your list. Check the filters above or add mangas to the list.</b>
<br />To add a manga in the reading list, just go read a manga on a site supported by All Mangas Reader. Each manga you are
reading is added or updated in the All Mangas Reader reading list. You can start reading a manga by searching one
<a id="firstSearch" href="#">here</a>.</div>
</div>
<div id="footact">
<div id="accessbar">
<ul>
<li id="time">
<img src="img/history.png" alt="View timers (when AMR is updated)" />
</li>
<li id="impexp">
<img src="img/importexport.png" alt="Import / Export AMR manga list and preferences" />
</li>
</ul>
<ul>
<li id="readallmg">
<img src="img/eyeblue.png" alt="Mark all currently viewable mangas as read" />
</li>
<li id="deleteallmg">
<img src="img/cancel.png" alt="Delete all currently viewable mangas from list" />
</li>
</ul>
<ul>
<li id="forum">
<img src="img/forum.png"
alt="All Mangas Reader's forum : Discuss the extension, report bugs and request new features." />
</li>
<li id="amrc">
<img src="img/amrlittle.png" width="16"
alt="All Mangas Reader Community : Report bugs about websites implementation, post new websites requests, develop implementations, ..." />
</li>
<li id="stats">
<img src="img/stats.png" alt="View AMR's statistics and add most read manga to your reading list." />
</li>
<li id="pstats">
<img src="img/pstat.png" alt="View your personnal reading statistics." />
</li>
<li id="external">
<img src="img/external.png" alt="All Mangas Reader's popup in a new tab" />
</li>
<li id="fblike">
<img src="img/facebook.png" alt="All Mangas Reader on Facebook" />
</li>
<li id="gplike">
<img src="img/gplus.png" alt="All Mangas Reader on Google+" />
</li>
<li id="donate">
<img src="img/donate.png" alt="Help All Mangas Reader" />
</li>
</ul>
</div>
<div style="clear:both"></div>
<div class="bottomdiv globalquestion timers" style="display:none">
<span>Chapters lists have been updated</span>
<br />
<span>Manga lists have been updated</span>
<br />
<span>AMR has been sychronized</span>
</div>
<div class="bottomdiv globalquestion actdeleteallmg" style="display:none">
<span>Are you sure to delete all currently viewable mangas from the list ?</span>
<div class="button yes">Yes</div>
<div class="button no">No</div>
</div>
<div class="bottomdiv globalquestion actreadallmg" style="display:none">
<span>Are you sure to mark all currently viewable mangas as read ?</span>
<div class="button yes">Yes</div>
<div class="button no">No</div>
</div>
<div class="bottomdiv globalquestion donate" style="display:none">
<p>Did you know that All Mangas Reader requires a big part of my time. If you can't live without this extension or if
you just like it and want to help me continue to support and evolve AMR, please donate :</p>
<table id="paypaltable" style="margin-bottom:5px;">
<tr style="background-color:#CCCCEE;text-align:center;font-weight:bold;">
<td>US Dollar</td>
<td>Euro</td>
</tr>
<tr>
<td>
<img id="paypalus" src="img/paypaldon.gif" alt="Donate to All Mangas Reader (US Dollar)"
style="cursor:pointer;" />
</td>
<td>
<img id="paypaleuro" src="img/paypaldon.gif" alt="Donate to All Mangas Reader (Euro)"
style="cursor:pointer;" />
</td>
</tr>
</table>
</div>
<div class="bottomdiv globalquestion desactivate" style="display:none">
<span>You don't have deactivated a website yet. It is strongly recommended that you deactivate websites you don't
use (like those which are in foreign language that you can't read). AMR recommends to have no more than 25 active
websites. (If you have more, your manga list could not be saved and bugs can occur.) Go to the
<a id="desactivateLink">option page</a> and deactivate some websites !</span>
</div>
</div>
</div>
<div id="search" style="display:none">
<table>
<tr>
<td>
<div class="block">
<div class="title">Search a manga :</div>
<table>
<tr id="searchBox">
<td>
<p>Text to search :
<input id="searchBoxInput" type="text" />
<a id="butFind" href="#" class="imgSearch"></a>
<a id="coverLoadServer" style="display:none">
<img src="img/lab_load.gif" alt="lab icon"/>
</a></p>
<div id="selectors"></div>
<p>Web sites to search (click on the icon to enable / disable) :</p>
<div style="clear:both"></div>
<div id="filMirrors"></div>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr id="resTr" style="display:none;">
<td>
<div class="block">
<div class="title">Search results</div>
<table>
<tr>
<td id="searchZone">
<div id="nbRes" style="display:none"></div>
<div id="results"></div>
<div id="nores" style="display:none">
<p>No result found</p>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>