2006-05-15 00:37:23 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://resurrect/locale/overlay.dtd">
|
2008-04-27 04:48:13 +02:00
|
|
|
|
2006-05-15 00:37:23 +02:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
2008-04-27 04:48:13 +02:00
|
|
|
<?xml-stylesheet href="chrome://resurrect/skin/select-mirror.css" type="text/css"?>
|
2006-05-15 00:37:23 +02:00
|
|
|
|
2008-04-30 03:34:49 +02:00
|
|
|
<!-- "B" in the ID is to lose the (wrong) persisted height from old versions -->
|
|
|
|
<dialog id="resurrect-select-mirrorB"
|
2006-05-15 00:37:23 +02:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2008-04-30 02:59:23 +02:00
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2006-05-15 00:37:23 +02:00
|
|
|
title="&resurrect.title;"
|
2008-04-27 04:48:13 +02:00
|
|
|
buttons="cancel"
|
2008-04-30 03:34:49 +02:00
|
|
|
persist="screenX screenY"
|
2006-05-15 00:37:23 +02:00
|
|
|
>
|
|
|
|
|
2008-04-27 04:48:13 +02:00
|
|
|
<script type='application/x-javascript' src='chrome://resurrect/content/resurrect.js'></script>
|
2009-04-30 19:11:32 +02:00
|
|
|
<script type='application/x-javascript'>
|
|
|
|
window.addEventListener('load', resurrect.loadTarget, false);
|
|
|
|
</script>
|
2008-04-27 04:48:13 +02:00
|
|
|
|
|
|
|
<vbox>
|
2008-04-30 03:34:49 +02:00
|
|
|
<groupbox>
|
|
|
|
<caption label='&resurrect.this;' />
|
|
|
|
|
2009-04-30 19:11:32 +02:00
|
|
|
<radiogroup id='targetGroup'>
|
|
|
|
<radio id='targetCurr' label='&resurrect.inCurrTab;' />
|
2008-04-30 03:34:49 +02:00
|
|
|
<radio id='targetTab' label='&resurrect.inNewTab;' />
|
|
|
|
<radio id='targetWin' label='&resurrect.inNewWin;' />
|
|
|
|
</radiogroup>
|
|
|
|
</groupbox>
|
|
|
|
|
|
|
|
<groupbox id='resurrect' onclick='resurrect.clickedXul(event);'>
|
|
|
|
<caption label='&resurrect.fromMirror;' />
|
|
|
|
|
|
|
|
<xul:button
|
|
|
|
value='coralcdn' label=' &resurrect.coralcdn;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/coralcdn.png'
|
|
|
|
/>
|
|
|
|
<xul:button
|
|
|
|
value='google' label=' &resurrect.google;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/google.png'
|
|
|
|
/>
|
|
|
|
<xul:button
|
|
|
|
value='googletext' label=' &resurrect.google;&resurrect.textonly;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/google.png'
|
|
|
|
/>
|
|
|
|
<xul:button
|
|
|
|
value='yahoo' label=' &resurrect.yahoo;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/yahoo.png'
|
|
|
|
/>
|
|
|
|
<xul:button
|
|
|
|
value='archive' label=' &resurrect.archive;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/archive.png'
|
|
|
|
/>
|
|
|
|
<xul:button
|
2009-09-06 21:08:02 +02:00
|
|
|
value='bing' label=' &resurrect.bing;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/bing.png'
|
2008-04-30 03:34:49 +02:00
|
|
|
/>
|
|
|
|
<xul:button
|
|
|
|
value='gigablast' label=' &resurrect.gigablast;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
|
|
|
/>
|
|
|
|
<xul:button
|
|
|
|
value='webcitation' label=' &resurrect.webcitation;'
|
|
|
|
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
|
|
|
/>
|
|
|
|
</groupbox>
|
2006-05-15 00:37:23 +02:00
|
|
|
|
2008-04-27 04:48:13 +02:00
|
|
|
</vbox>
|
2006-05-15 00:37:23 +02:00
|
|
|
|
|
|
|
</dialog>
|