business-all.js 1.8 KB

12345678910111213141516171819202122
  1. //css
  2. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/base.css\" type=\"text/css\" />");
  3. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/safe.css\" type=\"text/css\" />");
  4. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/setup.css\" type=\"text/css\" />");
  5. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/feature.css\" type=\"text/css\" />");
  6. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/manage.css\" type=\"text/css\" />");
  7. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/article.css\" type=\"text/css\" />");
  8. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/artDialog.css\" type=\"text/css\" />");
  9. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/jquery.datetimepicker.css\" type=\"text/css\" />");
  10. document.write("<link rel=\"stylesheet\" href=\"../../commons/css/Pager.css\" type=\"text/css\" />");
  11. //javascript
  12. document.write("<script language=\"javascript\" src=\"../../commons/js/jquery-1.8.3.min.js\" ></script>");
  13. document.write("<script language=\"javascript\" src=\"../../commons/js/jquery.mousewheel.min.js\" ></script>");
  14. document.write("<script language=\"javascript\" src=\"../../commons/js/jquery.jscrollpane.min.js\" ></script>");
  15. document.write("<script language=\"javascript\" src=\"../../commons/js/jquery.datetimepicker.js\" ></script>");
  16. document.write("<script language=\"javascript\" src=\"../../commons/js/jquery.artDialog.js\" ></script>");
  17. document.write("<script language=\"javascript\" src=\"../../commons/js/base.js\" ></script>");
  18. document.write("<script language=\"javascript\" src=\"../../commons/js/common.js\" ></script>");
  19. document.write("<script language=\"javascript\" src=\"../../commons/js/jquery.pager.js\" ></script>");