2012-08-17 06:10:07 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
2017-11-30 13:51:56 +01:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
|
2012-08-17 06:10:07 +02:00
|
|
|
<link rel="stylesheet" href="css/popup.css" type="text/css" />
|
|
|
|
<script src="js/jquery-1.7.2.min.js"></script>
|
2012-09-11 18:09:43 +02:00
|
|
|
<script src="js/popup.js"></script>
|
2012-08-17 06:10:07 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<div id="head">
|
2017-11-27 16:29:32 +01:00
|
|
|
<a href=""><img src="images/logo.png" border="0"/></a>
|
|
|
|
<a href="options.html" target="_blank">
|
|
|
|
<img src="images/gear.png" style='float:right;padding:5px 5px 0 0;border:0px' title="Options">
|
|
|
|
</a>
|
|
|
|
<a style="cursor:pointer" id="m_refresh">
|
|
|
|
<img src="images/refresh.png" id="refr_img_id" style='float:right;padding:5px 5px 0 0;border:0px' title="Refresh">
|
|
|
|
</a>
|
|
|
|
</div>
|
2012-08-17 06:10:07 +02:00
|
|
|
|
2017-11-30 18:15:59 +01:00
|
|
|
<div style="margin-top: 35px">
|
|
|
|
<div class="error">
|
|
|
|
<div>
|
|
|
|
<img src="images/error.png" title="error">
|
|
|
|
</div>
|
|
|
|
<div class="error_text">
|
|
|
|
<h1>ERROR</h1>
|
|
|
|
<a href="options.html" target="_blank" ></a>
|
|
|
|
</div>
|
2017-11-30 13:51:56 +01:00
|
|
|
</div>
|
2017-11-30 18:15:59 +01:00
|
|
|
<div class="result" id="result">
|
|
|
|
<div class="b" id="events">
|
|
|
|
<div class="e" id="e" />
|
|
|
|
</div>
|
2012-08-17 06:10:07 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|