-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
36 lines (32 loc) · 1.48 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Screenshoterest</title>
<link rel="stylesheet" type="text/css" href="cssPopup/popup.css" />
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="screenshotter.js"></script>
<script type="text/javascript" src="actions.js"></script>
</head>
<body>
<div id="specialPageNotice" style="padding: 20px; display: none; font-size: 13px; line-height: 1.6em; ">
Screenshoterest doesn't work on special browser pages, such as the "New tab", "Downloads", "Settings" pages and so on. <br /><br />
If this is not the case, please reload the page and try again.
<div style="text-align: right; margin: 20px 0 0">
<button id="specialPageNoticeButton" style="padding: 6px 18px;">OK</button>
</div>
</div>
<ul id="resolutionsList" class="popup">
<li><a href="#" class="simple"><i class="glyphicon noun-65753"></i> Simple</a></li>
<li><a href="#" class="responsive"><i class="glyphicon noun-64675"></i> Responsive (beta)</a></li>
</ul>
<div class="loading" style="display: none;">
<img src="img/loading.gif" />
</div>
</body>
</html>
<!--
Icons from The Noun Project
64675 by David Waschbüsch
65753 by Wilson Joseph (modified)
-->