more localized
Cette révision appartient à :
Parent
73e8bcedc0
révision
91c11aa927
3 fichiers modifiés avec 51 ajouts et 14 suppressions
|
@ -16,8 +16,43 @@
|
|||
<vbox>
|
||||
<label value='&resurrect.selectmirror;' />
|
||||
|
||||
<listbox id='mirror' rows='0' onselect='resurrect.selectMirror(event);'>
|
||||
<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='google' label='&resurrect.google;' />
|
||||
<listitem value='yahoo' label='&resurrect.yahoo;' />
|
||||
<listitem value='archive' label='&resurrect.archive;' />
|
||||
<listitem value='msn' label='&resurrect.msn;' />
|
||||
-->
|
||||
</listbox>
|
||||
</vbox>
|
||||
<spacer flex="1" />
|
||||
</dialog>
|
||||
|
|
|
@ -66,17 +66,6 @@ var resurrect={
|
|||
);
|
||||
},
|
||||
|
||||
loadMirrors:function() {
|
||||
var listbox=document.getElementById('mirror');
|
||||
for (var i=0, mirror=null; mirror=resurrect.mirrors[i]; i++) {
|
||||
var listitem=document.createElement('listitem');
|
||||
listitem.setAttribute('label', mirror.name);
|
||||
listitem.setAttribute('value', mirror.id);
|
||||
listbox.appendChild(listitem);
|
||||
}
|
||||
listbox.setAttribute('rows', listbox.getRowCount());
|
||||
},
|
||||
|
||||
selectMirror:function(event) {
|
||||
var listbox=document.getElementById('mirror');
|
||||
|
||||
|
|
|
@ -2,4 +2,17 @@
|
|||
<!ENTITY resurrect.accesskey "u">
|
||||
<!ENTITY resurrect.thispage "Resurrect this page">
|
||||
<!ENTITY resurrect.thislink "Resurrect this link">
|
||||
<!ENTITY resurrect.selectmirror "Select a mirror:">
|
||||
<!ENTITY resurrect.selectmirror "Select a mirror:">
|
||||
|
||||
<!ENTITY resurrect.mirror "Mirror">
|
||||
<!ENTITY resurrect.quality "Quality">
|
||||
|
||||
<!ENTITY resurrect.great "Great">
|
||||
<!ENTITY resurrect.good "Good">
|
||||
<!ENTITY resurrect.ok "OK">
|
||||
|
||||
<!ENTITY resurrect.coralcdn "CoralCDN">
|
||||
<!ENTITY resurrect.google "Google Cache">
|
||||
<!ENTITY resurrect.yahoo "Yahoo! Cache">
|
||||
<!ENTITY resurrect.archive "The Internet Archive">
|
||||
<!ENTITY resurrect.msn "MSN Cache">
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket