Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PHP-Chat
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BA_SST
PHP-Chat
Commits
d90d9691
Commit
d90d9691
authored
Jul 11, 2016
by
Markus Bergt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added login/register form with jquery changing
parent
a704a0bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
11 deletions
+47
-11
index2.php
index2.php
+47
-11
No files found.
index2.php
View file @
d90d9691
...
...
@@ -40,19 +40,54 @@
</nav>
<div
class=
"row"
>
<div
class=
"col-xs-10 col-xs-offset-1"
>
<div
class=
"jumbotron"
>
<form>
<div
class=
"form-group"
>
<label
for=
"LoginUserId"
>
Benutzername
</label>
<input
type=
"text"
class=
"form-control"
id=
"LoginUserId"
placeholder=
"Benutzername"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
id=
"loginCol"
>
<div
class=
"panel panel-info"
>
<div
class=
"panel-heading"
>
<h3
class=
"panel-title"
>
Anmeldung
</h3>
</div>
<div
class=
"panel-body"
>
<form>
<div
class=
"form-group"
>
<label
for=
"LoginUserId"
>
Benutzername
</label>
<input
type=
"text"
class=
"form-control"
id=
"LoginUserId"
placeholder=
"Benutzername"
>
</div>
<div
class=
"form-group"
>
<label
for=
"LoginUserPwd"
>
Passwort
</label>
<input
type=
"password"
class=
"form-control"
id=
"LoginUserPwd"
placeholder=
"Passwort"
>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
Anmelden
</button>
</form>
</div>
<div
class=
"panel-footer"
>
<a
href=
"#"
id=
"showRegBtn"
role=
"button"
class=
"btn btn-info btn-xs"
>
Zur Registrierung wechseln...
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"LoginUserPwd"
>
Benutzername
</label>
<input
type=
"password"
class=
"form-control"
id=
"LoginUserPwd"
placeholder=
"Passwort"
>
</div>
<div
class=
"col-xs-12"
id=
"registerCol"
style=
"display:none;"
>
<div
class=
"panel panel-info"
>
<div
class=
"panel-heading"
>
<h3
class=
"panel-title"
>
Registrierung
</h3>
</div>
<div
class=
"panel-body"
>
<form>
<div
class=
"form-group"
>
<label
for=
"RegUserId"
>
Benutzername
</label>
<input
type=
"text"
class=
"form-control"
id=
"RegUserId"
placeholder=
"Benutzername"
>
</div>
<div
class=
"form-group"
>
<label
for=
"RegUserPwd"
>
Passwort
</label>
<input
type=
"password"
class=
"form-control"
id=
"RegUserPwd"
placeholder=
"Passwort"
>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
Registrieren
</button>
</form>
</div>
<div
class=
"panel-footer"
>
<a
href=
"#"
id=
"showLoginBtn"
role=
"button"
class=
"btn btn-info btn-xs"
>
Zur Anmeldung wechseln...
</a>
</div>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
Anmelden
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -61,5 +96,6 @@
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<!-- Latest compiled and minified JavaScript -->
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity=
"sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin=
"anonymous"
></script>
<script
src=
"customJS.js"
></script>
</body>
</html>
\ No newline at end of file
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