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
84188962
Commit
84188962
authored
Sep 09, 2013
by
root
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'select' of
https://github.com/Man2Life/edx-platform
into select
parents
4b14e65e
e3a4e663
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
cms/templates/signup.html
+0
-10
lms/templates/signup_modal.html
+6
-0
lms/templates/university_profile/edge.html
+2
-0
No files found.
cms/templates/signup.html
View file @
84188962
...
@@ -6,18 +6,8 @@
...
@@ -6,18 +6,8 @@
<
%
block
name=
"title"
>
${_("Sign Up")}
</
%
block>
<
%
block
name=
"title"
>
${_("Sign Up")}
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin signup
</
%
block>
<
%
block
name=
"bodyclass"
>
not-signedin signup
</
%
block>
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery.masked.input.min.js')}"
></script>
</
%
block>
<
%
block
name=
"content"
>
<
%
block
name=
"content"
>
<script>
jQuery
(
function
(
$
){
$
(
"#contact-phone"
).
mask
(
"(999) 999-9999"
);
});
</script>
<div
class=
"wrapper-content wrapper"
>
<div
class=
"wrapper-content wrapper"
>
<section
class=
"content"
>
<section
class=
"content"
>
<header>
<header>
...
...
lms/templates/signup_modal.html
View file @
84188962
...
@@ -7,6 +7,12 @@
...
@@ -7,6 +7,12 @@
<
%!
from
datetime
import
date
%
>
<
%!
from
datetime
import
date
%
>
<
%!
import
calendar
%
>
<
%!
import
calendar
%
>
<script>
jQuery
(
function
(
$
){
$
(
"#contact-phone"
).
mask
(
"(999) 999-9999"
);
});
</script>
<section
id=
"signup-modal"
class=
"modal signup-modal"
>
<section
id=
"signup-modal"
class=
"modal signup-modal"
>
<div
class=
"inner-wrapper"
>
<div
class=
"inner-wrapper"
>
<div
id=
"register"
class=
"register"
>
<div
id=
"register"
class=
"register"
>
...
...
lms/templates/university_profile/edge.html
View file @
84188962
...
@@ -36,7 +36,9 @@
...
@@ -36,7 +36,9 @@
</
%
block>
</
%
block>
<
%
block
name=
"js_extra"
>
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
src=
"${static.url('js/jquery.masked.input.min.js')}"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
(
function
()
{
(
function
()
{
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
if
(
$
.
deparam
.
fragment
()[
'forgot-password-modal'
]
!==
undefined
)
{
if
(
$
.
deparam
.
fragment
()[
'forgot-password-modal'
]
!==
undefined
)
{
...
...
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