Footer.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!-- commom html start -->
  2. <include file="Public/Common" />
  3. <!-- commom html end -->
  4. </body>
  5. </html>
  6. <!-- 类库 -->
  7. <js href="__PUBLIC__/Common/Lib/jquery/jquery-2.1.0.js" />
  8. <js href="__PUBLIC__/Common/Lib/assets/js/amazeui.min.js" />
  9. <js href="__PUBLIC__/Common/Lib/echarts/echarts.min.js" />
  10. <!-- ueditor 编辑器 -->
  11. <js href="__PUBLIC__/Common/Lib/ueditor/ueditor.config.js" />
  12. <js href="__PUBLIC__/Common/Lib/ueditor/ueditor.all.min.js" />
  13. <js href="__PUBLIC__/Common/Lib/ueditor/lang/zh-cn/zh-cn.js" />
  14. <!-- 颜色选择器 -->
  15. <js href="__PUBLIC__/Common/Lib/colorpicker/jquery.colorpicker.js" />
  16. <!-- 元素拖拽排序插件 -->
  17. <js href="__PUBLIC__/Common/Lib/dragsort/jquery.dragsort-0.5.2.min.js" />
  18. <!-- amazeui插件 -->
  19. <js href="__PUBLIC__/Common/Lib/amazeui-switch/amazeui.switch.min.js" />
  20. <js href="__PUBLIC__/Common/Lib/amazeui-chosen/amazeui.chosen.min.js" />
  21. <!-- ajax图片上传-->
  22. <js href="__PUBLIC__/Common/Lib/uploader/ajaxfileupload.js" />
  23. <!-- 项目公共 -->
  24. <js href="__PUBLIC__/Common/Js/Common.js" />
  25. <!-- 控制器 -->
  26. <if condition="!empty($module_js)">
  27. <js href="__PUBLIC__/{{$module_js}}" />
  28. </if>