D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
hala-news.com
/
wp-content
/
plugins
/
ga-in
/
admin
/
views
/
Filename :
access-code.php
back
Copy
<?php /** * Copyright 2017 Alin Marcu * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html */ ?> <form name="input" action="<?php echo esc_url($_SERVER['REQUEST_URI']); ?>" method="post"> <table class="gainwp-settings-options"> <tr> <td colspan="2" class="gainwp-settings-info"> <?php echo __( "Use this link to get your <strong>one-time-use</strong> access code:", 'ga-in' ) . ' <a href="' . $data['authUrl'] . '" id="gapi-access-code" target="_blank">' . __ ( "Get Access Code", 'ga-in' ) . '</a>.'; ?> </td> </tr> <tr> <td class="gainwp-settings-title"> <label for="gainwp_access_code" title="<?php _e("Use the red link to get your access code! You need to generate a new one each time you authorize!",'ga-in')?>"><?php echo _e( "Access Code:", 'ga-in' ); ?></label> </td> <td> <input type="text" id="gainwp_access_code" name="gainwp_access_code" value="" size="61" autocomplete="off" pattern=".\/.{30,}" required="required" title="<?php _e("Use the red link to get your access code! You need to generate a new one each time you authorize!",'ga-in')?>"> </td> </tr> <tr> <td colspan="2"> <hr> </td> </tr> <tr> <td colspan="2"> <input type="submit" class="button button-secondary" name="gainwp_authorize" value="<?php _e( "Save Access Code", 'ga-in' ); ?>" /> </td> </tr> </table> </form>