Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
20_21-J09
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20_21-J09
20_21-J09
Commits
533346ac
Commit
533346ac
authored
Nov 09, 2020
by
IT17186216_Chamath Ravindu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload password_model File
parent
9db9b197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
+63
-0
user/password_modal.php
user/password_modal.php
+63
-0
No files found.
user/password_modal.php
0 → 100644
View file @
533346ac
<!-- Chat Room Password -->
<div
class=
"modal fade"
id=
"join_chat"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<center><h4
class=
"modal-title"
id=
"myModalLabel"
>
Input Password
</h4></center>
</div>
<div
class=
"modal-body"
>
<div
class=
"container-fluid"
>
<form
method=
"POST"
action=
"confirm_password.php"
>
<div
class=
"form-group input-group"
>
<span
class=
"input-group-addon"
style=
"width:150px;"
>
Password:
</span>
<input
type=
"text"
style=
"width:350px;"
class=
"form-control"
name=
"chat_pass"
required
>
<input
type=
"hidden"
id=
"chatid"
name=
"chatid"
>
</div>
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
><span
class=
"glyphicon glyphicon-remove"
></span>
Cancel
</button>
<button
type=
"submit"
class=
"btn btn-primary"
><span
class=
"glyphicon glyphicon-check"
></span>
Confirm
</button>
</form>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<!-- Add Chat Room -->
<div
class=
"modal fade"
id=
"add_chatroom"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<center><h4
class=
"modal-title"
id=
"myModalLabel"
>
Add New Chat Room
</h4></center>
</div>
<div
class=
"modal-body"
>
<div
class=
"container-fluid"
>
<form>
<div
class=
"form-group input-group"
>
<span
class=
"input-group-addon"
style=
"width:150px;"
>
Chat Room Name:
</span>
<input
type=
"text"
style=
"width:350px;"
class=
"form-control"
id=
"chat_name"
required
>
</div>
<div
class=
"form-group input-group"
>
<span
class=
"input-group-addon"
style=
"width:150px;"
>
Password:
</span>
<input
type=
"text"
style=
"width:350px;"
class=
"form-control"
id=
"chat_password"
>
</div>
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
><span
class=
"glyphicon glyphicon-remove"
></span>
Cancel
</button>
<button
type=
"button"
class=
"btn btn-primary"
id=
"addchatroom"
><span
class=
"glyphicon glyphicon-check"
></span>
Add
</button>
</form>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
\ 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