resurrect-pages-isup-edition/popup.htm

31 lignes
1.5 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="labelGoogle"></span></button><br>
<button id="resurrectWithGoogleText" ><img src="icons/cacheicons/google.png"> <span id="labelGoogleText"></span></button><br>
<button id="resurrectWithArchive" ><img src="icons/cacheicons/waybackmachine.png"> <span id="labelArchive"></span></button><br>
<button id="resurrectWithArchiveIs" ><img src="icons/cacheicons/archiveis.png"> <span id="labelArchiveIs"></span></button><br>
<button id="resurrectWithWebcitation"><img src="icons/cacheicons/webcitation.png"> <span id="labelWebcitation"></span></button><br>
<hr>
<input type="radio" name="openIn" value="0" id="ResurrectInCurrentTab"><label for="ResurrectInCurrentTab" id="labelCurrentTab"></label></br>
<input type="radio" name="openIn" value="1" id="ResurrectInNewTab" ><label for="ResurrectInNewTab" id="labelNewTab"></label></br>
<input type="radio" name="openIn" value="2" id="ResurrectInNewBGTab" ><label for="ResurrectInNewBGTab" id="labelNewBGTab"></label></br>
<input type="radio" name="openIn" value="3" id="ResurrectInNewWindow" ><label for="ResurrectInNewWindow" id="labelNewWindow"></label></br>
</form>
<script src="common.js"></script>
<script src="popup.js"></script>