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
3e404bce
Commit
3e404bce
authored
Jul 18, 2016
by
Erkan Öğümsöğütlü
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ADD chat app ui update rref #5392
html done
parent
5554a4a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
4 deletions
+26
-4
detail.html
app/shared/templates/directives/messaging/detail.html
+26
-4
No files found.
app/shared/templates/directives/messaging/detail.html
View file @
3e404bce
...
...
@@ -8,6 +8,16 @@
<div
class=
"conversation-search"
>
<input
type=
"text"
placeholder=
"Arama Yap"
>
</div>
<div
class=
"dropdown"
>
<div
class=
"chat-app-actions dropdown-toggle"
data-toggle=
"dropdown"
id=
"chat-app-actions"
>
<span
class=
"glyphicon glyphicon-option-vertical"
></span>
</div>
<ul
class=
"dropdown-menu"
aria-labelledby=
"chat-app-actions"
style=
"left: inherit; top: 53px; right: 66px;"
>
<li><a
href=
"#"
>
Action One
</a></li>
<li><a
href=
"#"
>
Action Two
</a></li>
<li><a
href=
"#"
>
Action Three
</a></li>
</ul>
</div>
<div
class=
"close-chat-app"
>
<span
class=
"glyphicon glyphicon-remove"
></span>
</div>
...
...
@@ -23,8 +33,14 @@
<div
class=
"conversation-block clearfix"
>
<div
class=
"conversation-actions"
>
<div
class=
"action"
>
Edit
</div>
<div
class=
"action"
>
Delete
</div>
<div
class=
"action"
><span
class=
"glyphicon glyphicon-star-empty"
></span></div>
<div
class=
"action dropdown-toggle"
data-toggle=
"dropdown"
>
<span
class=
"glyphicon glyphicon-option-horizontal"
></span>
</div>
<ul
class=
"dropdown-menu"
style=
"left:-86px;"
>
<li><a
href=
"#"
>
Edit
</a></li>
<li><a
href=
"#"
>
Delete
</a></li>
</ul>
</div>
<div
class=
"user-photo"
>
...
...
@@ -48,8 +64,14 @@
<textarea
placeholder=
"Mesajını buraya yaz..."
></textarea>
<div
class=
"add-attachment"
>
<span
class=
"glyphicon glyphicon-file"
></span>
<span
class=
"glyphicon glyphicon-picture"
></span>
<span
class=
"glyphicon glyphicon-send"
></span>
<div
class=
"dropup"
style=
"float:left;"
>
<span
class=
"glyphicon glyphicon-paperclip dropdown-toggle"
data-toggle=
"dropdown"
id=
"attachment"
></span>
<ul
class=
"dropdown-menu"
aria-labelledby=
"attachment"
style=
"left:-104px;"
>
<li><a
href=
"#"
>
Image
</a></li>
<li><a
href=
"#"
>
File
</a></li>
</ul>
</div>
</div>
</div>
...
...
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