rate-it/src/Resources/contao/templates/news_full_rateit.html5

44 lines
1.5 KiB
Plaintext
Raw Normal View History

2014-10-01 07:19:14 +02:00
<?php if ($this->rateit_rating_before): ?>
2018-02-15 13:38:39 +01:00
<!-- indexer::stop -->
<?php $this->block('rating'); ?>
<div id="<?= $this->rateItID ?>" class="<?= $this->class ?> <?= $this->rateit_class ?>">
<?php if ($this->showBefore) : ?>
<div id="<?= $this->descriptionId ?>" class="ratingText"><?= $this->description ?></div>
<?php endif; ?>
<div class="wrapper">
<div class="rateItRating-selected" style="display: block;"></div>
<div class="rateItRating-hover"></div>
</div>
<?php if ($this->showAfter) : ?>
<div id="<?= $this->descriptionId ?>" class="ratingText"><?= $this->description ?></div>
<?php endif; ?>
2014-10-01 07:19:14 +02:00
</div>
2018-02-15 13:38:39 +01:00
<?php $this->endblock(); ?>
<!-- indexer::continue -->
2014-10-01 07:19:14 +02:00
<?php endif; ?>
2018-02-15 13:41:03 +01:00
<h1>Hello world!</h1>
2018-02-15 13:38:39 +01:00
<?php $this->insert('news_full', $this->arrData); ?>
2014-10-01 07:19:14 +02:00
</div>
<?php if ($this->rateit_rating_after): ?>
2018-02-15 13:38:39 +01:00
<!-- indexer::stop -->
<?php $this->block('rating'); ?>
<div id="<?= $this->rateItID ?>" class="<?= $this->class ?> <?= $this->rateit_class ?>">
<?php if ($this->showBefore) : ?>
<div id="<?= $this->descriptionId ?>" class="ratingText"><?= $this->description ?></div>
<?php endif; ?>
<div class="wrapper">
<div class="rateItRating-selected" style="display: block;"></div>
<div class="rateItRating-hover"></div>
</div>
<?php if ($this->showAfter) : ?>
<div id="<?= $this->descriptionId ?>" class="ratingText"><?= $this->description ?></div>
<?php endif; ?>
</div>
<?php $this->endblock(); ?>
<!-- indexer::continue -->
2014-10-01 07:19:14 +02:00
<?php endif; ?>