Server IP : 213.176.29.180  /  Your IP : 3.138.137.175
Web Server : Apache
System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
User : webtaragh ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/webtaragh/public_html/whmcs/templates/twenty-one/oauth/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/whmcs/templates/twenty-one/oauth/authorize.tpl
<div class="content-container">

    {if $appLogo}
        <div class="app-logo">
            <img src="{$appLogo}" />
        </div>
    {/if}

    <h2 class="text-center">{lang key='oauth.authoriseAppToAccess' appName=$appName}</h2>

    <div class="content-padded">
        <div class="permission-grants">
            <p>{lang key='oauth.willBeAbleTo'}:</p>
            <ul>
                {foreach $requestedPermissions as $permission}
                    <li>{$permission}</li>
                {/foreach}
            </ul>
        </div>
    </div>

    <form method="post" action="#" role="form">
        {foreach $requestedAuthorizations as $auth}
            <input type="hidden" name="authz[]" value="{$auth}" />
        {/foreach}
        <div class="action-buttons">
            <button name="userAuthorization" id="userAuthorizationAccepted" value="yes" type="submit" class="btn btn-primary">
                {lang key='oauth.authorise'}
            </button>
            <button name="userAuthorization" id="userAuthorizationDeclined" value="no" type="submit" class="btn btn-default">
                {lang key='cancel'}
            </button>
        </div>
    </form>

</div>