2020-07-30 16:12:44 +03:00
|
|
|
<div class="gh-portal-links-container">
|
|
|
|
<div class="gh-portal-links-main">
|
2020-08-26 18:10:19 +03:00
|
|
|
<h2>Links</h2>
|
2020-08-27 17:06:00 +03:00
|
|
|
<p>Use these {{if 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">
|
|
|
|
<tr class="header">
|
2020-08-26 18:10:19 +03:00
|
|
|
<td><h4>Page</h4></td>
|
|
|
|
<td>
|
2020-07-30 16:12:44 +03:00
|
|
|
<div class='toggle-header'>
|
|
|
|
<h4>{{sectionHeaderLabel}}</h4>
|
2020-08-26 18:10:19 +03:00
|
|
|
<h4 class='gh-portal-links-cell toggle' onclick={{action "toggleShowLinks"}}>{{this.toggleValue}}</h4>
|
2020-07-30 16:12:44 +03:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2020-10-16 16:34:22 +03:00
|
|
|
<tr>
|
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider first" /></td>
|
|
|
|
</tr>
|
2020-07-30 16:12:44 +03:00
|
|
|
<tr>
|
|
|
|
<td class="pagename">Default</td>
|
2020-08-26 18:10:19 +03:00
|
|
|
<td class='page-url'>
|
2020-10-12 14:56:37 +03:00
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink '')}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice ""))}}
|
2020-08-26 18:10:19 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
2020-10-16 16:34:22 +03:00
|
|
|
<tr>
|
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
|
|
|
|
</tr>
|
2020-11-17 21:30:46 +03:00
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign in</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signin</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="signin"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "signin")}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signin"))}}
|
2020-11-17 21:30:46 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up</td>
|
2020-08-26 18:10:19 +03:00
|
|
|
<td class='page-url'>
|
2020-10-12 14:56:37 +03:00
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signup</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="signup"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "signup")}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup"))}}
|
2020-08-26 18:10:19 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
2021-06-04 10:47:17 +03:00
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Monthly</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signup/monthly</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="signup/monthly"
|
|
|
|
{{/if}}
|
2021-05-07 19:37:42 +03:00
|
|
|
</div>
|
2021-06-04 10:47:17 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "signup/monthly")}} class="gh-portal-setting-copy">
|
|
|
|
{{#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">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signup/yearly</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="signup/yearly"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
<button type="button" {{action (perform this.copyStaticLink "signup/yearly")}} class="gh-portal-setting-copy">
|
|
|
|
{{#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>
|
2020-11-20 08:30:27 +03:00
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Sign up/Free</td>
|
|
|
|
<td class='page-url'>
|
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/signup/free</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="signup/free"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "signup/free")}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "signup/free"))}}
|
2020-08-26 18:10:19 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2020-10-16 16:34:22 +03:00
|
|
|
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Account</td>
|
2020-08-26 18:10:19 +03:00
|
|
|
<td class='page-url'>
|
2020-10-12 14:56:37 +03:00
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/account</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="account"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "account")}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account"))}}
|
2020-08-26 18:10:19 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Account/Plans</td>
|
2020-08-26 18:10:19 +03:00
|
|
|
<td class='page-url'>
|
2020-10-12 14:56:37 +03:00
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/account/plans</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="account/plans"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "account/plans")}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account/plans"))}}
|
2020-08-26 18:10:19 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class='pagename'>Account/Profile</td>
|
2020-08-26 18:10:19 +03:00
|
|
|
<td class='page-url'>
|
2020-10-12 14:56:37 +03:00
|
|
|
<div class="gh-portal-page-url-container">
|
|
|
|
<div class="page-url-label">
|
|
|
|
{{#if isLink}}
|
|
|
|
<span class="page-url-disabled">{{this.siteUrl}}/</span><span>#/portal/account/profile</span>
|
|
|
|
{{else}}
|
|
|
|
data-portal="account/profile"
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-05-07 19:37:42 +03:00
|
|
|
<button type="button" {{action (perform this.copyStaticLink "account/profile")}} class="gh-portal-setting-copy">
|
|
|
|
{{#if (and this.copyStaticLink.isRunning (eq this.copiedPrice "account/profile"))}}
|
2020-08-26 18:10:19 +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>
|
2020-07-30 16:12:44 +03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|