Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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
OpenEdx
edx-proctoring
Commits
d5ae55cb
Commit
d5ae55cb
authored
Jul 17, 2015
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add matching header bar to heartbeat page
parent
c16f9772
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
121 additions
and
10 deletions
+121
-10
edx_proctoring/templates/proctoring/proctoring_launch_callback.html
+121
-10
No files found.
edx_proctoring/templates/proctoring/proctoring_launch_callback.html
View file @
d5ae55cb
{% load i18n %}
<!DOCTYPE html>
<html>
<html
lang=
"en"
>
<body>
<head>
</body>
<meta
charset=
"UTF-8"
>
<p>
<title>
Sample Progress Steps edX
</title>
{% blocktrans %}
<style>
Your proctoring session has started. Do not close this window.
body
{
Return to the browser window where your course is open to take your exam.
background-color
:
#FAFAFA
;
{% endblocktrans %}
color
:
#3c3c3c
;
</p>
font-family
:
"Open Sans"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
padding
:
0
;
margin
:
0
;
}
.steps-bk
{
background
:
#DFE6E8
;
}
.steps-container
{
width
:
80%
;
}
.steps-container
p
{
line-height
:
28px
;
font-size
:
16px
;
color
:
#5F626C
;
margin-bottom
:
20px
;
}
#steps-wrapper
{
width
:
960px
;
margin
:
0
auto
;
text-align
:
center
;
position
:
relative
;
}
.steps
{
overflow
:
hidden
;
padding
:
0
;
margin-top
:
0
;
}
.steps
li
{
list-style-type
:
none
;
font-size
:
12px
;
width
:
25%
;
float
:
left
;
position
:
relative
;
padding
:
40px
0
20px
;
color
:
#3C464A
;
font-weight
:
bold
;
}
.steps
li
:before
{
content
:
''
;
width
:
12px
;
font-size
:
12px
;
margin
:
0
auto
5px
auto
;
border-radius
:
9px
;
border
:
2px
solid
#ccc
;
height
:
12px
;
background-color
:
#DFE6E8
;
position
:
absolute
;
z-index
:
2
;
left
:
50%
;
top
:
20px
;
margin-left
:
-6px
;
}
.steps
li
:after
{
content
:
""
;
width
:
100%
;
height
:
1px
;
background
:
#ccc
;
position
:
absolute
;
left
:
-50%
;
top
:
26px
}
li
.active
{
background
:
#D3DBDC
;
}
.steps
li
:first-child:after
{
content
:
none
;
}
.steps
li
.active
:before
{
background
:
#3C464A
;
width
:
12px
;
height
:
12px
;
border
:
none
;
}
li
.completed
{
color
:
#27AE60
!important
;
}
.steps
li
.completed
:before
{
border
:
2px
solid
#27AE60
;
}
.steps
li
:not
(
.active
)
{
color
:
rgba
(
51
,
51
,
51
,
0.4
);
}
</style>
<link
rel=
"stylesheet"
href=
"main.css"
>
</head>
<body>
<div
class=
"steps-bk"
>
<div
id=
"steps-wrapper"
>
<ul
class=
"steps"
>
<li
class=
"photoid completed"
>
Take ID Photo
</li>
<li
class=
"roomscan completed"
>
Record Room Scan
</li>
<li
class=
"photo completed"
>
Take User Photo
</li>
<li
class=
"end active"
>
Enter Exam
</li>
</ul>
</div>
</div>
<p>
Your proctored exam has started. Please immediately go back to the website to enter into your exam
</p>
</body>
</html>
</html>
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