2022-05-11 20:11:54 +03:00
|
|
|
<div class="gh-portal-links-container" {{did-insert (perform this.fetchTiers)}}>
|
2020-07-30 16:12:44 +03:00
|
|
|
<div class="gh-portal-links-main">
|
2020-08-26 18:10:19 +03:00
|
|
|
<h2>Links</h2>
|
2022-02-02 20:09:02 +03:00
|
|
|
<p>Use these {{if this.isLink "links" "data attributes"}} in your theme to show pages of Portal.</p>
|
2020-07-30 16:12:44 +03:00
|
|
|
<table class="gh-portal-links-table">
|
2022-02-21 15:22:21 +03:00
|
|
|
<thead>
|
|
|
|
<tr class="header">
|
|
|
|
<td><h4>Page</h4></td>
|
|
|
|
<td>
|
|
|
|
<div class='toggle-header'>
|
|
|
|
<h4>{{this.sectionHeaderLabel}}</h4>
|
2023-01-12 10:30:55 +03:00
|
|
|
<h4 role="button"
|
|
|
|
class='gh-portal-links-cell toggle' {{on "click" this.toggleShowLinks}}
|
|
|
|
data-test-toggle="portal-links-data-attr-toggle"
|
|
|
|
>
|
|
|
|
{{this.toggleValue}}
|
|
|
|
</h4>
|
2020-10-12 14:56:37 +03:00
|
|
|
</div>
|
2022-02-21 15:22:21 +03:00
|
|
|
</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider first" /></td>
|
2021-06-29 21:49:25 +03:00
|
|
|
</tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
</thead>
|
|
|
|
<tbody>
|
2021-06-29 21:49:25 +03:00
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td class="pagename">Default</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
<td class='page-url'>
|
2023-01-12 10:30:55 +03:00
|
|
|
<div class="gh-portal-page-url-container" data-test--page-url="default">
|
2022-02-22 16:36:24 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-link-default"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal"
|
2022-02-22 18:52:11 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Default Portal link">
|
2022-02-22 16:36:24 +03:00
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-data-attr-default"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="data-portal"
|
2022-02-22 18:52:11 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Default Portal data attribute">
|
2022-02-22 16:36:24 +03:00
|
|
|
{{/if}}
|
|
|
|
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) '')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice ""))}}
|
2021-06-29 21:49:25 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
2021-05-07 19:37:42 +03:00
|
|
|
</div>
|
2021-06-29 21:49:25 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign in</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
<td class='page-url'>
|
2023-01-12 10:30:55 +03:00
|
|
|
<div class="gh-portal-page-url-container" data-test-page-url="signin">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-link-signin"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signin"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Sign in Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-data-attr-signin"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="signin"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Sign in Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'signin')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signin"))}}
|
2021-06-29 21:49:25 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
2021-06-04 10:47:17 +03:00
|
|
|
</div>
|
2021-06-29 21:49:25 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td class='pagename'>Sign up</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
<td class='page-url'>
|
2023-01-12 10:30:55 +03:00
|
|
|
<div class="gh-portal-page-url-container" data-test-page-url="signup">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-link-signup"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-data-attr-signup"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="signup"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'signup')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup"))}}
|
2021-06-29 21:49:25 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
2020-11-20 08:30:27 +03:00
|
|
|
</div>
|
2021-06-29 21:49:25 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
2022-05-16 18:25:03 +03:00
|
|
|
{{#if (gt this.tiers.length 1)}}
|
2022-02-21 15:22:21 +03:00
|
|
|
<tr>
|
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename strong'>Tier</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<span
|
|
|
|
class="gh-select"
|
|
|
|
data-select-text="test"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<OneWaySelect
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-select="portal-tier-select"
|
2022-05-11 20:11:54 +03:00
|
|
|
@id="portal-tier-link"
|
|
|
|
@name="portal[tier-link]"
|
|
|
|
@options={{this.tierOptions}}
|
2022-02-21 15:22:21 +03:00
|
|
|
@optionValuePath="name"
|
|
|
|
@optionLabelPath="label"
|
2022-05-11 20:11:54 +03:00
|
|
|
@value={{this.selectedTier}}
|
|
|
|
@update={{action "setSelectedTier"}}
|
2022-02-21 15:22:21 +03:00
|
|
|
/>
|
|
|
|
{{svg-jar "arrow-down-small"}}
|
|
|
|
</span>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Monthly</td>
|
|
|
|
<td class='page-url'>
|
2023-01-12 10:30:55 +03:00
|
|
|
<div class="gh-portal-page-url-container" data-test-page-url="{{this.selectedTierIdPath}}">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-monthly"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup{{this.selectedTierIdPath}}/monthly"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Monthly sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-monthly"
|
2022-05-11 20:11:54 +03:00
|
|
|
value='data-portal="signup{{this.selectedTierIdPath}}/monthly"'
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Monthly sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyTierSignupLink) 'monthly')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-05-11 20:11:54 +03:00
|
|
|
{{#if (and this.copyTierSignupLink.isRunning (eq this.copiedSignupInterval "monthly"))}}
|
2022-02-21 15:22:21 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Yearly</td>
|
|
|
|
<td class='page-url'>
|
2023-01-12 10:30:55 +03:00
|
|
|
<div class="gh-portal-page-url-container" data-test-page-url="{{this.selectedTierIdPath}}">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-yearly"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup{{this.selectedTierIdPath}}/yearly"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Yearly sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-yearly"
|
2022-05-11 20:11:54 +03:00
|
|
|
value='data-portal="signup{{this.selectedTierIdPath}}/yearly"'
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Yearly sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyTierSignupLink) 'yearly')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-05-11 20:11:54 +03:00
|
|
|
{{#if (and this.copyTierSignupLink.isRunning (eq this.copiedSignupInterval "yearly"))}}
|
2022-02-21 15:22:21 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Free</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-free"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup/free"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Free sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-free"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="signup/free"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Free sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'signup/free')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup/free"))}}
|
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{{else}}
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Monthly</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-monthly"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup/monthly"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Monthly sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-monthly"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="signup/monthly"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Monthly sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'signup/monthly')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup/monthly"))}}
|
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Yearly</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-yearly"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup/yearly"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Yearly sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-yearly"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="signup/yearly"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Yearly sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'signup/yearly')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup/yearly"))}}
|
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Free</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-free"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/signup/free"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Free sign up Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-free"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="signup/free"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Free sign up Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'signup/free')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup/free"))}}
|
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{{/if}}
|
2023-08-04 17:15:57 +03:00
|
|
|
{{#if (feature "tipsAndDonations")}}
|
|
|
|
<tr>
|
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Tips & donations</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
|
|
|
type="text"
|
|
|
|
data-test-input="portal-tier-link-support"
|
|
|
|
value="{{this.siteUrl}}/#/portal/support"
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Tips & donations Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
|
|
|
type="text"
|
|
|
|
data-test-input="portal-tier-data-attr-support"
|
|
|
|
value='data-portal="support"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Tips & donations data attribute">
|
|
|
|
{{/if}}
|
|
|
|
<button
|
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'support')}}
|
|
|
|
class="gh-portal-setting-copy"
|
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "support"))}}
|
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
{{/if}}
|
2022-02-21 15:22:21 +03:00
|
|
|
<tr>
|
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
|
|
|
|
</tr>
|
2021-06-29 21:49:25 +03:00
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td class='pagename'>Account</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-account"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/account"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Account Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-account"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="account"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Account Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'account')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account"))}}
|
2021-06-29 21:49:25 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td class='pagename'>Account/Plans</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-account-plans"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/account/plans"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Account/Plans Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-account-plans"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="account/plans"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Account/Plans Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'account/plans')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account/plans"))}}
|
2021-06-29 21:49:25 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
<td class='pagename'>Account/Profile</td>
|
2021-06-29 21:49:25 +03:00
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
2022-03-01 15:09:36 +03:00
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-link-account-profile"
|
2022-05-11 20:11:54 +03:00
|
|
|
value="{{this.siteUrl}}/#/portal/account/profile"
|
2022-03-01 15:09:36 +03:00
|
|
|
disabled="true"
|
|
|
|
aria-label="Account/Profile Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
2022-05-11 20:11:54 +03:00
|
|
|
type="text"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-input="portal-tier-data-attr-account-profile"
|
2022-03-01 15:09:36 +03:00
|
|
|
value='data-portal="account/profile"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Account/Profile Portal data attribute">
|
|
|
|
{{/if}}
|
2023-01-12 10:30:55 +03:00
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'account/profile')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-01-12 10:30:55 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
2022-02-21 15:22:21 +03:00
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account/profile"))}}
|
2021-06-29 21:49:25 +03:00
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2023-03-05 15:04:12 +03:00
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Account/Newsletters</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
{{#if this.isLink}}
|
|
|
|
<input class="gh-input page-url-field"
|
|
|
|
type="text"
|
|
|
|
data-test-input="portal-tier-link-account-newsletters"
|
|
|
|
value="{{this.siteUrl}}/#/portal/account/newsletters"
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Account/Newsletters Portal link">
|
|
|
|
{{else}}
|
|
|
|
<input class="gh-input page-url-field"
|
|
|
|
type="text"
|
|
|
|
data-test-input="portal-tier-data-attr-account-newsletters"
|
|
|
|
value='data-portal="account/newsletters"'
|
|
|
|
disabled="true"
|
|
|
|
aria-label="Account/Newsletters Portal data attribute">
|
|
|
|
{{/if}}
|
|
|
|
<button
|
2023-08-04 17:15:57 +03:00
|
|
|
type="button" {{on "click" (fn (perform this.copyStaticLink) 'account/newsletters')}}
|
|
|
|
class="gh-portal-setting-copy"
|
2023-03-05 15:04:12 +03:00
|
|
|
data-test-button="copy-url-attr"
|
|
|
|
>
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account/newsletters"))}}
|
|
|
|
{{svg-jar "check-circle" class="w3 v-mid mr2 stroke-darkgrey"}} Copied
|
|
|
|
{{else}}
|
|
|
|
<span data-tooltip="Copy">{{svg-jar "copy" class="w4 v-mid fill-darkgrey"}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2022-02-21 15:22:21 +03:00
|
|
|
</tbody>
|
2020-07-30 16:12:44 +03:00
|
|
|
</table>
|
|
|
|
</div>
|
2022-05-16 18:25:03 +03:00
|
|
|
</div>
|