<div class="<?= $this->class ?><?= $this->es_type ? ' ' . $this->es_type: '' ?><?= $this->es_maxWidth ? ' mw-centered' : '' ?><?= $this->es_center ? ' tac' : '' ?> block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>> <div class="inside"> <?php if ($this->useHelper): ?><div class="inside-helper"><?php endif; ?> <?php if ($this->printable): ?> <!-- indexer::stop --> <div class="pdf_link"> <?php if ($this->printButton): ?> <a href="<?= $this->print ?>" rel="nofollow" title="<?= $this->printTitle ?>" onclick="window.print();return false"><img src="<?= TL_FILES_URL ?>assets/contao/images/print.gif" width="16" height="16" alt=""></a> <?php endif; ?> <?php if ($this->pdfButton): ?> <a href="<?= $this->href ?>" rel="nofollow" title="<?= $this->pdfTitle ?>"><img src="<?= TL_FILES_URL ?>assets/contao/images/pdf.gif" width="16" height="16" alt=""></a> <?php endif; ?> <?php if ($this->facebookButton): ?> <a href="share/?p=facebook&u=<?= $this->encUrl ?>&t=<?= $this->encTitle ?>" rel="nofollow" title="<?= $this->facebookTitle ?>" onclick="window.open(this.href,'','width=640,height=380,modal=yes,left=100,top=50,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');return false"><img src="<?= TL_FILES_URL ?>assets/contao/images/facebook.gif" width="16" height="16" alt=""></a> <?php endif; ?> <?php if ($this->twitterButton): ?> <a href="share/?p=twitter&u=<?= $this->encUrl ?>&t=<?= $this->encTitle ?>" rel="nofollow" title="<?= $this->twitterTitle ?>" onclick="window.open(this.href,'','width=640,height=380,modal=yes,left=100,top=50,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');return false"><img src="<?= TL_FILES_URL ?>assets/contao/images/twitter.gif" width="16" height="16" alt=""></a> <?php endif; ?> <?php if ($this->gplusButton): ?> <a href="share/?p=gplus&u=<?= $this->encUrl ?>&t=<?= $this->encTitle ?>" rel="nofollow" title="<?= $this->gplusTitle ?>" onclick="window.open(this.href,'','width=600,height=200,modal=yes,left=100,top=50,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');return false"><img src="<?= TL_FILES_URL ?>assets/contao/images/gplus.gif" width="16" height="16" alt=""></a> <?php endif; ?> </div> <!-- indexer::continue --> <?php endif; ?> <?= implode('', $this->elements) ?> <?php if ($this->backlink): ?> <!-- indexer::stop --> <p class="back"><a href="<?= $this->backlink ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p> <!-- indexer::continue --> <?php endif; ?> <?php if ($this->useHelper): ?></div><?php endif; ?> </div> </div>