7b23712cdf207160c030b81e13ce32491e307447.svn-base 973 B

12345678910111213141516171819202122232425262728
  1. if (!dojo._hasResource["dijit.themes.soria"]) { // _hasResource checks added by
  2. // build. Do not use
  3. // _hasResource directly in your
  4. // code.
  5. dojo._hasResource["dijit.themes.soria"] = true;
  6. dojo.provide("dijit.themes.soria");
  7. /* theoritical implementation */
  8. // dojo.requireCss(dojo.moduleUrl("dijit.themes.soria","soria.css");
  9. // if (dojo.isRTL) {
  10. // dojo.requireCss(dojo.moduleUrl("dijit.theme.soria","soria_rtl.css"));
  11. // }
  12. // if(dojo.isIE<7){
  13. // dojo.requireCss(dojo.moduleUrl("dijit.themes.soria","soria_ie6.css"));
  14. // var imgList = ["images/arrows.png","images/gradientTopBg"]; // png's w/
  15. // alpha
  16. // // we'll take a hit performance wise with ie6, but such is life, right?
  17. // and
  18. // // it allows us to take dj_ie6 classes out of the root css for
  19. // performance
  20. // // enhancement on sane/good browsers.
  21. // dojo.addOnLoad(function(){
  22. // dojo.forEach(imgList,function(img){
  23. // filter(img);
  24. // });
  25. // }
  26. // }
  27. }