*/ class EpaperHtml { /** * used in renderEpaperForm * output for translation */ private function _agbLink () { return __('I have read the terms of use and I agree.','1000grad-epaper'); } /** * used in renderEpaperForm * output for translation */ private function _newsletterText () { return __("I want to receive newsletters from 1000°DIGITAL GmbH.",'1000grad-epaper'); } /** * used in epaperFeedbackForm * output for translation */ private function _opinionFeedback () { return __('Your opinion is important! We develop our software continuously and the focus of our efforts, you as a user of our software.'. '
Please send us your comments, questions and suggestions. We will contact you immediately.','1000grad-epaper'); } /** * output for translation */ public function logo1000Grad () { echo "1000grad-logo"; } /** * output for translation */ public function introText () { _e("The new ePaper PlugIn aims to support Wordpress users in creating and adding ePaper publications to the WordPress blog.". "Creating interactive FLASH and HTML5 based ePapers has never been easier. Upload your pdf file and create your interactive ". "multimedia publication in a few steps. Each publication is optimized for web and mobile (iOS and Android) display and is ". "equipped with an automatic device recognition. Test this new beta service and get one publication channel for free!", '1000grad-epaper'); } /** * used in renderEpaperForm * output for translation */ private function _epaperFormSubmitBtnText () { return __("send request",'1000grad-epaper'); } /** * @todo action für das formular eintragen */ public function renderEpaperForm ($epaperOptions) { echo "

" . $this->_agbLink() . "
" . $this->_newsletterText() . "
_epaperFormSubmitBtnText() . "\" class=\"button\" />
"; } /** * print contact data */ public function printEpaperContact () { echo "

"; $this->logo1000Grad(); echo "

1000°DIGITAL GmbH

Lampestr. 2
D-04107 Leipzig
Support: +49 341 96382-63
Fax: +49 341 96382-22

info@epaper-apps.1000grad.com
http://epaper-apps.1000grad.com/
http://www.1000grad.com/epaper/

"; } /** * */ public function divClassWrap () { echo ("
"); } /** * */ public function h1 ($expr) { echo ("

" . $expr . "

"); } public function h2 ($expr) { echo ("

" . $expr . "

"); } public function h3 ($expr) { echo ("

" . $expr . "

"); } public function hr () { echo "
"; } /** * */ public function divPostboxContainer () { echo ("
"); } public function divPostboxContainer95pc () { echo ("
"); } /** * */ public function divMetaboxHolder () { echo ("
"); } /** * */ public function divUiSortable () { echo ("
"); } /** * */ public function divPostbox () { echo ("
"); } public function divClassInside () { echo ("
"); } public function closeDiv () { echo ("
"); } public function close3Div () { echo ("
"); } public function associatedDivs ($expr) { echo ("

" . $expr . "

"); } public function registerDoneBtn () { echo ("
"); } /** * @todo action kontrollieren * @param array $epaperOptions */ public function renderConfirmEmailRegisterForm ($epaperOptions) { echo ("
" . __("1000° ePaper WP-Key",'1000grad-epaper') . "

"); } public function divEpaperform () { echo ("
"); } public function divMetaboxPrefs () { echo ("
"); } public function br () { echo "
"; } public function brClearAll () { echo "
"; } public function divClassUpdateNag() { echo "
"; } /** * used in eaperWidgetControll in wpOptions * @param array $epaperOptions */ public function widgetControlHTML ($widgetName) { echo '

'; } /** *@todo action überprüfen * Feedback Form * used in epaperSetting epaper.php */ public function epaperFeedbackForm () { $this->logo1000Grad(); echo "


"; } public function epaperApiSettingsForm ($epaperOptions) { echo ("



"); } /** * used in epaperChannelDetails() */ public function epaperPublishedButtonForm () { echo "
"; } /** * used in epaperChannelDetailsForm() * @param type $id * @param type $epaperId * @param type $name */ public function channelDetailsForm($id, $epaperId , $name) { // ['de','Deutsch'],['en','Englisch'],['da','Dänisch'],['nl','Niederländisch'],['fi','Finnisch'],['es','Spanisch'],['cs','Tschechisch'],['fr','Französisch'],['it','Italienisch'],['ru','Russisch'],['hr','Kroatisch'],['pl','Polnisch'],['pt','Portugiesisch'],['tr','Türkisch'],['bg','Bulgarisch'],['ja','Japanisch'],['el','Griechisch'],['hu','Ungarisch'],['sk','Slowakisch'],['sl','Slowenisch'],['ro','Rumänisch'],['zh_Hans','Vereinfachtes Chinesisch'],['zh_Hant','Traditionelles Chinesisch']]; echo ("



"); } /** * @todo action prüfen * used in epaperChannelUploadForm */ public function pdfUploadForm ($id, $epaperId) { echo ("
" . __('Upload a new PDF','1000grad-epaper') . "

"); } /** * @todo action prüfen * used in epaperChannelUploadForm */ public function pdfDeleteForm ($id, $epaperId) { echo ("
"); } /** * @todo action prüfen * used in epaperChannels() */ public function epaperChannelUpgradeForm() { echo ("
" . __("Unlock more channels via activation code:",'1000grad-epaper') . "
"); } /** * not used yet * @todo action prüfen * used in epaperEditList (epaper.php) */ public function editEpaperListForm ($clientinfo) { echo ("
title) . "\" size=\"55\" /> id . "\" /> "); } }