Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Program Files (x86)/Microsoft Office/Templates/1028/Behaviors11/ACTIONS/ |
<!-- _LocalBinding --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>變更內容還原</title> <meta http-equiv="msthemecompatible" content="yes"> <meta name="DHTMLScriptName" content="變更內容還原(&R)"> <meta name="DialogResizable" content="true"> <meta name="DialogSize" content="400,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="Strings.js"></script> <script type="text/JavaScript" src="ChngPrR.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> 此動作將會還原最後一組變更的元件內容。 請只在套用 [變更內容] 動作後才使用此功能。 </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"> 確定 </button> </td> <td> </td> <td> <button tabindex="2" onClick="onCancel()" id="btnCancel"> 取消 </button> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>