Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nathan R Lapierre
advisor
Commits
dac94202
Commit
dac94202
authored
Dec 30, 2013
by
Daniel W Bond
Browse files
fixed alerts, beginnings of accordians
parent
226b4384
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dac94202
...
...
@@ -57,6 +57,7 @@ To-do
*
there are going to be some issues if you can name a trajectory, but each sememester is actually a trajectory...
*
Display when the student is going to graduate, and accept the semester number for trajectories
*
Add support for APs, and fix the "login required" stuff
*
Javascript to count the number of credits selected
*Forms and Views*
*
some sort of javascript on the comparison page
...
...
advisor/templates/create.html
View file @
dac94202
...
...
@@ -53,8 +53,8 @@ GMU Advisor | Create
<div
class=
"col-md-12"
>
<form
class=
"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.
<div
id=
section-collapse"
class=
"collapse in"
>
<h4>
Majors
</h4>
<!-- accordian collapse -->
<div
class=
"form-group"
>
{% for program in programs %}
<div
class=
"col-md-4"
>
...
...
@@ -62,8 +62,9 @@ These are the classes you'd be eligible to take this semester. Select the classe
</div>
{% endfor %}
</div>
</div>
<
!-- accordian
collapse
--
>
<
div
id=
section-collapse"
class=
"
collapse
in"
>
<h4>
Minors
</h4>
<div
class=
"form-group"
>
{% for minor in minors %}
...
...
@@ -72,9 +73,9 @@ These are the classes you'd be eligible to take this semester. Select the classe
</div>
{% endfor %}
</div>
</div>
<!-- accordian collapse -->
<div
id=
section-collapse"
class=
"collapse in"
>
<h4>
Gen Eds
</h4>
<!-- automatically takes into account BA/BS issues-
has both- maybe popover? -->
...
...
@@ -90,10 +91,17 @@ These are the classes you'd be eligible to take this semester. Select the classe
</div>
{% endfor %}
</div>
</div>
<!-- some javascript to count the number of credits selected-->
<div
class=
"alert alert-danger alert-dismissable"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
×
</button>
Selecting more than 18 credits will require approval of the Dean
</div>
<div>
<p>
Displays Error Messag
es
</
p
>
<p>
Selecting more than 18 credits will require approval of the Dean
</p>
<div
class=
"alert alert-info alert-dismissable"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
aria-hidden=
"true"
>
&tim
es
;
</
button
>
Full time is considered 12-15 credits.
</div>
<div
class=
"form-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment