|
|
@@ -132,15 +132,16 @@
|
|
|
<div class="confirm-card">
|
|
|
<div class="confirm-ribbon">
|
|
|
<img src="~/kitty/assets/kitty-fall/confirm-ribbon.png" alt="">
|
|
|
- <svg class="confirm-ribbon-title" viewBox="-20 0 360 75" aria-hidden="true">
|
|
|
+ <svg class="confirm-ribbon-title confirm-subscription-title" viewBox="-20 0 360 75" aria-hidden="true">
|
|
|
<defs>
|
|
|
<path id="confirm-ribbon-title-path" d="M 20 55 Q 160 18 300 55" />
|
|
|
</defs>
|
|
|
- <text font-size="30" font-weight="900" fill="#fff" text-anchor="middle" textLength="258" lengthAdjust="spacingAndGlyphs">
|
|
|
- <textPath href="#confirm-ribbon-title-path" startOffset="50%">@Lang.ConfirmSubscription</textPath>
|
|
|
+ <text font-size="20" font-weight="900" fill="#fff" text-anchor="middle">
|
|
|
+ <textPath href="#confirm-ribbon-title-path" startOffset="50%" textLength="258" lengthAdjust="spacingAndGlyphs">@Lang.ConfirmSubscription</textPath>
|
|
|
</text>
|
|
|
</svg>
|
|
|
<span id="subscription-title" class="sr-only">@Lang.ConfirmSubscription</span>
|
|
|
+ <span class="myanmar-ribbon-title" aria-hidden="true">@Lang.ConfirmSubscription</span>
|
|
|
</div>
|
|
|
<button class="confirm-close" type="button" data-close-subscription aria-label="@Lang.ConfirmSubscription">
|
|
|
<img src="~/kitty/assets/kitty-fall/confirm-close.png" alt="">
|
|
|
@@ -184,6 +185,7 @@
|
|
|
</text>
|
|
|
</svg>
|
|
|
<span class="sr-only">@Lang.SelectTurnPackage</span>
|
|
|
+ <span class="myanmar-ribbon-title" aria-hidden="true">@Lang.BuyTurn</span>
|
|
|
</div>
|
|
|
<button class="confirm-close" type="button" data-close-subscription aria-label="@Lang.SelectTurnPackage">
|
|
|
<img src="~/kitty/assets/kitty-fall/confirm-close.png" alt="">
|
|
|
@@ -232,6 +234,7 @@
|
|
|
</text>
|
|
|
</svg>
|
|
|
<span class="sr-only">@Lang.ConfirmBuyTurn</span>
|
|
|
+ <span class="myanmar-ribbon-title" aria-hidden="true">@Lang.ConfirmBuyTurn</span>
|
|
|
</div>
|
|
|
<button class="confirm-close" type="button" data-close-subscription aria-label="@Lang.ConfirmBuyTurn">
|
|
|
<img src="~/kitty/assets/kitty-fall/confirm-close.png" alt="">
|
|
|
@@ -270,11 +273,13 @@
|
|
|
</text>
|
|
|
</svg>
|
|
|
<span class="sr-only">@Lang.Successful</span>
|
|
|
+ <span class="myanmar-ribbon-title" aria-hidden="true">@Lang.Successful</span>
|
|
|
</div>
|
|
|
<button class="confirm-close" type="button" data-close-subscription aria-label="@Lang.Successful">
|
|
|
<img src="~/kitty/assets/kitty-fall/confirm-close.png" alt="">
|
|
|
</button>
|
|
|
|
|
|
+ <div class="result-content">
|
|
|
<img class="result-status-icon result-status-success" src="~/kitty/assets/kitty-fall/result-success-icon.png" alt="">
|
|
|
<p class="result-title result-title-success" data-success-title
|
|
|
data-subscription-title="@Lang.SubscriptionSuccessMessage"
|
|
|
@@ -298,6 +303,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ </div>
|
|
|
<button class="result-button confirm-button" type="button" data-close-subscription
|
|
|
data-success-action-button data-confirm-label="@Lang.Confirm"
|
|
|
data-play-label="@Lang.PlayNow" data-play-url="@Url.Action("Index", "Play")">
|
|
|
@@ -323,15 +329,18 @@
|
|
|
</text>
|
|
|
</svg>
|
|
|
<span class="sr-only">@Lang.SubscriptionFailed</span>
|
|
|
+ <span class="myanmar-ribbon-title" aria-hidden="true">@Lang.SubscriptionFailed</span>
|
|
|
</div>
|
|
|
<button class="confirm-close" type="button" data-close-subscription aria-label="@Lang.SubscriptionFailed">
|
|
|
<img src="~/kitty/assets/kitty-fall/confirm-close.png" alt="">
|
|
|
</button>
|
|
|
|
|
|
+ <div class="result-content">
|
|
|
<img class="result-status-icon result-status-fail" src="~/kitty/assets/kitty-fall/result-fail-icon.png" alt="">
|
|
|
- <p class="result-title result-title-fail">@Lang.SubscriptionFailedTitle</p>
|
|
|
+ @*<p class="result-title result-title-fail">@Lang.SubscriptionFailedTitle</p>*@
|
|
|
<p class="result-copy-fail" data-fallback-message="@Lang.SubscriptionFailedCopy @Lang.PleaseTryAgain">@Lang.SubscriptionFailedCopy<br>@Lang.PleaseTryAgain</p>
|
|
|
|
|
|
+ </div>
|
|
|
<button class="result-button result-button-fail confirm-button" type="button" data-close-subscription>
|
|
|
<span class="confirm-button-icon" aria-hidden="true"></span>
|
|
|
<span>@Lang.Confirm</span>
|