container.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!-- +---------------------------------------------------------------------- -->
  2. <!-- | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -->
  3. <!-- +---------------------------------------------------------------------- -->
  4. <!-- | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -->
  5. <!-- +---------------------------------------------------------------------- -->
  6. <!-- | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -->
  7. <!-- +---------------------------------------------------------------------- -->
  8. <!-- | Author: CRMEB Team <admin@crmeb.com> -->
  9. <!-- +---------------------------------------------------------------------- -->
  10. <!DOCTYPE html>
  11. <html lang="zh-CN">
  12. <head>
  13. {include file="public/head" /}
  14. <title>{block name="title"}{/block}</title>
  15. {block name="aliplayer"}{/block}
  16. {include file="public/style" /}
  17. {block name="head_top"}{/block}
  18. <script type="text/javascript" src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
  19. <script type="text/javascript" src="{__PLUG_PATH}wxApi.js"></script>
  20. <script>
  21. $jssdk = function () {return <?=\service\WechatService:: jsSdk() ?>;}
  22. window.overallShare = true;
  23. </script>
  24. {if !isset($requirejs)}{include file="public/requirejs" /}{/if}
  25. {block name="head"}{/block}
  26. </head>
  27. <body>
  28. {block name="content"}{/block}
  29. {block name="foot"}{/block}
  30. {include file="public/foot" /}
  31. {include file="public/right_nav" /}
  32. </body>
  33. </html>