oView->feedback_sent == true) _e("
Your feedback comment was sent to the edelpaper Support Team. Thank you for contacting us.",'1000grad-epaper'); ?> oView->feedback_sent == false): ?>


' class='button' />
1000grad DIGITAL GmbH
edelpaper.com

Mozartstr. 3
D-04107 Leipzig, Germany

Plugin Support
www.edelpaper.com

terms of use','1000grad-epaper');?>
' size='60' />
' size='55' />
' size='60' />
' size='55' />
"; _e('edelpaper Plugin Version:','1000grad-epaper'); echo ' '.$versionplugin; echo "
"; _e('Wordpress & PHP-Version:','1000grad-epaper'); echo ' '.$versionwordpress.' / '.$versionphp; echo "
"; _e("local plugin settings:",'1000grad-epaper'); echo "
"; echo "
";

                print_r($this->aEpaperOptions);
                echo "
"; ?>
is_registered()) { echo 'API Version: '. $this->oAccountApi->getApikeyApiVersion(); $aApiFunctions = $this->oAccountApi->getApikeyApiFunctions(); echo __('
Number of API Commands:','1000grad-epaper').' '.count($aApiFunctions); } ?>
is_registered()) { $sVersion = $this->oEpaperApi->getEpaperApiVersion(); $aApiFunctions = $this->oEpaperApi->getEpaperApiFunctions(); $oClientInfos = $this->oEpaperApi->getEpaperApiClientInfos($this->aEpaperOptions['apikey']); echo 'API Version: ' . $sVersion; echo __('
Number of API Commands:','1000grad-epaper').' '.count($aApiFunctions); if ($oClientInfos !== false) { _e('
Api key is valid','1000grad-epaper'); } else { _e('
Error with API Key Authentification','1000grad-epaper'); } } ?>
is_registered()) { $sVersion = $this->oChannelApi->getChannelApiVersion(); $aApiFunctions = $this->oChannelApi->getChannelApiFunctions(); echo 'API Version: ' . $sVersion; echo __('
Number of API Commands:','1000grad-epaper').' '.count($aApiFunctions); if ($oClientInfos !== false) { _e('
Api key is valid','1000grad-epaper'); } else { _e('
Error with API Key Authentification','1000grad-epaper'); } } ?>
is_registered()) { $sClientInfos = $this->oEpaperApi->getEpaperApiClientInfos($this->aEpaperOptions['apikey']); $oClientInfo = json_decode($sClientInfos); echo 'name: '.$oClientInfo->name; echo ' ('.$oClientInfo->firstname.' '.$oClientInfo->lastname.') '; echo '
short name: '.$oClientInfo->short_name; echo '
customer id: '.$oClientInfo->customer_id; echo '
email: '.$oClientInfo->email; echo '
channel count: '.$oClientInfo->channels_count.''; echo '
memory count: '.round($oClientInfo->disk_usage / 1024 / 1024 ).' MByte'; echo '
created documents: '.$oClientInfo->count_created; echo '
published documents: '.$oClientInfo->count_published; $oClientChannels = json_decode($this->oChannelApi->getChannelsList($this->aEpaperOptions['apikey'])); echo '
edelpaper channels: '.$oClientChannels->count; foreach ( $oClientChannels->channels as $oChannel ) { echo "
ID: ".$oChannel->id; echo " - ".$oChannel->time_created; echo " - ".$oChannel->time_modified; echo " - ".$oChannel->expiry_time; echo " "; if ($oChannel->id_epaper!="") { echo " - ".$oChannel->id_epaper; } else _e('not used','1000grad-epaper'); } } ?>