pandorafms/extras/chrome_extension/popup.html

32 lines
1.1 KiB
HTML
Raw Normal View History

<html>
<head>
<link rel="stylesheet" href="css/popup.css" type="text/css" />
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/popup.js"></script>
</head>
<body>
<div>
<div id="head">
<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>
<div class="error">
<h1>Error</h1>
<a href="options.html" target="_blank" ></a>
</div>
<div class="result" id="result">
<h1>Events</h1>
<div class="b" id="events">
<div class="e" id="e" />
</div>
</div>
</body>
</html>