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
b79767a9
Commit
b79767a9
authored
Jan 29, 2014
by
Daniel W Bond
Browse files
moved index to 'new.html', created templates directory in trajectories
parent
41270871
Changes
3
Hide whitespace changes
Inline
Side-by-side
advisor/templates/index.html
View file @
b79767a9
...
@@ -9,108 +9,11 @@ GMU Advisor
...
@@ -9,108 +9,11 @@ GMU Advisor
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
GMU
</strong>
​
ADVISOR
</h1>
<h1>
Advisor
</h1>
<p
class=
"lead"
>
Automated Undergraduate Academic Advising*
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<p>
<h4>
Select the classes you've
a
l
re
ady taken, and follow the instructions to start visualizing your way to completing your
degr
ee.
</h4>
</p>
<p>
*Not intended as
a
re
placement for formal academic advising through your department. Currently only supports un
de
r
gr
aduate programs.
</p>
<div
class=
"row well"
>
<div
class=
"col-md-12"
>
<form
class=
"form-horizontal"
action=
""
method=
"post"
role=
"form"
enctype=
"multipart/form-data"
>
{% csrf_token %}
<fieldset>
<legend>
Select your courses(s).
</legend>
{% if courses %}
<div
class=
"alert alert-info"
>
Do you need to update the courses you've already taken?
</div>
{% else %}
<div
class=
"form-group"
>
<label
for
"
departmentAbbr
"
class=
"col-sm-2"
>
Department Abbreviation
</label>
<div
class=
"col-sm-1"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"ENGH"
>
</div>
<label
for
"
courseNumber
"
class=
"col-sm-1"
>
Course Number
</label>
<div
class=
"col-sm-1"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"302"
>
</div>
<!-- Name loads automatically -->
<label
for
"
name
"
class=
"col-sm-1"
>
Name
</label>
<div
class=
"col-sm-5"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"Advanced Composition"
>
</div>
<div
class=
"col-sm-1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
<!-- not sure how to have a zillion of these fields keep on appearing -->
</div>
{% endif %}
<legend>
Select your program(s).
</legend>
<div
class=
"form-group"
>
<label
for
"
Program
"
class=
"col-sm-2"
>
Program
</label>
<div
class=
"col-sm-5"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"Government and International Politics"
>
<!-- autocompletion would be awesome -->
</div>
<div
class=
"col-sm-1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
</div>
<legend>
Select your minor(s).
</legend>
<div
class=
"form-group"
>
<label
for
"
Minor
"
class=
"col-sm-2"
>
Minor
</label>
<div
class=
"col-sm-5"
>
<input
type=
"text"
class=
"form-control"
id=
"Minors"
placeholder=
"Software Engineering"
>
</div>
<div
class=
"col-sm-1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
</div>
<!-- #cooljsideas for this and select program, have a new field slide out
when one has been entered (2 for degree, 3 for minor)-->
<legend>
Are you in the Honors College?
</legend>
<div
class=
"form-group"
>
<label
for
"
honorscollege
"
class=
"col-sm-2"
>
Honors
</label>
<div
class=
"col-sm-5"
>
<button
type=
"button"
class=
"btn btn-default"
>
Yes
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
No
</button>
</div>
</div>
<legend>
What is your current semester?
</legend>
<div
class=
"form-group"
>
<label
for
"
degreeType
"
class=
"col-sm-2"
>
Current Semester
</label>
<div
class=
"col-sm-3"
>
<select
class=
"form-control"
>
<option>
First Semester Freshman
</option>
<option>
Second Semester Freshman
</option>
<option>
First Semester Sophomore
</option>
<option>
Second Semester Sophomore
</option>
<option>
First Semester Junior
</option>
<option>
Second Semester Junior
</option>
<option>
First Semester Senior
</option>
<option>
Second Semester Senior
</option>
<option>
First Semester SuperSenior
</option>
<option>
Second Semester SuperSenior
</option>
<option>
First Semester SuperSuperSenior
</option>
<!-- option You Mayyyyy Want to Consider Seeing an Actual Person /option -->
</select>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-11 col-sm-1"
>
<button
type=
"submit"
class=
"btn btn-primary"
value=
"Submit"
>
Submit
</button>
<!-- need to have the bar across the top loading js -->
</div>
</div>
</fieldset>
</form>
</div>
</div>
<p>
*Not intended as a replacement for formal academic advising through your department.
</p>
{% endblock %}
{% endblock %}
advisor/templates/create.html
→
advisor/
trajectories/
templates/create.html
View file @
b79767a9
File moved
advisor/trajectories/templates/new.html
0 → 100644
View file @
b79767a9
{% extends 'layouts/base.html' %}
{% block title %}
GMU Advisor
{% endblock %}
{% block content %}
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-md-12 text-center"
>
<h1><strong>
GMU
</strong>
​
ADVISOR
</h1>
<p
class=
"lead"
>
Automated Undergraduate Academic Advising*
</p>
</div>
</div>
</div>
<p><h4>
Select the classes you've already taken, and follow the instructions to start visualizing your way to completing your degree.
</h4></p>
<div
class=
"row well"
>
<div
class=
"col-md-12"
>
<form
class=
"form-horizontal"
action=
""
method=
"post"
role=
"form"
enctype=
"multipart/form-data"
>
{% csrf_token %}
<fieldset>
<legend>
Select your courses(s).
</legend>
{% if courses %}
<div
class=
"alert alert-info"
>
Do you need to update the courses you've already taken?
</div>
{% else %}
<div
class=
"form-group"
>
<label
for
"
departmentAbbr
"
class=
"col-sm-2"
>
Department Abbreviation
</label>
<div
class=
"col-sm-1"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"ENGH"
>
</div>
<label
for
"
courseNumber
"
class=
"col-sm-1"
>
Course Number
</label>
<div
class=
"col-sm-1"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"302"
>
</div>
<!-- Name loads automatically -->
<label
for
"
name
"
class=
"col-sm-1"
>
Name
</label>
<div
class=
"col-sm-5"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"Advanced Composition"
>
</div>
<div
class=
"col-sm-1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
<!-- not sure how to have a zillion of these fields keep on appearing -->
</div>
{% endif %}
<legend>
Select your program(s).
</legend>
<div
class=
"form-group"
>
<label
for
"
Program
"
class=
"col-sm-2"
>
Program
</label>
<div
class=
"col-sm-5"
>
<input
type=
"text"
class=
"form-control"
id=
"Program"
placeholder=
"Government and International Politics"
>
<!-- autocompletion would be awesome -->
</div>
<div
class=
"col-sm-1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
</div>
<legend>
Select your minor(s).
</legend>
<div
class=
"form-group"
>
<label
for
"
Minor
"
class=
"col-sm-2"
>
Minor
</label>
<div
class=
"col-sm-5"
>
<input
type=
"text"
class=
"form-control"
id=
"Minors"
placeholder=
"Software Engineering"
>
</div>
<div
class=
"col-sm-1"
>
<button
type=
"button"
class=
"btn btn-primary"
>
+
</button>
</div>
</div>
<!-- #cooljsideas for this and select program, have a new field slide out
when one has been entered (2 for degree, 3 for minor)-->
<legend>
Are you in the Honors College?
</legend>
<div
class=
"form-group"
>
<label
for
"
honorscollege
"
class=
"col-sm-2"
>
Honors
</label>
<div
class=
"col-sm-5"
>
<button
type=
"button"
class=
"btn btn-default"
>
Yes
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
No
</button>
</div>
</div>
<legend>
What is your current semester?
</legend>
<div
class=
"form-group"
>
<label
for
"
degreeType
"
class=
"col-sm-2"
>
Current Semester
</label>
<div
class=
"col-sm-3"
>
<select
class=
"form-control"
>
<option>
First Semester Freshman
</option>
<option>
Second Semester Freshman
</option>
<option>
First Semester Sophomore
</option>
<option>
Second Semester Sophomore
</option>
<option>
First Semester Junior
</option>
<option>
Second Semester Junior
</option>
<option>
First Semester Senior
</option>
<option>
Second Semester Senior
</option>
<option>
First Semester SuperSenior
</option>
<option>
Second Semester SuperSenior
</option>
<option>
First Semester SuperSuperSenior
</option>
<!-- option You Mayyyyy Want to Consider Seeing an Actual Person /option -->
</select>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-11 col-sm-1"
>
<button
type=
"submit"
class=
"btn btn-primary"
value=
"Submit"
>
Submit
</button>
<!-- need to have the bar across the top loading js -->
</div>
</div>
</fieldset>
</form>
</div>
</div>
<p>
*Not intended as a replacement for formal academic advising through your department.
</p>
{% endblock %}
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