1
1
Bifurcation 0
resurrect-pages-isup-edition/content/resurrect-select-mirror.xul
Anthony Lieuallen 2e9bbf66f0 Closes #5
* Add a "Google Cache (text only)" option, using Google's "stripped" cache, which does not reference images, style sheets, etc.

Waiting for translations to be released.
2006-12-23 16:37:01 +00:00

36 lignes
1,3 Kio
XML

<?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();"
ondialogaccept="return resurrect.clickedXul(event);"
persist="width height screenX screenY"
>
<script type='application/x-javascript' src='chrome://resurrect/content/resurrect.js'></script>
<vbox>
<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>
<label value='&resurrect.fromMirror;' />
<listbox id='mirror' rows='5'
onclick='resurrect.clickedXul(event);'
>
<listitem value='coralcdn' label='&resurrect.coralcdn;' />
<listitem value='google' label='&resurrect.google;' />
<listitem value='googletext' label='&resurrect.google;&resurrect.textonly;' />
<listitem value='yahoo' label='&resurrect.yahoo;' />
<listitem value='archive' label='&resurrect.archive;' />
<listitem value='msn' label='&resurrect.msn;' />
</listbox>
</vbox>
</dialog>