Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
76f6ee18
Commit
76f6ee18
authored
Dec 20, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test center - reorg of HTML - wip
parent
5119257f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
5 deletions
+29
-5
lms/templates/test_center_register.html
+29
-5
No files found.
lms/templates/test_center_register.html
View file @
76f6ee18
...
...
@@ -35,13 +35,17 @@
</script>
</
%
block>
<
%
exam_info =
course.testcenter_info
%
>
<section
class=
"testcenter-register container"
>
<!-- display stuff about the exam and the course for which the user is registering.
If the user has already registered in the past for a test center, then also display
their ID. -->
<section
class=
"
info
"
>
<section
class=
"
output-raw
"
>
<hgroup>
<p
class=
"date-block"
>
% if course.has_ended():
...
...
@@ -57,15 +61,11 @@
</hgroup>
<!-- TODO: need to add logic to select which of the following to display. Like certs? -->
<
%
exam_info =
course.testcenter_info
%
>
% if exam_info is not None:
<p>
Exam Series Code: ${exam_info.get('Exam_Series_Code')}
</p>
<p>
First Eligible Appointment Date: ${exam_info.get('First_Eligible_Appointment_Date')}
</p>
<p>
Last Eligible Appointment Date: ${exam_info.get('Last_Eligible_Appointment_Date')}
</p>
% endif
</section>
<!-- check to see if the user has already registering, or
is registering for the first time -->
...
...
@@ -117,6 +117,30 @@
<p>
The demographic information must be provided below in order to register
for the exam listed above.
</p>
% endif
</section>
<section
class=
"introduction"
>
<header>
<hgroup>
<h2>
${get_course_about_section(course, 'university')} ${course.number} ${course.title}
</h2>
<h1>
Register for a Pearson VUE Proctored Exam
</h1>
</hgroup>
<span
class=
"date"
>
% if course.has_ended():
<span
class=
"date-title"
>
Course Completed:
</span>
<span
class=
"date-value"
>
${course.end_date_text}
</span>
% elif course.has_started():
<span
class=
"date-title"
>
Course Started:
</span>
<span
class=
"date-value"
>
${course.start_date_text}
</span>
% else: # hasn't started yet
<span
class=
"date-title"
>
Course Starts:
</span>
<span
class=
"date-value"
>
${course.start_date_text}
</span>
% endif
</span>
</header>
<div
class=
"status"
>
</div>
</section>
<!-- provide mechanism for error messages to appear -->
% if message:
...
...
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