Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
b5dcec54
Commit
b5dcec54
authored
Aug 17, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into debug/console_logs
parents
4a93dbdc
e6f0908c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
public_new/template/template_user_name_card.html
+8
-7
No files found.
public_new/template/template_user_name_card.html
View file @
b5dcec54
<div
class=
"modal fade profile_modal"
id=
"userNameCard"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"userNameCard"
<div
class=
"modal fade profile_modal"
id=
"userNameCard"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"userNameCard"
aria-hidden=
"true"
>
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-content-wrap d-flex align-items-center m-auto"
>
<div
class=
"modal-content-wrap d-flex align-items-center m-auto"
style=
"width:100%;"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header border-0"
>
<div
class=
"modal-header border-0"
style=
"display: block;"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<div
class=
"profile_desc_ d-flex flex-row"
style=
"align-items: flex-start;"
>
<span
aria-hidden=
"true"
style=
"font-size:40px;"
>
×
</span>
</button>
<div
class=
"profile_desc_ d-flex flex-row"
>
<img
src=
"{{profileUrl}}"
onError=
"this.src='./img/noImage.png'"
/>
<img
src=
"{{profileUrl}}"
onError=
"this.src='./img/noImage.png'"
/>
<div
class=
"profile_name d-flex justify-content-center align-items-center"
><span>
{{name}}
</span></div>
<div
class=
"profile_name d-flex justify-content-center align-items-center"
style=
"width: 75%;"
>
<span
style=
"overflow-wrap: break-word; width: 100%;"
>
{{name}}
</span></div>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
style=
"font-size:40px;"
>
×
</span>
</button>
</div>
</div>
</div>
</div>
<div
class=
"modal-body"
id=
"userNameCard-scroll"
>
<div
class=
"modal-body"
id=
"userNameCard-scroll"
>
...
...
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