1
1
Bifurcation 0
resurrect-pages-isup-edition/content/resurrect-select-mirror.xul
Anthony Lieuallen 0cc9bfb016 coral works
2006-05-14 22:37:23 +00:00

23 lignes
737 o
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="resurrect.loadMirrors()"
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='0' onselect='resurrect.selectMirror(event);'>
</listbox>
</vbox>
<spacer flex="1" />
</dialog>