<p>Returns the student's possible courses after their post from index</p>
<divclass="page-header"id="banner">
<p>Student then selects courses, send a post, save as a trajectory, then the pge reloads with the new information for the selecting.</p>
<divclass="row">
<p>Because there are so many gen eds, those merely appear as a button for "Science" until they are selected, upon which a list appears and a student can make their selection.</p>
<divclass="col-md-12 text-center">
<p>Should display which semester they are on for each level of selection, and lonly allow them to select 18 credits, flag it up to 20, etc.</p>
<h2>Daniel's Trajectory for Computer Science, BS, and History, BA</h2>
<pclass="lead">Semester Four</p>
<!-- Eventually need to give the graduation dates!
Can't believe I hadn't thought of that! -->
</div>
</div>
<divclass="row">
<divclass="row well">
<divclass="col-md-12">
<divclass="col-md-12">
Daniel's Trajectory for Computer Science, BS, and History, BA
See your previous semesters
<!-- accordian for previously semesters' trajectories -->
{% for trajectory in previousTrajectories %}
<divclass="col-md-12">
{% for course in trajectory %}
<divclass="col-md-4">
Your courses
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<divclass="row">
<divclass="row well">
<h4>
<divclass="col-md-3">
<p>Semesters ahead</p>
</div>
<divclass="col-md-3">
<divclass="col-md-3">
<h3><p>Semesters ahead</p>
<p>Credits selected this semester</p>
<p>Credits selected this semester</p>
<p>Credits remaining for program</p></h3>
</div>
</div>
<divclass="col-md-9">
<divclass="col-md-3">
<p>Credits remaining for program</p>
</div>
</h4>
</div>
<divclass="row well">
<divclass="col-md-12">
<formclass="form-horizontal"role="form">
<formclass="form-horizontal"role="form">
These are the classes you'd be eligible to take this semester. Select the classes you want and hit Submit to continue.
These are the classes you'd be eligible to take this semester. Select the classes you want and hit Submit to continue.
<h4>Majors</h4>
<h4>Majors</h4>
...
@@ -38,25 +64,36 @@ These are the classes you'd be eligible to take this semester. Select the classe
...
@@ -38,25 +64,36 @@ These are the classes you'd be eligible to take this semester. Select the classe
<!-- accordian collapse -->
<!-- accordian collapse -->
<h4>Minors</h4>
<h4>Minors</h4>
<divclass="form-group">
<divclass="form-group">
{% for minor in minors %}
{% for minor in minors %}
<divclass="col-md-4">
<divclass="col-md-4">
</div>
</div>
{% endfor %}
{% endfor %}
</div>
</div>
<!-- accordian collapse -->
<!-- accordian collapse -->
<h4>Gen Eds</h4>
<h4>Gen Eds</h4>
<divclass="form-group">
<!-- automatically takes into account BA/BS issues-
{% for genEdCollection in genEdCollections %}
has both- maybe popover? -->
<divclass="col-md-12">
<divclass="form-group">
<!-- information about the gened then loads in an accordian -->
{% for genEdCollection in genEdCollections %}
</div>
<divclass="col-md-12">
{% endfor %}
<!-- information about the gened then loads in an accordian -->
{% for courses in genEdCollection %}
<divclass="col-md-4">
</div>
{% endfor %}
</div>
{% endfor %}
</div>
</div>
<div>
<p>Displays Error Messages</p>
<p>Selecting more than 18 credits will require approval of the Dean</p>
</div>
<divclass="form-group">
<divclass="form-group">
<divclass="col-sm-offset-11 col-sm-1">
<divclass="col-sm-offset-11 col-sm-1">
...
@@ -67,7 +104,4 @@ These are the classes you'd be eligible to take this semester. Select the classe
...
@@ -67,7 +104,4 @@ These are the classes you'd be eligible to take this semester. Select the classe
</div>
</div>
</div>
</div>
Once the submit button is selected, this ^ somehow has to appear
over the classes that were just selected, appearing as in the comparison page