You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
791 B

8 months ago
  1. <#macro layout>
  2. <!DOCTYPE html>
  3. <html lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <script src="http://${printIp}:8000/CLodopfuncs.js"></script>
  7. </head>
  8. <body>
  9. <#nested>
  10. <script>
  11. window.On_CLodop_Opened=function(){
  12. //老的服务器注册吗
  13. //LODOP.SET_LICENSES("","13F0BF6589BB32C160918E33F9C10911","C94CEE276DB2187AE6B65D56B3FC2848","");
  14. //357 564 678
  15. //LODOP.SET_LICENSES("","13F0BF6589BB32E960918E33F9C109A1","","");
  16. LODOP.SET_LICENSES("","7B5624CC84E599D6B17F27DF40F4310C","","");
  17. lodopReady && lodopReady();
  18. LODOP.PREVIEW();
  19. // LODOP.PRINT();
  20. // LODOP.PRINT_DESIGN();
  21. window.On_CLodop_Opened=null;
  22. };
  23. </script>
  24. </body>
  25. </html>
  26. </#macro>