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
ef3772e8
Commit
ef3772e8
authored
Jul 12, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Registierbutton funktional
parent
483f0141
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
customJS.js
customJS.js
+7
-1
index2.php
index2.php
+2
-2
No files found.
customJS.js
View file @
ef3772e8
...
...
@@ -13,8 +13,14 @@ $(document).ready(function() {
$
(
'#showLogin'
).
click
(
function
(){
$
(
'#registerCol'
).
hide
();
//$('#loginCol').show();
$
(
"#
showLogin"
).
toggleClass
(
"active"
);
$
(
"#
LoginBtn"
).
toggleClass
(
"active"
);
$
(
"#loginCol"
).
toggle
();
});
$
(
'#showRegis'
).
click
(
function
(){
$
(
'#loginCol'
).
hide
();
$
(
"#RegisBtn"
).
toggleClass
(
"active"
);
$
(
"#registerCol"
).
toggle
();
});
});
\ No newline at end of file
index2.php
View file @
ef3772e8
...
...
@@ -47,7 +47,7 @@ include("config.php"); ?>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
id=
"LoginBtn"
><a
href=
"#"
id=
"showLogin"
><span
class=
"glyphicon glyphicon-log-in"
></span>
Anmelden
</a></li>
<li
><a
href=
"#
"
><span
class=
"glyphicon glyphicon-plus-sign"
></span>
Registieren
</a></li>
<li
id=
"RegisBtn"
><a
href=
"#"
id=
"showRegis
"
><span
class=
"glyphicon glyphicon-plus-sign"
></span>
Registieren
</a></li>
</ul>
</div>
...
...
@@ -57,7 +57,7 @@ include("config.php"); ?>
<div
class=
"row"
>
<div
class=
"col-xs-10 col-xs-offset-1"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
id=
"loginCol"
>
<div
class=
"col-xs-12"
id=
"loginCol"
style=
"display:none;"
>
<div
class=
"panel panel-info"
>
<div
class=
"panel-heading"
>
<h3
class=
"panel-title"
>
Anmeldung
</h3>
...
...
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