2017-09-29 22:57:39 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
font-family: caption, sans-serif;
|
|
|
|
}
|
|
|
|
button, label {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
margin: 2px 0;
|
|
|
|
padding: 2px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
vertical-align: bottom;
|
2018-03-29 19:09:11 +02:00
|
|
|
height: 16px;
|
2017-09-29 22:57:39 +02:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<form>
|
2024-03-09 15:04:52 +01:00
|
|
|
<button data-locale="resurrectCachew" data-gen="genCachewUrl">
|
|
|
|
<img src="icons/cacheicons/cachew.png">
|
2017-09-29 22:57:39 +02:00
|
|
|
</button>
|
|
|
|
<button data-locale="resurrectArchive" data-gen="genIaUrl">
|
|
|
|
<img src="icons/cacheicons/waybackmachine.png">
|
|
|
|
</button>
|
2018-03-29 19:09:11 +02:00
|
|
|
<button data-locale="resurrectArchiveList" data-gen="genIaListUrl">
|
|
|
|
<img src="icons/cacheicons/waybackmachine.png">
|
|
|
|
</button>
|
2017-09-29 22:57:39 +02:00
|
|
|
<button data-locale="resurrectArchiveIs" data-gen="genArchiveIsUrl">
|
|
|
|
<img src="icons/cacheicons/archiveis.png">
|
|
|
|
</button>
|
|
|
|
<button data-locale="resurrectWebcitation" data-gen="genWebCiteUrl">
|
|
|
|
<img src="icons/cacheicons/webcitation.png">
|
|
|
|
</button>
|
2018-03-29 19:09:11 +02:00
|
|
|
<button data-locale="resurrectMementoWeb" data-gen="genMementoUrl">
|
|
|
|
<img src="icons/cacheicons/mementoweb.png">
|
|
|
|
</button>
|
2017-09-29 22:57:39 +02:00
|
|
|
<button data-locale="resurrectIsUp" data-gen="genIsUpUrl">
|
|
|
|
<img src="icons/cacheicons/isup.png">
|
|
|
|
</button>
|
|
|
|
|
2018-03-29 19:09:11 +02:00
|
|
|
<div style='line-height: 8px;'> </div>
|
2017-09-29 22:57:39 +02:00
|
|
|
|
|
|
|
<label data-locale="resurrectConfigCurrentTab">
|
|
|
|
<input type="radio" name="openIn" value="0">
|
|
|
|
</label>
|
|
|
|
<label data-locale="resurrectConfigNewTab">
|
|
|
|
<input type="radio" name="openIn" value="1">
|
|
|
|
</label>
|
|
|
|
<label data-locale="resurrectConfigBgTab">
|
|
|
|
<input type="radio" name="openIn" value="2">
|
|
|
|
</label>
|
|
|
|
<label data-locale="resurrectConfigNewWindow">
|
|
|
|
<input type="radio" name="openIn" value="3">
|
|
|
|
</label>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<script src="common.js"></script>
|
|
|
|
<script src="popup.js"></script>
|