59 lignes
1,8 Kio
XML
59 lignes
1,8 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="resurrect.selectMirror(event);"
|
|
persist="width height screenX screenY"
|
|
>
|
|
|
|
<script type='application/x-javascript' src='chrome://resurrect/content/resurrect.js'></script>
|
|
|
|
<vbox>
|
|
<label value='&resurrect.selectmirror;' />
|
|
|
|
<listbox id='mirror' rows='5' onselect='resurrect.selectMirror(event);'>
|
|
<!--
|
|
<listhead>
|
|
<listheader label='&resurrect.mirror;' />
|
|
<listheader label='&resurrect.quality;' />
|
|
</listhead>
|
|
|
|
<listcols>
|
|
<listcol flex='1' />
|
|
<listcol />
|
|
</listcols>
|
|
|
|
<listitem value='coralcdn'>
|
|
<listcell label='&resurrect.coralcdn;' />
|
|
<listcell label='&resurrect.great;' />
|
|
</listitem>
|
|
<listitem value='google'>
|
|
<listcell label='&resurrect.google;' />
|
|
<listcell label='&resurrect.great;' />
|
|
</listitem>
|
|
<listitem value='yahoo'>
|
|
<listcell label='&resurrect.yahoo;' />
|
|
<listcell label='&resurrect.good;' />
|
|
</listitem>
|
|
<listitem value='archive'>
|
|
<listcell label='&resurrect.archive;' />
|
|
<listcell label='&resurrect.good;' />
|
|
</listitem>
|
|
<listitem value='msn'>
|
|
<listcell label='&resurrect.msn;' />
|
|
<listcell label='&resurrect.ok;' />
|
|
</listitem>
|
|
-->
|
|
<listitem value='coralcdn' label='&resurrect.coralcdn;' />
|
|
<listitem value='google' label='&resurrect.google;' />
|
|
<listitem value='yahoo' label='&resurrect.yahoo;' />
|
|
<listitem value='archive' label='&resurrect.archive;' />
|
|
<listitem value='msn' label='&resurrect.msn;' />
|
|
</listbox>
|
|
</vbox>
|
|
</dialog>
|