2977b85e13
has no icons yet; will soon have a keyboard shortcut to open
26 lignes
929 o
HTML
26 lignes
929 o
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
body {
|
|
font-family: sans-serif;
|
|
font-size: small;
|
|
}
|
|
input[type=button] {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
<form>
|
|
<input type="button" id="resurrectWithGoogle"></br>
|
|
<input type="button" id="resurrectWithGoogleText"></br>
|
|
<input type="button" id="resurrectWithInternetArchive"></br>
|
|
<input type="button" id="resurrectWithArchiveIs"></br>
|
|
<input type="button" id="resurrectWithWebCite"></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>
|