2017-08-19 23:09:49 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: small;
|
|
|
|
}
|
2017-08-19 23:24:10 +02:00
|
|
|
button {
|
2017-08-19 23:09:49 +02:00
|
|
|
width: 100%;
|
2017-08-19 23:24:10 +02:00
|
|
|
text-align:left;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
vertical-align:bottom;
|
2017-08-19 23:09:49 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<form>
|
2017-08-19 23:24:10 +02:00
|
|
|
<button id="resurrectWithGoogle" ><img src="icons/cacheicons/google.png"> <span id="lgo"></span></button><br>
|
|
|
|
<button id="resurrectWithGoogleText" ><img src="icons/cacheicons/google.png"> <span id="lgt"></span></button><br>
|
|
|
|
<button id="resurrectWithInternetArchive"><img src="icons/cacheicons/waybackmachine.png"> <span id="lia"></span></button><br>
|
|
|
|
<button id="resurrectWithArchiveIs" ><img src="icons/cacheicons/archiveis.png"> <span id="lai"></span></button><br>
|
|
|
|
<button id="resurrectWithWebCite" ><img src="icons/cacheicons/webcitation.png"> <span id="lwc"></span></button><br>
|
2017-08-19 23:09:49 +02:00
|
|
|
<hr>
|
|
|
|
<input type="radio" name="openIn" value="0" id="current" ><label for="current" id="lc"></label></br>
|
|
|
|
<input type="radio" name="openIn" value="1" id="newtabfg"><label for="newtabfg" id="ltf"></label></br>
|
|
|
|
<input type="radio" name="openIn" value="2" id="newtabbg"><label for="newtabbg" id="ltb"></label></br>
|
|
|
|
<input type="radio" name="openIn" value="3" id="newwin" ><label for="newwin" id="lw"></label></br>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script src="common.js"></script>
|
|
|
|
<script src="popup.js"></script>
|