-
-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathlogin-popup.html
More file actions
29 lines (29 loc) · 1.08 KB
/
login-popup.html
File metadata and controls
29 lines (29 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="profile-popup">
<div class="popup-header">
<h1 class="popup-title">{{Strings.PROFILE_POP_TITLE}}</h1>
{{#trialInfo}}
<div class="trial-plan-info">
<span class="phoenix-pro-title-plain">
<span class="pro-plan-name">{{planName}}</span>
<i class="fa-solid fa-feather" style="margin-left: 3px;"></i>
</span>
</div>
{{/trialInfo}}
<a href="{{getProLink}}" style="font-size: 13px;">
{{Strings.GET_PHOENIX_PRO}}
<i class="fa fa-arrow-right" style="font-size: 10px;margin-left: 4px;"></i>
</a>
</div>
<div class="popup-body">
<button id="phoenix-signin-btn" class="btn dialog-button primary">
<i class="fa fa-sign-in-alt"></i>
{{Strings.PROFILE_SIGN_IN}}
</button>
<div class="support-link">
<button id="phoenix-support-btn" class="text-link">
<i class="fa fa-question-circle"></i>
{{Strings.CONTACT_SUPPORT}}
</button>
</div>
</div>
</div>