home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.SWAPIMGR.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  1.8 KB  |  75 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">    
  5.             
  6.         <title>Swap Image Restore</title>
  7.         <meta http-equiv="msthemecompatible" content="yes">
  8.         <meta name="DHTMLScriptName" content="Swap Image &Restore">
  9.                 
  10.         <meta name="DialogResizable" content="true">
  11.         
  12.         <meta name="DialogSize" content="375,115">
  13.         
  14.         <style> 
  15.             button    { width: 8em }                    
  16.             table    { border: none; border-collapse: collapse }                
  17.         </style>
  18.         <script type="text/JavaScript" src="FPLib.js"></script>
  19.         <script type="text/JavaScript" src="SwapImgR.js"></script>
  20.     </head>
  21.     <body onload="initializeForm()">
  22.         <form id="theForm" name="theForm" onsubmit="onOk(); return false;">
  23.             <table width="100%" height="100%">
  24.                 <tr>
  25.                     <td width="100%" height="100%">
  26.                         <p>
  27.                                                 
  28.                             This action will restore the last set of swapped 
  29.                         images to their previous source files. Use only after 
  30.                         applying the Swap Image action.
  31.                         </p>
  32.                     </td>
  33.                 </tr>
  34.                 <tr>
  35.                     <td width="100%">
  36.                         <hr>
  37.                     </td>
  38.                 </tr>
  39.                 <tr>
  40.                     <td width="100%">
  41.                         <table width="100%">
  42.                             <tr>
  43.                                 <td width="100%">
  44.                                      
  45.                                 </td>
  46.                                 <td>
  47.                                     <table width="100%">
  48.                                         <tr>
  49.                                             <td>
  50.                                                 <button tabindex="1" onClick="onOk()" id="btnOk" type="submit">
  51.                                                 
  52.                                                     OK
  53.                                                 </button>
  54.                                             </td>
  55.                                             <td>
  56.                                                  
  57.                                             </td>
  58.                                             <td>
  59.                                                 <button tabindex="2" onClick="onCancel()" id="btnCancel">                                                
  60.                                                 
  61.                                                     Cancel
  62.                                                 </button>
  63.                                             </td>
  64.                                         </tr>
  65.                                     </table>
  66.                                 </td>
  67.                             </tr>
  68.                         </table>
  69.                     </td>
  70.                 </tr>
  71.             </table>
  72.         </form>
  73.     </body>
  74. </html>
  75.