Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
promelon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160377
promelon
Commits
548fc2ef
Commit
548fc2ef
authored
1 week ago
by
65160377
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parent
340e987f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/signup.php
+4
-37
4 additions, 37 deletions
includes/signup.php
with
4 additions
and
37 deletions
includes/signup.php
+
4
−
37
View file @
548fc2ef
...
...
@@ -45,42 +45,6 @@ error:function (){}
</script>
<div
class=
"modal fade"
id=
"myModal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
>
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-bs-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<section>
<div
class=
"modal-body modal-spa"
>
<div
class=
"login-grids"
>
<div
class=
"login"
>
<div
class=
"login-right"
>
<form
name=
"signup"
method=
"post"
>
<h3>
Create your account
</h3>
<input
type=
"text"
placeholder=
"Full Name"
name=
"fname"
autocomplete=
"off"
required
>
<input
type=
"text"
placeholder=
"Mobile number"
maxlength=
"10"
name=
"mobilenumber"
autocomplete=
"off"
required
>
<input
type=
"email"
placeholder=
"Email id"
name=
"email"
id=
"email"
onBlur=
"checkAvailability()"
autocomplete=
"off"
required
>
<span
id=
"user-availability-status"
style=
"font-size:12px;"
></span>
<input
type=
"password"
placeholder=
"Password"
name=
"password"
required
>
<input
type=
"submit"
name=
"submit"
id=
"submit"
value=
"CREATE ACCOUNT"
>
</form>
</div>
<div
class=
"clearfix"
></div>
</div>
<p>
By logging in you agree to our
<a
href=
"page.php?type=terms"
>
Terms and Conditions
</a>
and
<a
href=
"page.php?type=privacy"
>
Privacy Policy
</a>
</p>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div
class=
"modal-dialog"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
...
...
@@ -112,4 +76,7 @@ error:function (){}
</section>
</div>
</div>
</div> -->
\ No newline at end of file
</div>
</div>
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment