diff --git a/cms/templates/widgets/week-edit.html b/cms/templates/widgets/week-edit.html deleted file mode 100644 index 95ca631be0..0000000000 --- a/cms/templates/widgets/week-edit.html +++ /dev/null @@ -1,319 +0,0 @@ -
-
-
-

Week 3

-

+ new goal

-
- -
-
    -
  • -

    Goal title: This is the goal body and is where the goal will be further explained

    -
  • -
-
-
- -
-
-
    -
  • - - -
  • - -
  • - - -
  • -
  • - -
  • - -
  • - Advanced filters -
  • - -
  • - -
  • -
-
- -
-
-
    -
  1. -
    -

    Lecture Sequence

    - handle -
    - -
      -
    1. - Problem title 11 - handle -
    2. -
    3. -
      -

      - Problem group - handle -

      -
      -
        -
      1. - Problem title 11 - handle -
      2. -
      3. - Problem title 11 - handle -
      4. -
      5. - Problem title 11 - handle -
      6. -
      7. - Problem title 13 - handle -
      8. -
      9. - Problem title 14 - handle -
      10. -
      11. - Video 3 - handle -
      12. -
      -
    4. - Problem Group - handle -
    5. -
    6. - Problem title 14 - handle -
    7. -
    8. -
      -

      - Problem group - handle -

      -
      -
        -
      1. - Problem title 11 - handle -
      2. -
      3. - Problem title 11 - handle -
      4. -
      5. - Problem title 11 - handle -
      6. -
      7. - Problem title 13 - handle -
      8. -
      9. - Problem title 14 - handle -
      10. -
      11. - Video 3 - handle -
      12. -
      -
    9. - Video 3 - handle -
    10. -
    11. -
      -

      - Problem group - handle -

      -
      -
        -
      1. - Problem title 11 - handle -
      2. -
      3. - Problem title 11 - handle -
      4. -
      5. - Problem title 11 - handle -
      6. -
      7. - Problem title 13 - handle -
      8. -
      9. - Problem title 14 - handle -
      10. -
      11. - Video 3 - handle -
      12. -
      -
    -
  2. -
  3. -
    -

    Lecture Sequence

    - handle -
    - -
      -
    1. -
      -

      - Problem group - handle -

      -
      -
        -
      1. - Problem title 11 - handle -
      2. -
      3. - Problem title 11 - handle -
      4. -
      5. - Problem title 11 - handle -
      6. -
      7. - Problem title 13 - handle -
      8. -
      9. - Problem title 14 - handle -
      10. -
      11. - Video 3 - handle -
      12. -
      -
    2. -
    3. - Problem title 13 - handle -
    4. -
    5. - Problem title 14 - handle -
    6. -
    7. - Video 3 - handle -
    8. -
    -
  4. -
  5. -
    -

    Homework 1a

    -
    - -
      -
    1. - Problem title 11 - handle -
    2. -
    3. - Problem Group - handle -
    4. -
    5. - Problem title 14 - handle -
    6. -
    7. - Video 3 - handle -
    8. -
    -
  6. - - - - -
-
- -
-
    -
  1. -
    -

    Section Scratch

    -
    - -
  2. -
  3. -
    -

    Course Scratch

    -
    - - -
  4. - - - - -
-
-
-
-
diff --git a/cms/templates/widgets/week-new.html b/cms/templates/widgets/week-new.html deleted file mode 100644 index c62730c1bc..0000000000 --- a/cms/templates/widgets/week-new.html +++ /dev/null @@ -1,99 +0,0 @@ -
-
-
-

Week 3

-

+ new goal

-
- -
-
    -
  • -

    Please add a goal for this section

    -
  • -
-
-
- -
-
-
    -
  • - - -
  • - -
  • - - -
  • -
  • - -
  • - -
  • - Advanced filters -
  • - -
  • - -
  • -
-
-
-
-

This are no groups or units in this section yet

- Add a Group - Add a Unit -
- -
-
    -
  1. -
    -

    Section Scratch

    -
    - -
  2. -
  3. -
    -

    Course Scratch

    -
    - -
  4. - -
  5. - <%include file="new-module.html"/> -
  6. -
-
-
-
-
- diff --git a/lms/static/js/jquery.sequence.js b/common/lib/xmodule/xmodule/js/src/sequence/display/jquery.sequence.js similarity index 100% rename from lms/static/js/jquery.sequence.js rename to common/lib/xmodule/xmodule/js/src/sequence/display/jquery.sequence.js diff --git a/common/lib/xmodule/xmodule/seq_module.py b/common/lib/xmodule/xmodule/seq_module.py index b05ea36e50..841936cf17 100644 --- a/common/lib/xmodule/xmodule/seq_module.py +++ b/common/lib/xmodule/xmodule/seq_module.py @@ -21,7 +21,8 @@ class SequenceModule(XModule): ''' Layout module which lays out content in a temporal sequence ''' js = {'coffee': [resource_string(__name__, - 'js/src/sequence/display.coffee')]} + 'js/src/sequence/display.coffee')], + 'js': [resource_string(__name__, 'js/src/sequence/display/jquery.sequence.js')]} css = {'scss': [resource_string(__name__, 'css/sequence/display.scss')]} js_module_name = "Sequence"