c31fb0830f
Their API docs now say that "c=" is a required parameter. But not what value to put there. Not to mention it takes several seconds just to respond with an error page. Refs #9
41 lignes
1,3 Kio
HTML
41 lignes
1,3 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='archiveis' label=' &resurrect.archiveis;'
|
|
image='chrome://resurrect/skin/cacheicons/archiveis.ico'
|
|
/>
|
|
<xul:button
|
|
value='webcitation' label=' &resurrect.webcitation;'
|
|
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
|
/>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|