resurrect-pages-isup-edition/content/resurrect-select-mirror.xul

37 lignes
1.3 KiB
Plaintext
Brut Vue normale Historique

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"
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;' />
<listbox id='mirror' rows='6'
2006-10-08 19:49:45 +02:00
onclick='resurrect.clickedXul(event);'
2006-05-17 04:30:57 +02:00
>
<listitem value='coralcdn' label='&resurrect.coralcdn;' />
2006-05-15 01:39:20 +02:00
<listitem value='google' label='&resurrect.google;' />
<listitem value='googletext' label='&resurrect.google;&resurrect.textonly;' />
2006-05-15 01:39:20 +02:00
<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>