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
28a48e58
Commit
28a48e58
authored
Jun 12, 2014
by
Justin Riley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor tweaks to proctor_release.html template
parent
1b651dab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/templates/proctor_release.html
+4
-4
No files found.
lms/templates/proctor_release.html
View file @
28a48e58
<div
id=
"proctor_${element_id}"
>
<div
id=
"proctor_${element_id}"
>
<
p>
Welcome ${pp.user.profile.name or pp.user}
</p
>
<
h2>
Welcome:
<b>
${pp.user.profile.name or pp.user}
</b></h2
>
<p>
${name}
not yet
released
</p>
<p>
${name}
has not been
released
</p>
<p><
a
href=
"#"
id=
"proctor_${element_id}"
>
Request Access
</a
></p>
<p><
input
id=
"proctor_${element_id}"
type=
"button"
value=
"Request Access"
></p>
<div
id=
"proctor_stat_${element_id}"
></div>
<div
id=
"proctor_stat_${element_id}"
></div>
...
@@ -63,7 +63,7 @@ procrel = (function(){
...
@@ -63,7 +63,7 @@ procrel = (function(){
dataType
:
"json"
,
dataType
:
"json"
,
error
:
function
(
xhr
,
status
,
error
)
{
error
:
function
(
xhr
,
status
,
error
)
{
if
(
!
skiperr
){
if
(
!
skiperr
){
alert
(
'Error: cannot connect to server
'
+
status
+
"error:
"
+
error
);
alert
(
'Error: cannot connect to server
'
+
status
+
" error:
"
+
error
);
}
}
}
}
});
});
...
...
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