home *** CD-ROM | disk | FTP | other *** search
- 
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
- <title>Swap Image Restore</title>
- <meta http-equiv="msthemecompatible" content="yes">
- <meta name="DHTMLScriptName" content="Swap Image &Restore">
-
- <meta name="DialogResizable" content="true">
-
- <meta name="DialogSize" content="375,115">
-
- <style>
- button { width: 8em }
- table { border: none; border-collapse: collapse }
- </style>
- <script type="text/JavaScript" src="FPLib.js"></script>
- <script type="text/JavaScript" src="SwapImgR.js"></script>
- </head>
- <body onload="initializeForm()">
- <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
- <table width="100%" height="100%">
- <tr>
- <td width="100%" height="100%">
- <p>
-
- This action will restore the last set of swapped
- images to their previous source files. Use only after
- applying the Swap Image action.
- </p>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <hr>
- </td>
- </tr>
- <tr>
- <td width="100%">
- <table width="100%">
- <tr>
- <td width="100%">
-
- </td>
- <td>
- <table width="100%">
- <tr>
- <td>
- <button tabindex="1" onClick="onOk()" id="btnOk" type="submit">
-
- OK
- </button>
- </td>
- <td>
-
- </td>
- <td>
- <button tabindex="2" onClick="onCancel()" id="btnCancel">
-
- Cancel
- </button>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
-