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
db156ea6
Commit
db156ea6
authored
Jul 12, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Anpassung des Formulars, damit der Login an die alte weitergeleitet
wird.
parent
d9735c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
index2.php
index2.php
+9
-9
No files found.
index2.php
View file @
db156ea6
...
...
@@ -25,7 +25,7 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"index2.php"
>
Brand
</a>
<a
class=
"navbar-brand"
href=
"index2.php"
>
PHP-Chat
</a>
</div>
<div
class=
"collapse navbar-collapse"
id=
"mainnavbar"
>
<ul
class=
"nav navbar-nav"
>
...
...
@@ -47,16 +47,16 @@
<h3
class=
"panel-title"
>
Anmeldung
</h3>
</div>
<div
class=
"panel-body"
>
<form>
<form
method=
"post"
action=
"index.php"
>
<div
class=
"form-group"
>
<label
for=
"LoginUserId"
>
Benutzername
</label>
<input
type=
"text"
class=
"form-control"
id=
"LoginUserId"
placeholder=
"Benutzername"
>
<input
type=
"text"
class=
"form-control"
id=
"LoginUserId"
name=
"username"
placeholder=
"Benutzername"
>
</div>
<div
class=
"form-group"
>
<label
for=
"LoginUserPwd"
>
Passwort
</label>
<input
type=
"password"
class=
"form-control"
id=
"LoginUserPwd"
placeholder=
"Passwort"
>
<input
type=
"password"
class=
"form-control"
id=
"LoginUserPwd"
name=
"pass"
placeholder=
"Passwort"
>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
Anmelden
</button>
<button
type=
"submit"
class=
"btn btn-default"
name=
"ok"
value=
"Anmelden"
>
Anmelden
</button>
</form>
</div>
<div
class=
"panel-footer"
>
...
...
@@ -70,16 +70,16 @@
<h3
class=
"panel-title"
>
Registrierung
</h3>
</div>
<div
class=
"panel-body"
>
<form>
<form
method=
"post"
action=
"index.php?action=register"
>
<div
class=
"form-group"
>
<label
for=
"RegUserId"
>
Benutzername
</label>
<input
type=
"text"
class=
"form-control"
id=
"RegUserId"
placeholder=
"Benutzername"
>
<input
type=
"text"
class=
"form-control"
id=
"RegUserId"
name=
"username"
placeholder=
"Benutzername"
>
</div>
<div
class=
"form-group"
>
<label
for=
"RegUserPwd"
>
Passwort
</label>
<input
type=
"password"
class=
"form-control"
id=
"RegUserPwd"
placeholder=
"Passwort"
>
<input
type=
"password"
class=
"form-control"
id=
"RegUserPwd"
name=
"pass"
placeholder=
"Passwort"
>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
Registrieren
</button>
<button
type=
"submit"
class=
"btn btn-default"
name=
"ok"
value=
"Registrieren"
>
Registrieren
</button>
</form>
</div>
<div
class=
"panel-footer"
>
...
...
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