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.

how_to_handle_statics.rst 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. =====================
  2. How to handle statics
  3. =====================
  4. Oscar ships with HTML templates,
  5. The templates use the following CSS files:
  6. CSS
  7. ---
  8. base.html
  9. * oscar/static/oscar/css/styles.css
  10. * oscar/static/oscar/css/responsive.css
  11. dashboard/layout.html
  12. * oscar/static/oscar/css/dashboard.css
  13. * oscar/static/oscar/js/bootstrap-wysihtml5/bootstrap-wysihtml5.css
  14. catalogue/detail.html
  15. * oscar/js/colorbox/colorbox.css
  16. Javascript
  17. ----------
  18. base.html
  19. * jQuery 1.7.2 (from Google CDN)
  20. * oscar/js/jquery/jquery.easing.1.3.js
  21. * oscar/js/bootstrap/bootstrap.min.js
  22. basket/basket.html
  23. * oscar/js/oscar/checkout.js
  24. partials/extrascripts.html
  25. * oscar/js/elastislide/jquery.elastislide.js
  26. * oscar/js/colorbox/jquery.colorbox-min.js
  27. * oscar/js/responsivegallery/jquery.tmpl.min.js
  28. * oscar/js/responsivegallery/gallery.js - custom gallery script
  29. * oscar/js/oscar/ui.js
  30. checkout/layout.html
  31. * oscar/js/oscar/ui.js
  32. * oscar/js/oscar/checkout.js
  33. dashboard/layout.html
  34. * oscar/js/plugins/plugins.js
  35. * oscar/js/bootstrap-wysihtml5/wysihtml5.min.js
  36. * oscar/js/bootstrap-wysihtml5/bootstrap-wysihtml5.min.js
  37. * oscar/js/oscar/ui.js
  38. * oscar/js/oscar/dashboard.js
  39. * jQuery UI 1.8.23 (from Google CDN)