| 1 |
<div class="tiny-account-status" id="tiny-account-status" data-state="pending"> |
| 2 |
<div class="status status-loading"> |
| 3 |
<p class="status"> |
| 4 |
<?php esc_html_e( 'Retrieving account status', 'tiny-compress-images' ); ?> |
| 5 |
</p> |
| 6 |
|
| 7 |
<input type="hidden" id="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>" |
| 8 |
name="<?php echo esc_attr( self::get_prefixed_name( 'api_key' ) ); ?>" size="35" spellcheck="false" |
| 9 |
value="<?php echo esc_attr( $key ); ?>"> |
| 10 |
</div> |
| 11 |
</div> |
| 12 |
|