Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
ad175408
Commit
ad175408
authored
Jul 18, 2016
by
Erkan Öğümsöğütlü
Committed by
Vladimir Baranov
Jul 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD chat app ui update rref #5392
another html done
parent
a14241f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
5 deletions
+27
-5
index.html
app/shared/templates/directives/messaging/index.html
+27
-5
No files found.
app/shared/templates/directives/messaging/index.html
View file @
ad175408
...
...
@@ -5,26 +5,27 @@
<ul
class=
"channels"
>
<li
class=
"title"
>
CHANNELS
<span
class=
"badge"
>
{{ }}
</span></li>
<li
class=
"notification"
>
Channel One
</li>
<li
class=
"unread"
>
Public Channel
</li>
<li
class=
"public-ro-channel"
>
Public Read Only Channel
</li>
</ul>
<ul
class=
"channels"
>
<li
class=
"title"
>
NOTIFICATIONS
<span
class=
"badge"
>
8
</span></li>
<li
class=
"
notification
"
>
Notification One
</li>
<li
class=
"
unread
"
>
Notification One
</li>
</ul>
<ul
class=
"direct-messages"
>
<li
class=
"compose"
><span
class=
"glyphicon glyphicon-plus-sign"
></span>
Create New Message
</li>
<li
class=
"title"
>
DIRECT MESSAGES
<span
class=
"badge"
>
14
</span></li>
<li
class=
"online"
ng-class=
"{'active':'active', '
notification': 'notification
'}"
>
Erkan Öğümsöğütlü
</li>
<li
class=
"online"
ng-class=
"{'active':'active', '
unread': 'unread
'}"
>
Erkan Öğümsöğütlü
</li>
</ul>
</div>
<message-detail></message-detail>
<div
class=
"create-new-message-window"
>
<div
class=
"close-c
reate-new-message
-window"
><span
class=
"glyphicon glyphicon-remove"
></span></div>
<div
class=
"c
hat-popup-window c
reate-new-message-window"
>
<div
class=
"close-c
hat-popup
-window"
><span
class=
"glyphicon glyphicon-remove"
></span></div>
<input
type=
"text"
placeholder=
"Birini ismi ile ara..."
>
<div
class=
"search-results"
>
<div
class=
"user"
>
...
...
@@ -33,6 +34,27 @@
</div>
</div>
</div>
<!-- end of create-new-message-window -->
<div
class=
"chat-popup-window create-new-channel-window"
>
<div
class=
"close-chat-popup-window"
><span
class=
"glyphicon glyphicon-remove"
></span></div>
<h3>
Create New Channel
</h3>
<div
class=
"text-center"
>
<input
type=
"text"
placeholder=
"Channel Name"
><br>
<textarea
placeholder=
"Channel Description"
></textarea>
<button
class=
"btn btn-success"
>
Create
</button>
</div>
</div>
<!-- end of create-new-message-window -->
<div
class=
"chat-popup-window add-user-unit"
style=
"display:block;"
>
<div
class=
"close-chat-popup-window"
><span
class=
"glyphicon glyphicon-remove"
></span></div>
<h3>
Add User/Unit
</h3>
<div
class=
"text-center"
>
<input
type=
"text"
placeholder=
"Search User/Unit to Add"
><br>
</div>
</div>
<!-- end of create-new-message-window -->
</div>
</div>
\ 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