Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
59dd9042
Commit
59dd9042
authored
Aug 13, 2014
by
Leigh B Stoller
Browse files
Remove APT specific verbiage from signup page.
parent
b732864d
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/signup.js
View file @
59dd9042
...
...
@@ -18,10 +18,12 @@ function (_, sup,
var
personalTemplate
=
_
.
template
(
personalString
);
var
projectTemplate
=
_
.
template
(
projectString
);
var
signupTemplate
=
_
.
template
(
signupString
);
var
ISCLOUD
=
0
;
function
initialize
()
{
window
.
APT_OPTIONS
.
initialize
(
sup
);
ISCLOUD
=
window
.
ISCLOUD
;
var
fields
=
JSON
.
parse
(
_
.
unescape
(
$
(
'
#form-json
'
)[
0
].
textContent
));
var
errors
=
JSON
.
parse
(
_
.
unescape
(
$
(
'
#error-json
'
)[
0
].
textContent
));
...
...
@@ -66,7 +68,7 @@ function (_, sup,
var
signup
=
signupTemplate
({
button_label
:
buttonLabel
,
general_error
:
(
errors
.
error
||
''
),
about_account
:
about
,
about_account
:
(
ISCLOUD
?
null
:
about
)
,
this_user
:
thisUser
,
joinproject
:
joinproject
,
verify_modal
:
verify
,
...
...
www/aptui/template/signup.html
View file @
59dd9042
...
...
@@ -13,7 +13,9 @@
<
%
if
(
general_error
)
{
%
>
<font
color=
red
><
%
-
general_error
%
></font>
<
%
}
%
>
<
%=
about_account
%
>
<
%
if
(
about_account
)
{
%
>
<
%=
about_account
%
>
<
%
}
%
>
<form
id=
'quickvm_signup_form'
class=
'form-horizontal'
role=
'form'
enctype=
'multipart/form-data'
...
...
Write
Preview
Supports
Markdown
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