2006-05-15 00:37:23 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://resurrect/locale/overlay.dtd">
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
|
|
|
|
<dialog id="resurrect-select-mirror"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
title="&resurrect.title;"
|
|
|
|
buttons="accept, cancel"
|
2006-05-15 02:39:38 +02:00
|
|
|
onload="document.getElementById('mirror').focus();"
|
2006-10-08 19:49:45 +02:00
|
|
|
ondialogaccept="return resurrect.clickedXul(event);"
|
2006-05-15 00:37:23 +02:00
|
|
|
persist="width height screenX screenY"
|
|
|
|
>
|
|
|
|
|
|
|
|
<script type='application/x-javascript' src='chrome://resurrect/content/resurrect.js'></script>
|
|
|
|
|
|
|
|
<vbox>
|
2006-06-18 02:41:53 +02:00
|
|
|
<label value='&resurrect.this;' />
|
|
|
|
<radiogroup>
|
|
|
|
<radio id='targetCurr' label='&resurrect.inCurrTab;' selected='true' />
|
|
|
|
<radio id='targetTab' label='&resurrect.inNewTab;' />
|
|
|
|
<radio id='targetWin' label='&resurrect.inNewWin;' />
|
|
|
|
</radiogroup>
|
2006-05-15 00:37:23 +02:00
|
|
|
|
2006-06-18 02:41:53 +02:00
|
|
|
<label value='&resurrect.fromMirror;' />
|
2006-05-17 04:30:57 +02:00
|
|
|
<listbox id='mirror' rows='5'
|
2006-10-08 19:49:45 +02:00
|
|
|
onclick='resurrect.clickedXul(event);'
|
2006-05-17 04:30:57 +02:00
|
|
|
>
|
2006-05-15 02:39:38 +02:00
|
|
|
<listitem value='coralcdn' label='&resurrect.coralcdn;' />
|
2006-05-15 01:39:20 +02:00
|
|
|
<listitem value='google' label='&resurrect.google;' />
|
|
|
|
<listitem value='yahoo' label='&resurrect.yahoo;' />
|
|
|
|
<listitem value='archive' label='&resurrect.archive;' />
|
|
|
|
<listitem value='msn' label='&resurrect.msn;' />
|
2006-05-15 00:37:23 +02:00
|
|
|
</listbox>
|
|
|
|
</vbox>
|
|
|
|
</dialog>
|