Albirew
4483361b05
removed yahoo since it now uses bing and removed coral CDN since it's down almost everytime
48 lignes
1,6 Kio
HTML
48 lignes
1,6 Kio
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html SYSTEM "chrome://resurrect/locale/overlay.dtd">
|
|
|
|
<html
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
>
|
|
<body class="resurrect">
|
|
<fieldset id='resurrect'>
|
|
<!-- fake elements so getElementById() doesn't die -->
|
|
<div id='targetTab' style='display: none;'></div>
|
|
<div id='targetWin' style='display: none;'></div>
|
|
|
|
<legend>
|
|
<img src='chrome://resurrect/skin/tb-icon-small.png' />
|
|
&resurrect.thispage;
|
|
</legend>
|
|
<xul:button
|
|
value='google' label=' &resurrect.google;'
|
|
image='chrome://resurrect/skin/cacheicons/google.png'
|
|
/>
|
|
<xul:button
|
|
value='googletext' label=' &resurrect.google;&resurrect.textonly;'
|
|
image='chrome://resurrect/skin/cacheicons/google.png'
|
|
/>
|
|
<xul:button
|
|
value='archive' label=' &resurrect.archive;'
|
|
image='chrome://resurrect/skin/cacheicons/archive.png'
|
|
/>
|
|
<xul:button
|
|
value='bing' label=' &resurrect.bing;'
|
|
image='chrome://resurrect/skin/cacheicons/bing.png'
|
|
/>
|
|
<xul:button
|
|
value='gigablast' label=' &resurrect.gigablast;'
|
|
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
|
/>
|
|
<xul:button
|
|
value='webcitation' label=' &resurrect.webcitation;'
|
|
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
|
/>
|
|
<xul:button
|
|
value='isup' label=' &resurrect.isup;'
|
|
image='chrome://resurrect/skin/cacheicons/isup.png'
|
|
/>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|