resurrect-pages-isup-edition/popup.htm

31 lignes
1.3 KiB
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: sans-serif;
font-size: small;
}
button {
width: 100%;
text-align:left;
}
img {
vertical-align:bottom;
}
</style>
<form>
<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>
<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>